Results 1 to 8 of 8

Thread: IE 5.2 pain

  1. #1
    Join Date
    Nov 2005
    Posts
    132
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default IE 5.2 pain

    I'd appreciate it if anyone could point me in the direction of (a) my possible css faults or (b) a piece of heavenly code that will shift this css designed page so that It doesn't look like a car crash via IE 5.2 (mac). It appears to not recognise my main containing div properly. problem page = http://www.ukbw.com/natural

    Safari, FF and Opera all appear good my end.

    thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    It does look pretty crazy; the top right-side thing is just totally missing... weird.

    Why are you using css for layout? It's just 3 divs, right? Just position them.

    I'm not sure what would fix the css for IE5 mac, though.

    I did notice a bunch of extra <br> tags.... I'd guess that's what's throwing them off, but also might be something helpful for other browsers. Is it possible to take those out?
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Nov 2005
    Posts
    132
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    ok, I have manged to get IE 5.2 happy. I did remove those <br> tags and also adjusted the float of a div. Just tested the site on IE6 and Maxthon and they display something completely new and problematic.

    I guess i need to concentrate on the mass market - IE 6 and FF.

    Is there a fundamental difference in the technology of IE 5 and IE 6?
    perhaps a css reading capability?

    cheers

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    IE6 is closer to the standards. That's a relative measure, of course.

    The most problematic bug that tends to happen with CSS in IE5 is the fact that it counts "width" as being what standards-compliant browsers would call width + border-width + padding + margin.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Nov 2005
    Posts
    132
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    many thanks, I'm still finding irregularities though. Could it be an issue with the doctype?
    I'm building this via dreamweaver and at the start of designing I have the options of: html strict/transitional and xhtml 1.1/strict/transitional.

    As I'm still learning all this, i'd appreciate any feedback on whether there is a preferred type.

    thanks again

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The preferred DOCTYPE for general use is HTML 4.01 Strict at the moment. See http://dynamicdrive.com/forums/showthread.php?t=9390.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Nov 2005
    Posts
    132
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    cheers, thats really interesting

  8. #8
    Join Date
    Nov 2005
    Posts
    132
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    to add to the ie bug hell. I found this really interesting
    http://friendlybit.com/css/cross-bro...egies-for-css/

Bookmarks

Posting Permissions

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