just a suggestion, but the code you gave me is not valid anyway. btry adding head tags, proper style code if you havnt already
HTML Code:<html> <head> <style type="text/css"> <!-- #button { background-color: #FF0000; } #button:hover { background-color: #000000; } --> </style> </head> <body> <div id="button">Button!</div> </body> </html>





Reply With Quote


.


