YellowSnow
07-07-2003, 03:58 AM
i am wondering if there is a script or code that I can just insert that changes the table bg colour when your mouse goes over it?
I've seen it in some web sites, including the forum page and I am wanting to use it..
thankU~!
kittycat
07-07-2003, 04:10 AM
http://www.dynamicdrive.com/dynamicindex11/highlighttable.htm
There are probably other ways as well, just try searching google for it
ClearDistortion
07-07-2003, 04:50 PM
There you go!
<table align="center" border="0" bgcolor="#0E5582"
onmouseover="this.style.backgroundColor = '#1D7EBB';" onmouseout="this.style.backgroundColor = '#0E5582';" class="basic" width="100%">
Hope that helps you out! I just happened to have it on my pc from my last web site! If you need anymore help with html or tables, I can definitely help you out!
YellowSnow
07-08-2003, 08:34 AM
wow!!
thankyou both very much =). .. exactly what I was looking for =D
YellowSnow
07-08-2003, 08:48 AM
u wouldnt have the code that allows u to change the i-frame bgcolor when u mouse over would u ?
ClearDistortion
07-08-2003, 04:12 PM
Nope. Never tried that before. Sorry!