Forums

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

Home Forums CSS Messed up my Menu… :( Help PLeasE?

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #44390
    djrolstad
    Participant

    I was making changes to my menu and it broke. I don’t know what I did.
    http://rxd.sgw.com/

    #133295
    Paulie_D
    Member

    Undo?

    That’s an odd structure you have there.

    You have a single bg image which includes the menu bg but the menu isn’t in that div.

    #133296
    djrolstad
    Participant

    wish I could… :( Is the easiest way to fix it with nth:child(n) and change the widths?

    #133298
    Paulie_D
    Member

    Not really…at least I wouldn’t.

    I’d be looking to restructure the whole thing. You have the background of the list items as a single bg image which will break when anything is zoomed or scaled.

    #133300
    Paulie_D
    Member

    None of your widths are consistent either.

    MainDiv is set to 945px

    ZoneTop is 949px

    ZoneTopMenu is 960px but you’ve had to position it to get it in place.

    See what I mean?

    #133303
    mattrossi
    Member

    get rid of that repeating background image and do it with css. It is pretty much all solid colors, so you can set borders and background colors to achieve the same effect, without having to use the bg image and positioning.

    best of luck

    #133305
    Paulie_D
    Member

    Yeah….if you have access to edit the image lose anything related to the ‘menu bar’ and do that with pure CSS.

    Should be simple from there.

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