Forums

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

Home Forums CSS Have having issues with this navigation css

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

    http://codepen.io/chrisbrennandesigns/pen/eogrC

    This is what I get when I open it up in my browser. I have a 27-inch monitor. http://s23.postimg.org/abg4kta6j/image.png

    When other’s open it up it with smaller screeensa, it turns into columns http://s24.postimg.org/4ti2471ol/Screenshot_236.png

    I found the css code on codepen and I’m trying use it for my site. How do I make it stay a fixed horizontal menu?

    #139915
    Paulie_D
    Member

    As far as I know, you can’t have anything in a ul except li elements.

    Move the pig image outside of the ul but (if you want) still inside the nav.

    Once you’ve done that you might find you don’t need those odd negative margins and some of the floats you have in there.

    #139920
    Kitty Giraudel
    Participant

    > As far as I know, you can’t have anything in a ul except li elements.

    True.

    #139929

    It didn’t help solve my issue, but thanks for responses. I just tossed out that css and found a different one to implement. I’m having no issues, but I’m going to have to go without that hover.

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