iGuest 3 Report post Posted February 11, 2005 some nice javascript to add in your site cell bg changer<HEAD><style>.tditem {font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none;color: gray;}</style></HEAD><BODY><center><table border=0 cellpadding=0 cellspacing=0><tr><td onmouseover="bgColor='blue'" onClick="window.location='page1.html'" style="cursor:hand" onmouseout="bgColor='#FFFFFF'" bgcolor="#FFFFFF" width="100" align="center" valign="center"><b><font color="#D5D5D5"><a href="page1.html" class="tditem">Item 1</a></font></b></td><td width="1" align="center">|</td><td onmouseover="bgColor='blue'" onClick="window.location='page2.html'" style="cursor:hand" onmouseout="bgColor='#FFFFFF'" bgcolor="#FFFFFF" width="100" align="center" valign="center"><b><font color="#D5D5D5"><a href="page2.html" class="tditem">Item 2</a></font></b></td><td width="1" align="center">|</td><td onmouseover="bgColor='blue'" onClick="window.location='page3.html'" style="cursor:hand" onmouseout="bgColor='#FFFFFF'" bgcolor="#FFFFFF" width="100" align="center" valign="center"><b><font color="#D5D5D5"><a href="page3.html" class="tditem">Item 3</a></font></b></td></tr></table></center> Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 11, 2005 What does this one do? Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 12, 2005 Changes the background colour of a cell on mouse over Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 12, 2005 Ah. Yeah, I see that now. It also goes to a page when you click on the table cell. Share this post Link to post Share on other sites