|
Posted by Steve Pugh on September 21, 2004, 7:22 pm
Please log in for more thread options
On 21 Sep 2004 10:03:49 -0700, basquen64@free.fr (Nick) wrote:
>I've got some browser compatibility issues with the following page:
>http://www.iclc-group.com/hspv1/testi.htm >It's a straightforward show/hide layer layout with images on the left
>and linked text on the right.The whole page appears in a large popup
>sized to fit. The text overflow and positioning of layers does not
>apparently work correctly under IE5 Mac or Safari. On PC all is OK.
>Can anyone spot any horribly obvious mistakes I have made in the html?
Screws up in Opera 7.54 and FireFox 1pr as well.
Looks like you've coded to some of Win IE's many bugs and all the
better browsers are punishing you for it.
Validate your code and fix all those errors then see which browsers
the problem still crops up in:
http://validator.w3.org/check?uri=http://www.iclc-group.com/hspv1/testi.htm http://jigsaw.w3.org/css-validator/validator?uri=http://www.iclc-group.com/hspv1/testi.htm&warning=1&profile=css2
Steve
|