Text on page disappear in IE6

Discussion in 'HTML & Website Design' started by login, Oct 19, 2007.

  1. #1
    The text on the page organdonasjon.no/index.php?page=bildegalleri disappear in IE6. The text is there invisible, if I select all on the page I can see the text, but as soon as I reload or have mouse over on the menu the text disappear again. Its fine in IE7 and Firefox. Please advice me on how I can fix this.

    Thanks.
     
    login, Oct 19, 2007 IP
  2. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I cannot see which of your many CSS sheets is the one doing it, but somewhere you have a container with a background colour and a float inside? IE6 bug. Haslayout. It thinks there is no "layout" for the container methinks. Try saying something like "position: relative" to the container with the float. Or *html.

    *Edit found something on this with examples. Maybe this helps?
    http://qsdqsd.free.fr/Articles/MSIE6_CSS_bug_float_right/index2.html

    But also it will really help if you fix your css and js code. There are errors in both. You also have a special CSS sheet for IE and using Javascript to see which browser it is. So the fix mayb e has to go in that one and not the other sheets.
     
    Stomme poes, Oct 19, 2007 IP
    login likes this.
  3. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Thanks a lot Stomme poes, green to you :) Its a CMS and i cant really dig deep into it, thats why it has all the style sheets and stuff.
     
    login, Oct 19, 2007 IP