PDA

View Full Version : Need Help With My New Site



gungrave
04-02-2004, 05:28 PM
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'> ('http://abpni.serverbox.org/mike/ss.JPG')

Lite
04-02-2004, 06:27 PM
<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>

I.am
04-02-2004, 06:58 PM
Whats before <body> Lite? :lol: :P 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.

gungrave
04-02-2004, 07:06 PM
Originally posted by Lite@2 April 2004 - 18:27

&#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 :rolleyes:
could u edit it for me cos i aint got a clue lol
B)

h1
04-03-2004, 07:19 AM
Originally posted by Lite@2 April 2004 - 13:27

&#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.
&#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.