Forums
This topic is locked
Scrollbar colors in dreamweaver?
Posted 29 Nov 2003 18:07:41
1
has voted
29 Nov 2003 18:07:41 Evan Patterson posted:
How do you change the colors of a scrollbar in DMX?Thanks.
Before you criticize someone, walk a mile in their shoes, that way when you do criticize them, you're a mile away and you have their shoes!
Replies
Replied 29 Nov 2003 23:37:02
29 Nov 2003 23:37:02 Opaki Papak replied:
use css
sintax like:
body { font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px;
font-family: Verdana, Arial;
scrollbar-face-color: #557788;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;}
sintax like:
body { font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px;
font-family: Verdana, Arial;
scrollbar-face-color: #557788;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;}
Replied 30 Nov 2003 04:43:25
30 Nov 2003 04:43:25 Evan Patterson replied:
I tried that, but it did not work.
I was using this code:
<pre id=code><font face=courier size=2 id=code>
<style type="text/css">
body {
scrollbar-face-color: #FF9900;
scrollbar-darkshadow-color: #FFCC00;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #FFFFFF;
scrollbar-shadow-color: #FFCC00;
scrollbar-3dlight-color: #FFCC00;
scrollbar-track-color: #FFFFFF; }
</style>
</font id=code></pre id=code>
Would it make any difference that I am using a template?
Before you criticize someone, walk a mile in their shoes, that way when you do criticize them, you're a mile away and you have their shoes!
I was using this code:
<pre id=code><font face=courier size=2 id=code>
<style type="text/css">
body {
scrollbar-face-color: #FF9900;
scrollbar-darkshadow-color: #FFCC00;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #FFFFFF;
scrollbar-shadow-color: #FFCC00;
scrollbar-3dlight-color: #FFCC00;
scrollbar-track-color: #FFFFFF; }
</style>
</font id=code></pre id=code>
Would it make any difference that I am using a template?
Before you criticize someone, walk a mile in their shoes, that way when you do criticize them, you're a mile away and you have their shoes!
Replied 02 Dec 2003 12:59:40
02 Dec 2003 12:59:40 Nozomi Kugita replied:
I've tried the code, and it works fine for me. Also created a page from a template and it did work fine as well.
If you think using a template could be actually causing the issue, create a new file with the css, applying it to a text area to see if it works for you.
- Noz
If you think using a template could be actually causing the issue, create a new file with the css, applying it to a text area to see if it works for you.
- Noz
Replied 03 Dec 2003 00:37:07
03 Dec 2003 00:37:07 Evan Patterson replied:
Sorry for this stupid question, but how do you apply a css file to an html file?
Before you criticize someone, walk a mile in their shoes, that way when you do criticize them, you're a mile away and you have their shoes!
Before you criticize someone, walk a mile in their shoes, that way when you do criticize them, you're a mile away and you have their shoes!
Replied 04 Dec 2003 18:32:05
04 Dec 2003 18:32:05 Domhainall McAlbain replied:
<font color=orange>
Baltor,
It could be the CSS version you're using. Or IE or NS version but if you can see other sites Different scrollbar colours, then it probably is the template. Are you using a linked CSS or entering the Style tag directly into the html, Scrollbar colours are not fully validated yet in CSS and arent even supported in DMX (6.1 not sure avout 7.0 yet) so try creating a CSS file and Linking it to the template. Open the Css Styles Pallet and Click the "Attach Style Sheet" Icon and browse for your CSS. This should solve the problem. as the CSS is a seperate file and is linked to the same as Images etc.
Regards Etc.
Bailer.
www.bailerweb.com</font id=orange>
Edited by - bailer on 04 Dec 2003 18:57:39
Edited by - bailer on 04 Dec 2003 18:59:57
Baltor,
It could be the CSS version you're using. Or IE or NS version but if you can see other sites Different scrollbar colours, then it probably is the template. Are you using a linked CSS or entering the Style tag directly into the html, Scrollbar colours are not fully validated yet in CSS and arent even supported in DMX (6.1 not sure avout 7.0 yet) so try creating a CSS file and Linking it to the template. Open the Css Styles Pallet and Click the "Attach Style Sheet" Icon and browse for your CSS. This should solve the problem. as the CSS is a seperate file and is linked to the same as Images etc.
Regards Etc.
Bailer.
www.bailerweb.com</font id=orange>
Edited by - bailer on 04 Dec 2003 18:57:39
Edited by - bailer on 04 Dec 2003 18:59:57