View Full Version : half transparent & scroll bar


Hopscotch
01-13-2005, 10:56 PM
would u mind telling me the code to make it become half transparent like this (http://www.xanga.com/home.aspx?user=akikay)
n give me the scroll bar code like her xanga too?

JiNgLeBeLLz77
01-14-2005, 02:15 AM
scrollbar code. what do you want half transparent... modules or entries?

<style type=text/css>
body{
scrollbar-3dlight-color: 000000;
scrollbar-arrow-color: 000000;
scrollbar-darkshadow-color: 000000;
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-track-color: 000000;}
</STYLE>

Hopscotch
01-14-2005, 02:39 AM
scrollbar code. what do you want half transparent... modules or entries?

both modules n entries
thzzz~~~

JiNgLeBeLLz77
01-14-2005, 02:45 AM
<STYLE>
table.search TD, table.search, table.announcements, table.left TD, table.blogbody {
/* opacity maximum 100 */
filter: alpha(style=0,opacity=70);
}
</STYLE>