Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    DJ=Ice Guest

    Default

    I've done it!!! Woo HOO, I just deleted:
    (I'll put it in quote)
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">

  2. #12
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    No, I've edited my post with a better way for you to solve your problem.

    Replace your scroll bar CSS with

    HTML Code:
    <STYLE>
    <!--
    html, body {
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-BASE-COLOR: #0000FF;
    SCROLLBAR-FACE-COLOR: #0000FF;
    SCROLLBAR-HIGHLIGHT-COLOR: #0000FF;
    SCROLLBAR-SHADOW-COLOR: #0000FF;
    SCROLLBAR-3DLIGHT-COLOR: #0000FF;
    SCROLLBAR-TRACK-COLOR: #0000FF;
    SCROLLBAR-DARKSHADOW-COLOR: #0000FF;
    }
    -->
    </STYLE>
    And leave the doctype in!
    kinda quit.

  3. #13
    DJ=Ice Guest

    Default

    What difference will it make if it don't have Doc type thingymajig

  4. #14
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Your supposed to have a doctype I think :p
    kinda quit.

Page 2 of 2 FirstFirst 12

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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