
08-13-2007, 11:35 AM
|
 |
|
|
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by puregraf
hi, installed..
one problem, theirs a line comming off the right and left side, im using the Css5 one.
see here: http://puregraffiti.com/graffiti-space/index.php
how do i remove the extra lines from the sides?
and also, if i want to change the color of the rollover that is currently Blue to another color like Red, what do i need to do?
Thanks!!
great hack!
|
Puregraf,
Here's your solution below...>>>
HTML Code:
#nav{
clear:both;
font-weight:bold;
color:#666;
margin-left:10px;
float:left;
list-style-type:none;
padding-bottom:21px; <...{{{ change this here to to move down }}}
}
#nav li{
list-style-type:none;
float:left;
margin:0 0 0 4px;
padding:0 0 0 10px ;
border-bottom:1px solid #999; <...{{{ change this here to 0 }}}
background:url(../tab_images/css2_under.gif) #c0c0c0 top left no-repeat;
}
If U want 2 make it flush with your tbody or table, change the cellpadding or cellspacing in your tables area...
Good Luck 2 ya
|