rpcarnell
11-30-2007, 11:58 PM
This one is as weird as the title. If you look at this page:
http://www.pilando.com/foro/
You will see a forum existing inside one layer out of many. A table existing inside CSS.
Thing is...
The whole thing looks fine as long as you don't use IE with a flat screen monitor. Believe it or not, in a flat screen monitor using IE, the forum goes all the way down, for float: right; does not work.
The problem originates from the fact that flatscreens are usually set to the max resolution possible. With 800x600 and 1024x768, everything is fine. Float: right: works.
But with IE, using 1280 x 1024, it does not, as if the layer was too wide to float right next to another layer. It looks fine with IE in this computer, but all I see is a blank page with my sister's labtop. And yes, the culprit is always IE. Never Opera, Firefox, Konqueror.
How do I deal with this without having to buy a new monitor (or perhaps a new graphics accelerator, both?) ?? Someone using a laptop computer, or a flatscreen monitor, will think the forum is not even there.
http://www.pilando.com/foro/
You will see a forum existing inside one layer out of many. A table existing inside CSS.
Thing is...
The whole thing looks fine as long as you don't use IE with a flat screen monitor. Believe it or not, in a flat screen monitor using IE, the forum goes all the way down, for float: right; does not work.
The problem originates from the fact that flatscreens are usually set to the max resolution possible. With 800x600 and 1024x768, everything is fine. Float: right: works.
But with IE, using 1280 x 1024, it does not, as if the layer was too wide to float right next to another layer. It looks fine with IE in this computer, but all I see is a blank page with my sister's labtop. And yes, the culprit is always IE. Never Opera, Firefox, Konqueror.
How do I deal with this without having to buy a new monitor (or perhaps a new graphics accelerator, both?) ?? Someone using a laptop computer, or a flatscreen monitor, will think the forum is not even there.