PDA

View Full Version : display problem on IE, opera and others..



walto
10 Feb 2010, 10:15 AM
Hello,

I created a simple html page on Kompozer is what it gives:

On the firefox browser: the display is complete
Internet Explorer: the form is somewhat distorted
on opera: the image is distorted

you can test yourself on several browser on www.avisdesmarches.com


What he needed was a coding problem?

Thank you for your help

Wickham
10 Feb 2010, 03:14 PM
I could see that the image with the head was over on the right in Opera and in IE7 the images were lower. This works in opera, IE7 and Firefox but it's a quick fix. If I had time I would code the html markup differently. These edits are only in the css file:-


#header{ position: relative;
float:left;
}
.flleft{float:left; position: absolute; left: 0; top: 0; }
.flright{float:right; left: 334px; top: -8px; position: absolute; }