View Full Version : HeLp!!!


spikedspurs89
12-17-2004, 01:29 AM
Im wondering if anyone knows how to costomize the left pannel, like the border color, size and such...please let me know

:cloud: ~Spurs~ :cloud:

tokyo bleu
12-17-2004, 02:54 AM
<style>
table.left {
/*whole menu module*/
border: 1px solid white;
width: 200px;
background-color: transparent;}

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url();
background-color: white;
font: bold 12px arial;
text-transform: uppercase;
color: black;
border: 1px solid black;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;}

table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url();
border: 1px solid black;
border-bottom-width: 1px;
text-align: left;
color: white;
border-top-width: 0px;
border-right-width: 1px;
border-left-width: 1px;
background-color: transparent;}
</style>