Help - Search - Members - Calendar
Full Version: cool site navigation...>.<"
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
azntechnokid
i'm looking for a cool site navigation like this one
http://www.pyzam.com/toys.html rolleyes.gif

i saw it before but i can't remember where...>.<"...the design is something like this one but the colour is different.. pinch.gif http://cwhnetworks.com/

can anyone tell me where to find a cool site navigation?... thankz in advance happy.gif

btw,i wonder if anyone know some cool 'ajax' site navigation?..
digital.fragrance
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>"
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.