Results 1 to 7 of 7

Thread: Question...

  1. #1
    Join Date
    Oct 2004
    Location
    In My Computer
    Posts
    946
    Tokens
    372

    Default Question...

    Yo, on one of my sites there is 2 issues that need solving PLEASE

    http://www.neoart.co.uk/V3/tester.html

    ok see the iframe
    How do i colour the scrollers...

    Ok see the image links
    how do i hyper link them to go to the iframe, i am not sure how to do it with images...


    There's 2 questions there.

    Thanks in advance
    Nath
    Haven't updated this in around a year, so now i have

  2. #2
    Join Date
    Aug 2004
    Location
    Essex
    Posts
    23,585
    Tokens
    9,258

    Latest Awards:

    Default

    In firefox I don't think you can change the colour of scrollers.

  3. #3
    Join Date
    Oct 2004
    Location
    In My Computer
    Posts
    946
    Tokens
    372

    Default

    Erm... nope

    89 % Of people that visit my site use IE, so i'll use colour scroll bars ^^

    Can anyone help answer questions?
    Haven't updated this in around a year, so now i have

  4. #4
    Join Date
    Aug 2004
    Location
    Essex
    Posts
    23,585
    Tokens
    9,258

    Latest Awards:

    Default

    I have seen it somewhere before, you get them in IPB skins, I shall look for you now!

    HTML Code:
    <HEAD>
      <STYLE>
        .TA {scrollbar-3dlight-color:;
               scrollbar-arrow-color:;
               scrollbar-base-color:;
               scrollbar-darkshadow-color:;
               scrollbar-face-color:;
               scrollbar-highlight-color:;
               scrollbar-shadow-color:}
      </STYLE>
    </HEAD>

  5. #5
    Join Date
    Oct 2004
    Location
    In My Computer
    Posts
    946
    Tokens
    372

    Default

    Don't get what you mean, but it didn't work...

    Any other ideas...
    Haven't updated this in around a year, so now i have

  6. #6
    Join Date
    Mar 2005
    Posts
    82
    Tokens
    0

    Default

    What Colour, Ill Do It Phool

  7. #7
    Join Date
    Jul 2004
    Location
    Bournemouth. UK
    Posts
    3,638
    Tokens
    0

    Latest Awards:

    Default

    Copy and paste this into the <head> section of your HTML.

    Code:
    <style type="text/css">
    
    <!--
    
    body {
    
    SCROLLBAR-ARROW-COLOR: #000000;
    
    SCROLLBAR-BASE-COLOR: #FFFFFF;
    
    SCROLLBAR-FACE-COLOR: #FFFFFF;
    
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    
    SCROLLBAR-SHADOW-COLOR: #FFFFFF;
    
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
    
    SCROLLBAR-TRACK-COLOR: #FFFFFF;
    
    SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
    
    }
    
    -->
    
    </style>
    Edit the colours accordingly.
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.

Posting Permissions

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