Forums

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

Home Forums CSS Roll over problem on Nav Bar

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

    Hi All

    I have a problem with the last rollover image on my navigation bar. It worked OK until I added the "class last" to the unordered list for the right hand seperator image. The anchor link still works but the rollover is only working on the right hand side of the section. I have racked my brain trying to see why this is happening but to no avail.
    I hope one of you good people can look at it and show me where I have gone wrong.
    Thank you in advance for any help.

    Athelstan

    link http://iandelemare.justfree.com/test/

    #69994
    Athelstan
    Participant

    Thank you VIRTUAL for your time but as i see it, the .last is on the li tag.

    .navBar ul li .last {
    background-image:url(../images/seperator.jpg);
    background-position:right center;
    background-repeat:no-repeat;

    The background hover image is 12px wide by 30px high and repeated in the x axis.

    Athelstan

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