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.
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.
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.