quick css question.....
- Started
- Last post
- 8 Responses
- mymu
Hi kids bit stumped with this one,
you know how the pbs bg changes color when u enter the cell, well how do i do that so the text changes class not the bg..?
cheers for the help
- mymu0
come on kids i need a little help, u will all be rewarded with long life and happyness......
- smokie0
A:hover { font: 9px verdana, sans-serif; color: #ffffff; font-weight: normal; background-color: #B70D0F }
- mymu0
cheers smokie but i mean when u enter the cell the text changes class before u rollover it...sorry maybe did't make that clear..
- smokie0
you gotta explain more than that mate, i dont understand? SorrY!
:)¬
- ok_static0
I believe your talking about the background color of the cell, i thought it was done by php...
- mymu0
ok sorry not exspaning this well, one more go.
i have some text in a table cell, when the mouse enters the cell i want the text to change color, bit like a rollover image...i have it like this at the mo,
but that don't work....
- mymu0
it made my code invisable in last post,
td valign="top" onMouseOver="this.style='con-ind... onMouseOut="this.style='con-inde...
- smokie0
td onMouseOver="this.style.color... onMouseOut="this.style.color='#0...
:)¬