Results 1 to 7 of 7

Thread: Help!

  1. #1
    Join Date
    Nov 2006
    Posts
    292
    Tokens
    0

    Default Help!

    okay im coding a layout and im having to use iframes, now i know how to change the scroll bar co.lour and so on but its not showing up on my main page in the iframe. I know you have to put the code in the page that the iframe links to but i just cant get it to work can anyone help?

    Iframe content:


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Untitled Document</title>
    <style>
    <!--
    BODY{
    scrollbar-face-color:#C4C2C4;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#C4C2C4;
    scrollbar-shadow-color:#C4C2C4;
    scrollbar-highlight-color:#C4C2C4;
    scrollbar-3dlight-color:#C4C2C4;
    scrollbar-darkshadow-Color:#C4C2C4;
    background-color: #C4C2C4;
    }
    -->
    </style>
    </head>
    <body>
    1<br>
    1<br>
    1<br>
    1<br>
    1<br>
    1<br>
    1<br>
    1<br>
    1<br>
    1<br>
    1<br>
    1<br>
    1<br>

    </body>
    </html>
    Alex.

  2. #2
    Join Date
    Jul 2006
    Location
    England
    Posts
    610
    Tokens
    0

    Default

    Are you using firefox? If so it wont work.

    EDIT
    Put the scrollbar under <body> and it should work...i think.


  3. #3
    Join Date
    Nov 2006
    Posts
    292
    Tokens
    0

    Default urgh

    ive checked that already, that ive put it under the <body> tag, and no i dont use firefox.

  4. #4
    Join Date
    Jul 2006
    Location
    England
    Posts
    610
    Tokens
    0

    Default

    What about

    <style type="text/css">
    BODY{
    scrollbar-face-color:#C4C2C4;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#C4C2C4;
    scrollbar-shadow-color:#C4C2C4;
    scrollbar-highlight-color:#C4C2C4;
    scrollbar-3dlight-color:#C4C2C4;
    scrollbar-darkshadow-Color:#C4C2C4;
    background-color: #C4C2C4;
    }
    </style>


  5. #5
    Join Date
    Nov 2006
    Posts
    292
    Tokens
    0

    Default nope

    Nah, that doesnt work.

  6. #6
    Join Date
    Jul 2006
    Location
    England
    Posts
    610
    Tokens
    0

    Default

    Take the <!-- and --> out of the code, it should work then.


  7. #7
    Join Date
    Dec 2005
    Posts
    1,733
    Tokens
    201
    Habbo
    Bomb-Head

    Latest Awards:

    Default

    What browser are you using?

Posting Permissions

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