The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I want to know how that menu was done at http://forums.jjr512.com/homeindex.php
Not the rollover effect only, the whole thing of it being with a shadow and all ! Anyone know ?? Thanks |
|
#2
|
||||
|
||||
|
From the source code:
Code:
.item {
background-color : #103550;
border-bottom-color : #0A293E;
border-bottom-style : solid;
border-bottom-width : 1px;
border-left-color : #1D6AA0;
border-left-style : solid;
border-left-width : 1px;
border-right-color : #0A293E;
border-right-style : solid;
border-right-width : 1px;
border-top-color : #1D6AA0;
border-top-style : solid;
border-top-width : 1px;
color : #FFFFFF;
}
|
![]() |
|
|