Results 1 to 6 of 6

Thread: css problem or image problem

  1. #1
    Join Date
    Jul 2005
    Location
    Planet Earth
    Posts
    94
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default css problem or image problem

    Hi,

    I am working on my own website, http://www.gatewayitsolutions.net
    when i preview the site in firefox or even IE the layout is ok, but
    when viewed in IE the image's transparent section is covered with a
    luminous blue.
    Does anyone have an idea on why this is so?

    Please advise

    Redice

  2. #2
    Join Date
    Aug 2006
    Posts
    239
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    because IEs before 7 didn't support PNG RGBA transparency except wrapping filter over it, or reducing PNG to indexed (256 color) palette- like in gif.

    BTW, you use XHTML 1.0 Strict, you shouldn't, since serving it as text/html breaks the reason it's for (the last "text/html permittable" XHTML was 1.0 Transitional).

  3. #3
    Join Date
    Jul 2005
    Location
    Planet Earth
    Posts
    94
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ItsMeOnly
    BTW, you use XHTML 1.0 Strict, you shouldn't, since serving it as text/html breaks the reason it's for (the last "text/html permittable" XHTML was 1.0 Transitional).
    Thanks mate, am abit lost with that, kindly explain

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

    Default

    XHTML is unsupported by IE. That is to say, if you send valid XHTML as application/xhtml+xml (the correct MIME type for XHTML), IE will ask the user what to do with it and treat it as a download. A common "workaround" for this is to send it as text/html. However, this has many problems, the greatest of which is that IE will treat the content as malformed HTML, not XHTML, and so mitigate all the possible advantages of using XHTML for users of that browser, which (alas) are likely to comprise a large portion of your user base. As such, there are really no advantages and many disadvantages to using XHTML at the moment. Until those are resolved, I strongly suggest you stick to HTML 4.01 Strict.
    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
    Jul 2005
    Location
    Planet Earth
    Posts
    94
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    XHTML is unsupported by IE. That is to say, if you send valid XHTML as application/xhtml+xml (the correct MIME type for XHTML), IE will ask the user what to do with it and treat it as a download. A common "workaround" for this is to send it as text/html. However, this has many problems, the greatest of which is that IE will treat the content as malformed HTML, not XHTML, and so mitigate all the possible advantages of using XHTML for users of that browser, which (alas) are likely to comprise a large portion of your user base. As such, there are really no advantages and many disadvantages to using XHTML at the moment. Until those are resolved, I strongly suggest you stick to HTML 4.01 Strict.
    USELESS IE
    Thanks alot Twey

  6. #6
    Join Date
    Aug 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    pngs and ie suck ! its like microsoft dont want us to make decent websites . btw the layout of your site is a bit choppy in safari on the mac if your interested.

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
  •