Results 1 to 2 of 2

Thread: Browser Compatibility Issues

  1. #1
    Join Date
    Apr 2008
    Posts
    151

    Browser Compatibility Issues

    I have started to create a simple website. The website seems to work in Opera. However, when I open it with IE and Firefox, everything seems to become funny - especially the menu bar. Is there something really wrong with my coding?

    The URL:
    http://www.sfu.ca/~jca41/stuph/rysa/...template3.html

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    I can't see much of a problem except that there is a gap in the side borders above the footer in IE7.

    This is because you have used a dummy #footer div there which has a line-height and shows the space as a gap. You shouldn't use an id twice on a page, so I used a separate clearer div with no line-height which forms an invisible barrier below the floated divs above:-

    </div><!-- rightSide ends here -->

    <!--<div id="footer"></div>deleted--> <!--dummy footer ends here -->

    <div style="clear: both; width: 100%; height: 0; line-height: 0;
    font-size: 0;">&nbsp;</div>

    </div><!-- content ends here -->
    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.

Similar Threads

  1. Internet Explorer Browser Issues
    By mattmilam in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 14 Feb 2007, 11:42 AM
  2. js-compressing/expanding layout on browser resize and 2 more issues
    By sanchopansa in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 22 Jul 2006, 04:03 PM

Posting Permissions

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