View Full Version : Table Cell highlight
RixiuS
09-12-2003, 10:30 PM
Is there a mod for vb3 for cell highlighting when mousing over the forums in forumhome display? or is that just css?
Buczilla
09-16-2003, 11:11 PM
I reccomend just using CSS.
RixiuS
09-17-2003, 07:49 PM
what is the css code for hovering over table, just
table {
hover: #000000 }? (i know not right syntax but you get the idea)
?
RixiuS
09-17-2003, 08:26 PM
heh i found it
its add:
onMouseOver="this.bgColor='#3F3F3F';"onMouseOut="this.bgColor='#2B2B2B';"
to any td, tr you want.
but when i do the table cell padding is in effect so it looks really shitty. lol :x
Tony G
09-18-2003, 04:50 AM
I think you should add it in forumhome_forumbit_level1_post and forumhome_forumbit_level2_post. The vB2 version should work with vB3, with maybe little code change to what you need to find. (And make it XHTML)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.