Forums

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

Home Forums CSS Navigation not showing in I.E.

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

    Hey guys,
    Go here and take a look in firefox first and then i.e.:
    http://www.phone7forum.com

    The navigation of the home-icon where it says "Board Index" is not correctly displaying in Internet Explorer… I know its there but its getting pushed either below or above my div. I’ve been playing around with the code now for about 6 hours and right when I think I’m getting close, nothing happens :roll:

    Pardon me for not displaying any css code, (It’s kind of scrambled up in different css files because I’m editing a phpBB Forum) I’ve just been using Firebug to test my theories out.

    Can anyone help? Thanks in advance.

    #81854
    rch
    Participant

    Hi
    The first thing I found is in this rule:

    Code:
    * html. Clearfix, * html. Navbar, ul.linklist
    {height: 4%; overflow: hidden;}

    in your style.php file.
    Replace

    Code:
    heigth: 4%;

    by

    Code:
    zoom: 1;

    and tell me.
    Cheers

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