Results 1 to 3 of 3

Thread: Mozillla Says there are errors in this...

  1. #1
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Mozillla Says there are errors in this...

    body {
    background-color:#777777;
    scrollbar-base-color:#44444;
    scrollbar-face-color:#777777;
    scrollbar-arrow-color:#bbbbbb;
    }
    H2 {
    font-family:"Halo Outline",Impact,"Comic Sans Ms";
    font-weight: 100;
    text-align: center;
    cursor: crosshair;
    font-size: 28pt;
    border-style: solid;
    border-color: #999999 #555555 #555555 #999999
    }
    a:link {color: #0000FF}
    a:visited {color: #000000}
    a:hover {color: #FFFFFF}
    a:active {color: #666666}
    a.href {align: center}
    P {font-family:Impact,"Halo Outline","Comic Sans Ms"}


    To See The Finished Product... MyPage
    *Edit*
    This Is Really Bothering Me B/c Mozzilla Isnt Displaying the page right...

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

    Default

    Code:
    scrollbar-base-color:#44444;
    scrollbar-face-color:#777777;
    scrollbar-arrow-color:#bbbbbb;
    That's not valid CSS.
    Code:
    a.href {align: center}
    That isn't either. You probably mean text-align, but that won't have any effect on the inline A element either. Giving it a class that will be confused with the "href" attribute is also a bad idea, from a purely human point of view.
    Code:
    P {font-family:Impact,"Halo Outline","Comic Sans Ms"}
    You should always specify a generic font family as a last resort.

    I don't have IE, so I can't tell how this is supposed to look. You should provide some screenshots for platform-dependant browsers.

    You should also validate your markup and CSS.
    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!

  3. #3
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    i have alot of work to do...
    thankyou for your help
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

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
  •