Results 1 to 2 of 2

Thread: CSS Prob

  1. #1
    Join Date
    Nov 2005
    Location
    Australia
    Posts
    1,086
    Tokens
    111

    Latest Awards:

    Default CSS Prob

    Ok, I have a transperent background and I want the scroll bar to be transparent aswell so that their is only two arrows. This is what I have so far :

    <style type="text/CSS">
    <!--
    body{
    background-image: url('/images/index_r4_c3.gif');
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-position:top-left;
    }
    BODY{ color:#000000; scrollbar-3dlight-color:#121413; scrollbar-arrow-color:#FFFFFF; scrollbar-base-color:#121413; scrollbar-darkshadow-color:#121413; scrollbar-face-color:#121413; scrollbar-highlight-color:#121413; scrollbar-shadow-color:#121413; }
    A{color:#F69A15; text-decoration:none; }
    A:Visited{color:#F69A15; text-decoration:none; }
    A:Hover{color:#FFFFFF; text-decoration:none; }</style>
    </style>

    The transparent image is located at /images/index_r4_c3.gif

    Thanks and +rep to the people who help.


  2. #2
    Join Date
    Sep 2005
    Posts
    1,604
    Tokens
    0

    Latest Awards:

    Default

    What do you see? whats your site so we can see what happens

Posting Permissions

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