Welcome, Guest. Please Login or Register.
July 16, 2025, 04:56:12 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Graphics and Templates  |  Mouseover question « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Mouseover question  (Read 1823 times)
Kyoko Otonashi
Noobie
*
Posts: 10


It's a kind of magic

Mouseover question
« on: August 09, 2003, 07:18:11 PM »
Reply with quote

hello everyone... does anyone here know how I get a mouseover that highlights the chole table cell of the board and not just the font??

I tried to do this but does not work... can anyone tell me what I am doing wrong.

<script language="Javascript">

tds=document.getElementsByTagName('td');
for(t=0;t<tds.length;t++){
if(tds[t].className=="windowbg" && tds[t].width=="66%"){
tds[t].onmouseover = function(){this.style.backgroundColor='4682B4'; this.style.cursor='hand'};
tds[t].onmouseout = function(){this.style.backgroundColor='191970'};
tds[t].onclick = function(){location.href = this.innerHTML.split("\"")[3]};
}
}

</script>
Logged

If I could only reach you, if I could make you smile: that would really be a breakthru
acf [delete me]!
YaBB God
*****
Posts: 521


la especialidad de grafic

WWW
Re:Mouseover question
« Reply #1 on: August 09, 2003, 07:29:23 PM »
Reply with quote

maybe this mod will help:
http://www.yabbse.org/community/index.php?thread=24805
Logged

Kyoko Otonashi
Noobie
*
Posts: 10


It's a kind of magic

Re:Mouseover question
« Reply #2 on: August 09, 2003, 07:29:55 PM »
Reply with quote

thank you so much!
Logged

If I could only reach you, if I could make you smile: that would really be a breakthru
acf [delete me]!
YaBB God
*****
Posts: 521


la especialidad de grafic

WWW
Re:Mouseover question
« Reply #3 on: August 09, 2003, 07:34:21 PM »
Reply with quote

yw :)
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  Mouseover question « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.037 seconds with 21 queries.