Results 1 to 2 of 2

Thread: rollover images in horizontal menu issue

  1. #1
    Join Date
    Aug 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default rollover images in horizontal menu issue

    Hi!
    I need some help.
    I'd like to have a horizontal menu with rollover effect on my site. I saw a method on the net and it seems to work, but as if I'd like to use custom fonts, I want to have rollovers containing different images (the text is a part of the image) next to each other.
    I gave different class names to the different buttons (images) and I'll use different backgrounds for every button.
    Somehow when I put the buttons next to each other, they start to move down too.
    I know this is a bit confusing, but you can take a look at it here:

    http://villaviolahu.web-server.hu/

    Thank you for your help!
    Adam

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there Adam,

    and a warm welcome to these forums.

    Instead of...
    Code:
    
    <ul id="navbar">
     <li><a href="#"></a></li>
    </ul>	
    <ul id="navbar2">
     <li><a href="#"></a></li>
    </ul>	
    
    ...try...
    Code:
    
    <ul id="navbar">
     <li><a href="#"></a></li>
     <li><a href="#"></a></li>
    </ul>	
    
    coothead

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •