Forums

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

Home Forums CSS IE8 Not Displaying Background Logo Correctly

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #42337
    softprinciples
    Participant

    Hi,

    Hoping someone can assist as to what I need to do to get my site to display background logo correctly in IE8.

    All seems to be working and rendering correctly in all other browsers, i.e. Chrome | Firefox | IE9 | Safari, apart from IE8.

    In order to see the issue, please look at site in Chrome or Firefox first to see what it should look like behind the title “Hello and Welcome” and then look at it in IE8, to see the background logo issue.

    See site at > [http://bit.ly/YBwB0W](http://bit.ly/YBwB0Whttp://bit.ly/YBwB0W”)

    Hoping someone can assist with this.

    Thanks.

    Tony ( Soft Principles ).

    #122711
    Paulie_D
    Member

    Wow….There is some weird positioning going on in there!

    It might have been better to put that image as a background rather than into the HTML.

    #122712
    softprinciples
    Participant

    Thanks for the reply Paulie_D – any ideas on how to get around it now though?

    #122716
    Paulie_D
    Member

    OK…here we go.

    In your #slider list the list items are getting inline styling background color of white [actually rgb (0,0,0)]. That is overlaying the image and hiding it.

    You need to find out how to remove that or stop it from being applied. My guess is that it’s a plugin or something.

    #122723
    softprinciples
    Participant

    Sorry to be a pain Paulie_D but are you able to point me to the css where you still this inline styling of the background. Would appreciate line no, actual lines of CSS.

    Unfortunately I have found the id=”slider” tag but cannot see where the color white – rgb(0,0,0) is being set.

    Would really appreciate it.

    Thanks.

    #122728
    Paulie_D
    Member

    I have no idea HOW the property is being set, my guess is that it’s somewhere in the plug-in or template you are using.

    TBH, I think the whole page could use restructuring but I’m GUESSING that it’s a function of WP that’s requiring all that odd positioning.

    I’m of the firm opinion that using relative/absolute positioning should only be used for specific effects and used as a last resort only. That doesn’t seem to be the case with what **seems** to be a basic site.

    Perhaps there is advanced functionality to come that I’m not aware of but otherwise…..

    #122887
    softprinciples
    Participant

    Hi,

    Just to let you know that I managed to solve this issue in IE8 by adding a z-index:10 to the #logo div style.

    All good now.

    Appreciate your help Paulie_D.

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