Results 1 to 2 of 2

Thread: display problem on IE, opera and others..

  1. #1
    Join Date
    Feb 2010
    Posts
    1

    display problem on IE, opera and others..

    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

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    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:-
    Code:
    #header{   position: relative; 
    float:left;
    }
    .flleft{float:left;       position: absolute; left: 0; top: 0; }
    .flright{float:right;     left: 334px; top: -8px; position: absolute; }
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •