Font changed when scrollbar transp. |
Font changed when scrollbar transp. |
Dec 9 2004, 12:13 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: Sep 2004 Member No: 47,542 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> div { filter:chroma(color=#00FF00); /* here you are defining which color you want to be transparent in your scrollbars */ scrollbar-arrow-color: #000000; scrollbar-face-color: #00FF00; /* transparent */ scrollbar-3dlight-color: #00FF00; /* transparent */ scrollbar-darkshadow-color: #00FF00; /* transparent */ scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-track-color: #00FF00; /* transparent */ } </style> <!-- end code provided by createblog.com --> But then, it totally messes my font up--> Go here to see what im talking about. The font is supposed to be verdana or something to that nature, but its some wacky thing thats not easy to read, at least its not for this layout. Is there any way to not let it do that? Please let me know! Thanks |
|
|
|
halvorct Font changed when scrollbar transp. Dec 9 2004, 12:13 PM
Jus2s1mp13 am not sure what your talking about, but when i ch... Dec 9 2004, 01:08 PM
pynk_laday QUOTE(Jus2s1mp13 @ Dec 9 2004, 1:08 PM)am not... Dec 9 2004, 03:00 PM
mona lisa nah the font is verdana, but just make sure that t... Dec 9 2004, 04:12 PM
halvorct I still dont understand. Is it really showing up ... Dec 9 2004, 05:09 PM
electric shock it's probably just your c/p
O_O people have di... Dec 9 2004, 05:11 PM
mirage do you have the verdana font? cuz if you don't... Dec 9 2004, 05:51 PM![]() ![]() |