IronKitten
Technical User
I have an html code for EXACTLY what I want to do with a table. The problem is, I don't have the style sheet for it. I am on a time table and I don't have time to sift through all the CSS tuts out there for this one!
Here's the code....
<table style="cursorointer; background-color:#B9D4E6">
<tr>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="bucks.htm'">Bucks</td>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="does.htm'">Does</td>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="kids.htm'">Kids</td>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="guest%20book.htm'">Guest Book</td>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="newsletter.htm'">Newsletter</td>
</tr>
</table>
I need to figure out how to write the .css page. It is in the <head> portion of my page for other styles.. I just can't figure out how to write this one.
Thanks in advance!
Jodi
Here's the code....
<table style="cursorointer; background-color:#B9D4E6">
<tr>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="bucks.htm'">Bucks</td>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="does.htm'">Does</td>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="kids.htm'">Kids</td>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="guest%20book.htm'">Guest Book</td>
<td onMouseOver="this.style.backgroundColor='#eeeee0';" onMouseOut=this.style.backgroundColor="#B9D4E6" onclick="newsletter.htm'">Newsletter</td>
</tr>
</table>
I need to figure out how to write the .css page. It is in the <head> portion of my page for other styles.. I just can't figure out how to write this one.
Thanks in advance!
Jodi