Now, the problem is that IE7, FireFox (2), Opera ánd Safari render the page correctly. But, IE6 decides that width:100% for fullscreen and fsframe should not exceed the width of the parent div #wp-content, even though it's positioned absolute.
The only 'trick' to make IE6 render it as I want it to, is to close those parent divs before posting the content. So instead of posting the above, I have to post this:
Now....who can help me figure out to get this working in IE6, ánd retain valid XHTML 1.0 Strict ? Somehow I need to get rid of the inheritence of the width of the parent div's.....but I have no idea.
Another thing I'm having trouble with is how I can make the the semi-transparent fullscreen layer (div fullscreen) to keep in it's place, when scrolling the page. Now I've put it to 1400px height, as I don't expect any page shown in this wrapper to be taller than that, but that's not a decent way of doing this, and it gives a scrollbar even though there's nothing to scroll for.
i did it by setting all other divs to: display:none; and the divs around the fullscreen div to: width:auto; height:auto; margin:0; padding:0; border:0;
it's much easier to do this when you trigger the fullscreen div through the body tag!
The opacity won't work because the background is messed up. But I recommand a semi-transparent png for opacity anyway. This will give you a grey background in IE6 and will work (VALID) in all other (IE7, FF, Opera, WebKit) Browsers.
Than you can do the auto size stuff in an conditional style just for IE6.
This renders ok in IE7, IE6 (I haven't dared to in Opera, Safari and FF)
It will probably work fine in Opera and Safari (with minor twiddles) if it works in IE7
IE6 is just a dog and should be purged from every computer it is installed on, your best bet would be to just have a completely different page for IE6 it will save you much hassle and headaches if you do.
don't forget one important thing, XHTML was only a recomendation when IE6 was released it is a very very old browser in terms of modern web standards
Yep, you're right ; IE6 is an old smelly dog..... I think the site (http://www.phomago.com) works ok in FF,IE7 and Safari, at least on Windows, and except for a strange difference in dropdown-menu-width it all looks pretty similar accross these browsers. I've tried to keep the markup as simple as possible.
This topic has been archived. Posting replies is no longer possible.