|
Post by wolfgeggy on Feb 8, 2006 9:02:24 GMT -5
I would like to request a code that alow me to have a background image on window1/window2 when the cursor move over it. I know there is a code like that for the previus version of proboard but it doesnt work with the latest. Forum URL: 509th.proboards81.com/index.cgi
|
|
|
Post by stinky666 on Feb 9, 2006 11:54:57 GMT -5
You mean this: Main Footer[/u] <script language="JavaScript"> <!-- var bgURL = ' URL OF IMAGE'; function mouseOverHighlightCell(tcell){tcell.background=bgURL;} function mouseOutHighlightCell(tcell){tcell.background='';} function mouseOverHighlightCellB(tcell){tcell.background=bgURL;} function mouseOutHighlightCellB(tcell){tcell.background='';} // --> </script> Edit the red part.That only makes the normal cell highlight turn into an image though
|
|
|
Post by wolfgeggy on Feb 9, 2006 17:02:19 GMT -5
Thats excactly what I was looking for. Thank you. There is one thing with this I dont understand though. Some pictures I can use but others I cant. Evan when there is 2 pics that are jpg and same size, only one of them work.
|
|