Sorry for the not very descriptive topic title but wasn’t sure what to write specifically.
I have a website that features a navigation that displays further information upon hover. I’m guessing that the menu part won’t be able to be wordpress managed but thought I’d ask the clever people on the forums first.
Here’s my navigation markup
<li class='nav-about'><a href='/about/'>About</a>
<div>
<img src='images/nav-about.jpg' alt='' />
<span class='rotatortext'>
<h1>about us</h1>
<p>Some text here</p>
<a href="#url" class="button">read more about us</a>
</span>
</div>
</li>
As you can see there is extra code within the li to produce the extra content on hover over. Is it possible to wordpress this so the menu and hover info is managed via the cms?
Actually thinking about it, only the homepage needs this functionality, the rest of the site can use standard menus.
How would I implement this in wordpress for only the homepage? I could use custom fields, not very user friendly but it would work on the homepage template only.
Any other suggestions?
Viewing 1 replies (of 1 total)
The topic ‘How to do this in wordpress’ is closed to new replies.