View Full Version : anyone know how to do this !
cyrus
01-06-2002, 02:33 PM
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
Admin
01-06-2002, 03:29 PM
From the source 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;
}
then you just put class="item" in the <td> tag and voila.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.