:hover not working, help please
hi,
originally I used
.row2:hover { background-color: #CCCCCC; }
to make the row in my table change color. Then I realized it was a bad thing since it is site wide and messes up some other stuff. So, I wanted to use an inline style to apply it to only 1 specific table. I can't seem to get it to work.
<tr style="background-color: gray'" class="{members_row.ROW_CLASS}">
That changes the row to gray permanently but I can't figure out how to get hover to work here. Any suggestions?
Thanks
Re: :hover not working, help please
You're talking about Qt's rich text engine, not about stylable widgets, right? See Supported CSS Selectors:
Quote:
All CSS 2.1 selector classes are supported except pseudo-class selectors such as :first-child, :visited and :hover.