Forums

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

Home Forums CSS Tweaked Menu Border IE8

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29218
    brianmillz
    Member

    Hi All,

    I was wondering if anyone could point me in the right direction with my nav menu.
    I’m using :

    Code:
    #nav li {
    border-right:1px solid #747373;
    float:left;
    margin:0;
    padding:8px 13px;

    to separate each <li> item. This looks fine in every browser I have checked except for IE8 which is giving me a weird border before the first <li> item and a thicker than wanted top border.

    any thoughts? Thanks

    http://www.upscalestripper.com

    #76923
    brianmillz
    Member

    hmmm nothing?

    #77028
    TheDoc
    Member

    Interesting problem, especially because it looks fine in Compatibility Mode. I’d try nabbing some of the glaring validation errors as a start:

    http://validator.w3.org/check?uri=http% … ne&group=0

    The <br>’s you can ignore, but some improperly formatted anchor tags could throw a page off a bit.

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