Results 1 to 3 of 3

Thread: Page working in Firefox but not IE :/

  1. #1
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default Page working in Firefox but not IE :/

    Im helping a friend with her website here but its not showing up in IE. Why? Its working perfectly fine in Mozilla. Can anyone help? I need it asap
    Last edited by ModernRevolutions; 01-17-2009 at 10:54 AM.

  2. #2
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    wow i got it that was fast hahaha. but how do i make a background image repeat downward only for IE?

  3. #3
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You can use conditional comments:
    HTML Code:
    <!--[if IE]>
    <style type="text/css">
    #foo {
    background-repeat: repeat-y;
    }
    </style>
    <![endif]-->
    Good luck!

  4. The Following User Says Thank You to Snookerman For This Useful Post:

    ModernRevolutions (02-24-2009)

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
  •