• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[help/request] tables and hovers

krille09

Belden
Joined
Aug 15, 2007
Messages
4,892
Reaction score
55
Location
Stockholm, Sweden
I wanna know how to these lines show another background color as softcores have on their rules...

SoftCores - Rules

i tried to google it, but didn't find any good answer, if you put the mouse over one of those <Td>lala</td> u get another background color, then when its not there it changes back as it was before...



thanks
 
HTML:
<style type="text/css"> 
        tr.over:hover { 
        background-color: #FFF; 
        }
</style>
??

Then just write
HTML:
<table><tr class="over"><td>Test</tr></td></table>
etc
 
Last edited:
Back
Top