Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Iframes

  1. #11
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by .Code
    Code:
    <STYLE type=text/css>
    BODY {
        SCROLLBAR-FACE-COLOR: #5d683e; 
        SCROLLBAR-HIGHLIGHT-COLOR: #5d683e; 
        SCROLLBAR-SHADOW-COLOR: #8b9375; 
        SCROLLBAR-3DLIGHT-COLOR: #8b9375; 
        SCROLLBAR-ARROW-COLOR: #8b9375; 
        SCROLLBAR-TRACK-COLOR: #8b9375; 
        SCROLLBAR-DARKSHADOW-COLOR: #5d683e; 
    }
     
    </STYLE>
    Just change the hex codes

    Put this is your iframe doc.

    which part in the actuall iframe part or the head or body or what?

  2. #12
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    that code doesnt work additional

  3. #13
    Join Date
    Aug 2005
    Location
    Location Location
    Posts
    1,730
    Tokens
    0

    Latest Awards:

    Default

    do you want the code for an iFrame?

  4. #14
    Join Date
    Apr 2006
    Posts
    12
    Tokens
    0

    Default

    <STYLE type="text/css">
    <!--
    BODY {
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-shadow-color:#FFFFFF;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#FFFFFF;
    }
    -->
    </STYLE>

    Try that ;]

Page 2 of 2 FirstFirst 12

Posting Permissions

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