Chris: yea I admit the page I showed you is pretty basic. This was after some hours of tutorials :o
I just finished the top of my webpage (which was with tables before). It's located @ http://24.122.115.48/f/index.html. It displays correctly in firefox, but the menu is pretty much wrong with...
Use some javascript in your <td>s like this:
<td onMouseOver="this.style.background='color2'" onMouseOut="this.style.background='color1'">gfgfds</td>
where color1 is your default color and color2 is the color when the mouse in on the button
This is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS testing 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.