Forums

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

Home Forums CSS IE 7 Browser Incompatibility Issue?

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

    Hi,

    Will someone please help me to fix an issue I am having with Browser compatibility?

    When this site is viewed in IE 7 the logo image on the top left is partially hidden by the main image below it? This does not happen in IE 8 and above and sits on top of the main image below it when viewed with IE6 which isn’t too bad really.

    All other browsers view this page correctly?

    Site address:

    http://www.sunit.site50.net/

    Thanks for any suggestions you may have.

    Sincerely,

    New York

    #85366
    SgtLegend
    Member

    In your #logo selector add the following 2 properties

    #logo  {
    position: relative;
    z-index: 9999;
    }
    #85439
    Newyork
    Member

    Hi SgtLegend,

    Thanks for that!
    It worked great!

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