Forums

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

Home Forums CSS ie7 UL padding issue

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

    ie7 doesn’t seem to be applying the padding on this page.

    Here is the code with the padding (line 119):


    #additional-product-info ul, #nav-supplemental ul {
    list-style-type: none;
    margin-top: 36px;
    padding: 0;
    }

    The navigation in the sidebar isn’t streching across. When I turn off the padding line in firebug (while using firefox) it gives me the same problem that is showing up in ie7. So, I’m assuming that ie7 is ignoring that line.

    Any suggestions?

    #70100
    jay0316
    Member

    I think I just fixed it by adding margin-left: 0;

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