Results 1 to 5 of 5

Thread: Need Help With My New Site

  1. #1
    BANNED
    Join Date
    Dec 2003
    Posts
    1,646
    i want the scroll bar from the forum page to be the same on the site pages any one know how to do it please help me.
    thanks B)

    Image Resized
    [img]http://abpni.serverbox.org/mike/ss.JPG' width='200' height='120' border='0' alt='click for full size view'>

  2. Internet, Programming and Graphics   -   #2
    Filesharinghelp.com
    Join Date
    Dec 2003
    Posts
    724
    Code:
    <STYLE type=text/css>BODY {SCROLLBAR-FACE-COLOR: 2A3247; SCROLLBAR-HIGHLIGHT-COLOR: DEE6EF; SCROLLBAR-SHADOW-COLOR: 75859B; SCROLLBAR-3DLIGHT-COLOR: #C6D8EA; SCROLLBAR-ARROW-COLOR: #f2f4fa; SCROLLBAR-TRACK-COLOR: DEE6EF; SCROLLBAR-DARKSHADOW-COLOR: 2A3247}
    </STYLE>
    Just change the colours a bit

    Edit: Just place it before <Body>

  3. Internet, Programming and Graphics   -   #3
    Whats before <body> Lite? You meant under <head></head>

    I didnt see the code, i am sure it&#39;ll work, however if you were looking for something diff. gungrave let us know.
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  4. Internet, Programming and Graphics   -   #4
    BANNED
    Join Date
    Dec 2003
    Posts
    1,646
    Originally posted by Lite@2 April 2004 - 18:27
    Code:
    &#60;STYLE type=text/css&#62;BODY {SCROLLBAR-FACE-COLOR&#58; 2A3247; SCROLLBAR-HIGHLIGHT-COLOR&#58; DEE6EF; SCROLLBAR-SHADOW-COLOR&#58; 75859B; SCROLLBAR-3DLIGHT-COLOR&#58; #C6D8EA; SCROLLBAR-ARROW-COLOR&#58; #f2f4fa; SCROLLBAR-TRACK-COLOR&#58; DEE6EF; SCROLLBAR-DARKSHADOW-COLOR&#58; 2A3247}
    &#60;/STYLE&#62;
    Just change the colours a bit

    Edit: Just place it before <Body>
    cool but i want it to be the same coulor
    could u edit it for me cos i aint got a clue lol
    B)

  5. Internet, Programming and Graphics   -   #5
    h1
    Guest
    Originally posted by Lite@2 April 2004 - 13:27
    Code:
    &#60;STYLE type=text/css&#62;BODY {SCROLLBAR-FACE-COLOR&#58; 2A3247; SCROLLBAR-HIGHLIGHT-COLOR&#58; DEE6EF; SCROLLBAR-SHADOW-COLOR&#58; 75859B; SCROLLBAR-3DLIGHT-COLOR&#58; #C6D8EA; SCROLLBAR-ARROW-COLOR&#58; #f2f4fa; SCROLLBAR-TRACK-COLOR&#58; DEE6EF; SCROLLBAR-DARKSHADOW-COLOR&#58; 2A3247}
    &#60;/STYLE&#62;
    Just change the colours a bit

    Edit: Just place it before <Body>
    Incorrect syntax.
    Code:
    &#60;style type=&#34;text/css&#34; media=&#34;screen&#34;&#62;
     &nbsp; body
     &nbsp; {
     &nbsp; &nbsp; &nbsp;scrollbar-3dlight-color &#58; #c6d8ea;
     &nbsp; &nbsp; &nbsp;scrollbar-arrow-color &#58; #f2f4fa;
     &nbsp; &nbsp; &nbsp;scrollbar-darkshadow-color &#58; #2a3247;
     &nbsp; &nbsp; &nbsp;scrollbar-face-color &#58; #2a3247;
     &nbsp; &nbsp; &nbsp;scrollbar-highlight-color &#58; #dee6ef;
     &nbsp; &nbsp; &nbsp;scrollbar-shadow-color &#58; #75859b;
     &nbsp; &nbsp; &nbsp;scrollbar-track-color &#58; #dee6ef;
     &nbsp; }
    &#60;/style&#62;
    Scrollbar colors are deprecated in CSS Level 2 now, they&#39;ll be phased out by the W3C soon.

Bookmarks

Posting Permissions

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