Results 1 to 2 of 2

Thread: Repeat Y problem in IE

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

    Default Repeat Y problem in IE

    Ok I am currently using the code:
    Code:
    body {
    text-align:right;
    margin: 0px;
    background:url(http://www.modernrevolutions.vivid-avenue.net/websitelayouts/kbell/bellbar.png)repeat-y;
    background-position:top left;
    background-color:6491b4; 
    text-align: justify;
    letter-spacing:0px;
    font-family:georgia;
    font-size:11px;}
    to make the bar repeat down the page. It works perfectly fine in Mozilla however if you open the page in IE it doesn't work. :/ Here is a link.

    I have also tried:
    Code:
    body {
    text-align:right;
    margin: 0px;
    background:url(http://www.modernrevolutions.vivid-avenue.net/websitelayouts/kbell/bellbar.png)repeat-y;
    background-repeat:repeat y;
    background-position:top left;
    background-color:6491b4; 
    text-align: justify;
    letter-spacing:0px;
    font-family:georgia;
    font-size:11px;}
    Last edited by ModernRevolutions; 01-17-2009 at 12:35 PM.

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

    Default

    You have several errors in your css code, for example missing a number symbol (#) in front of the color. Fix all errors and you should be fine, you can check them in the w3 css validator:
    http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.modernrevolutions.vivid-avenue.net%2Fwebsite%2520layouts%2Fkbell%2Fstyle.css&profile=css21&usermedium=all&warning=1&lang=en

    Good luck!

  3. 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
  •