Forums

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

Home Forums CSS Menu item disappears in Safari not in other browsers?

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #45497
    RichyVn
    Member

    On the following website ([www.bgfreightline.com](http://www.bgfreightline.com “bgfreightline.com”)) I am working on the menu at the top. It just disappears when scaling the browser window down to at tablet / phone size. But as far as i know it only happens when using safari 5.1.7. on a windows XP machine.
    Can anyone help me figure out as to why this is happening?

    Thanks in advance
    Richard

    #138560
    Paulie_D
    Member

    Disappears on W7 too (Safari 5).

    #138569
    RichyVn
    Member

    Okay thanks. Wierd!?

    #138570
    RichyVn
    Member

    at Paulie_D. Any ideas?

    #138571
    Paulie_D
    Member

    Not really….The menu reappears if you remove float:none when at the problem size but it’s not styled as you might want.

    The only thing I can think of is a media query issue that Chrome just ‘manages’ but Safari borks on.

    #138588
    RichyVn
    Member

    Yes I had noticed that as well…..very strange. Thanks anyway.

    #138605
    Senff
    Participant

    Make sure that for those screen widths, the position:relative; for #access li is removed. It’s twice in your code (lines 64 and 576).

    #138680
    RichyVn
    Member

    Ahhaa.. Got it!!
    I changed:
    position: relative; on line 64 to
    position: static;

    And that did the trick for me!

    Thanks Senff for spoting this. ;-)

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