Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need help with CSS links not working in FF

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30871

    Ok, here’s the scoop. I have layered divs to create the design. Everything looks perfect and works great, except the links in the footer. I know the problem is related to the z-index, but setting it to 10 for the links still doesn’t work. I am hoping there is some expert here than can shed light on this problem.

    css:

    #footer {background-image:url(images/footerbg.png); background-repeat:no-repeat; height: 87px; width: 780px; position:relative; bottom: 0; margin-top:10px; z-index:5; }
    .nav2 {z-index:10; top: 40px; position:relative; left: 7px;}

    .nav2 is the main div for the footers menu. If the z-index property is removed from the #footer, the links work in FF, but then the background image is not correct. Help!

    #71309
    TheDoc
    Member

    If you have a link to the site in question, that would be the fastest way to get help!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.