Results 1 to 6 of 6

Thread: Is there a css fix for this yet?

  1. #1
    Dre
    Dre is offline
    Member Dre's Avatar
    Join Date
    May 2009
    Posts
    229

    Default Is there a css fix for this yet? 16 Jun 2012 @ 06.10

    My pages appear properly in FF and Google Chrome but they look horrible in IE. Nothing about the background is right. I don't know what to do.

    www.propheciesofrevelation.org/main.php
      Reply With Quote

  2. #2
    Administrator Frinkky's Avatar
    Join Date
    Dec 2008
    Posts
    1,817
    Blog Entries
    1

    Default 16 Jun 2012 @ 11.36

    Looks fine in IE9 (Windows 7). Please be more specific - what issues, what version of IE and what OS?
      Reply With Quote

  3. #3
    Dre
    Dre is offline
    Member Dre's Avatar
    Join Date
    May 2009
    Posts
    229

    Default 16 Jun 2012 @ 12.21

    IE8 (Windows 7). The background images repeats instead of stretching. Then the center background which is supposed to be transparent appears a horrible green color.

    I did not realize that IE9 was available. If this is corrected in IE9 then that is great but gee, people using previous versions of IE are not seeing the pages properly.... the pages are not even readable.
      Reply With Quote

  4. #4
    Senior Member Mike Hopley's Avatar
    Join Date
    Jul 2009
    Posts
    676

    Default 16 Jun 2012 @ 16.45

    You're using some CSS properties that are quite new, such as "background-origin" and "background-clip". These are not supported by IE8.

    You can serve IE8 (and lower) alternative presentation if you want. This could be done using conditional comments, CSS hacks, or a javascript polyfill such as Modernizr. Take your pick.
      Reply With Quote

  5. #5
    Dre
    Dre is offline
    Member Dre's Avatar
    Join Date
    May 2009
    Posts
    229

    Default 16 Jun 2012 @ 16.55

    I do not know what any of those things are about. lol!

    I am downloading IE9 for me but for other people are using older versions of IE.... I don't know. Do you think it is worth messing with?

    Seems like a lot of people use IE but I don't know why because IE really sucks.
      Reply With Quote

  6. #6
    Senior Member Mike Hopley's Avatar
    Join Date
    Jul 2009
    Posts
    676

    Default 17 Jun 2012 @ 16.12

    quote
    I do not know what any of those things are about. lol!
    Originally Posted by Dre View Post
    You might like to search Google to find out about them. Suggested searches: conditional comments; css hacks; progressive enhancement; Modernizr; CSS pie.


    quote
    I am downloading IE9 for me but for other people are using older versions of IE.... I don't know. Do you think it is worth messing with?
    IE8 is a very popular browser. I do not recommend serving IE8 a broken experience.

    That doesn't mean you need to give IE8 the same experience. Just not broken.


    quote
    Seems like a lot of people use IE but I don't know why because IE really sucks.
    Because IE comes installed with their computer. It's what they know.

    Besides, IE9 doesn't suck. Even IE8 is not that bad.
      Reply With Quote

Tags for this Thread

Posting Permissions

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