2985 Posts in 761 Topics by 740 members
Template Questions
SilverStripe Forums » Template Questions » navigation around a picture
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 498 Views |
-
navigation around a picture

7 September 2010 at 9:10pm
Hi I have a problem that I am trying to solve.
I have a site where the logotype is in the middel of the navigation, how would the smartest way to solve this.
Se attached image for how it would look like.
Joakim
-
Re: navigation around a picture

8 September 2010 at 6:30pm
What I would do is not control the Menu by a control, but instead write up the navigation manually, and then make sure no one changes those 4 pages.
So write out the html like:
<a href="" class="menuLink">Historia</a>
<a href="" class="menuLink">Vara produkter</a>
<a href="" id="FloraLogo">Flora</a>
<a href="" class="menuLink">Svensk sommar</a>
<a href="" class="menuLink">Fragor och svar</a>Then control the rest through css.
This is one of many ways to do it. Hope it gives you some ideas.
| 498 Views | ||
|
Page:
1
|
Go to Top |


