cool site navigation...>.<" |
![]() ![]() |
cool site navigation...>.<" |
Jan 10 2007, 10:48 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Dec 2006 Member No: 488,942 |
i'm looking for a cool site navigation like this one
http://www.pyzam.com/toys.html i saw it before but i can't remember where...>.<"...the design is something like this one but the colour is different.. can anyone tell me where to find a cool site navigation?... thankz in advance btw,i wonder if anyone know some cool 'ajax' site navigation?.. |
|
|
|
| *digital.fragrance* |
Jan 11 2007, 02:44 PM
Post
#2
|
|
Guest |
CODE <table width="185" border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" style="border-collapse: collapse" align="center" backgroundcolor: "#FFFFFF"> <tr> <td height="12" valign="top" class="header">YOUR HEADER HERE</td> </tr> <tr> <td valign="top" bgcolor="#FFFFFF" onmouseover="bgColor='#95F2F5'" onmouseout="bgColor='#FFFFFF'"> <a href="URL HERE">title of link</a> </td></tr> <tr> <td valign="top" bgcolor="#FFFFFF" onmouseover="bgColor='#95F2F5'" onmouseout="bgColor='#FFFFFF'"> <a href="URL HERE">title of link</a> </td></tr> <tr> <td valign="top" bgcolor="#FFFFFF" onmouseover="bgColor='#95F2F5'" onmouseout="bgColor='#FFFFFF'"> <a href="URL HERE">title of link</a> </td></tr> <tr> <td valign="top" bgcolor="#FFFFFF" onmouseover="bgColor='#95F2F5'" onmouseout="bgColor='#FFFFFF'"> <a href="URL HERE">title of link</a> </td></tr> </table> Edit the colors as you wish. Currently #95F2F5 is your mouseover color, and white is your background. You can edit the width and height of the table properties as you please. You can even add more links by add this... CODE <tr> <td valign="top" bgcolor="#FFFFFF" onmouseover="bgColor='#95F2F5'" onmouseout="bgColor='#FFFFFF'"> <a href="URL HERE">title of link</a> </td></tr> ...at the end before the "</table>" |
|
|
|
![]() ![]() |