inherit
46744
0
Oct 15, 2006 6:10:40 GMT -8
bobbob191
79
June 2005
bobbob191
|
Post by bobbob191 on Jun 18, 2005 16:21:38 GMT -8
http://i7./y254/avatars191/Image1.gifFor images 1, 2, and 4 I need to know how to put an image instead of a color Also for image 2/3, for #3 I need to know how to make it an image when your mouse is over the board ;D Please help me!
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 18, 2005 16:28:30 GMT -8
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 18, 2005 16:41:40 GMT -8
This will add a background image to #1 <script type="text/javascript"> <!-- var iImg=" IMAGE URL HERE"; var td = document.getElementsByTagName("td"); for(c = 0; c < td.length; c ++){ if(td[c].className.match(/windowbg/) && td[c].width=="8%" && td[c].align=="center"){ td[c].style.backgroundImage="url("+iImg+")"; }} //--> </script> And this for #4 <script type="text/javascript"> <!-- var iImg=" IMAGE URL HERE"; var td = document.getElementsByTagName("td"); for(c = 0; c < td.length; c ++){ if(td[c].className.match(/windowbg/) && td[c].width=="1%" && td[c].align=="center"){ td[c].style.backgroundImage="url("+iImg+")"; }} //--> </script> Both in Main Footer
|
|
inherit
46744
0
Oct 15, 2006 6:10:40 GMT -8
bobbob191
79
June 2005
bobbob191
|
Post by bobbob191 on Jun 18, 2005 17:25:39 GMT -8
What about #2?
|
|
inherit
33627
0
Aug 30, 2006 17:11:56 GMT -8
Pleasehelp
3,596
November 2004
pleasehelp2
|
Post by Pleasehelp on Jun 18, 2005 18:37:49 GMT -8
Try one of these 2
<style type="text/css"> <!-- .windowbg2 {background-image: url(URL TO IMAGE HERE); background-repeat: repeat;} --> </style> or <style type="text/css"> <!-- .windowbg {background-image: url(URL TO IMAGE); background-repeat: repeat;} --> </style>
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 19, 2005 2:43:27 GMT -8
Knew I forgot something It should be the first code pleasehelp posted
|
|
inherit
33627
0
Aug 30, 2006 17:11:56 GMT -8
Pleasehelp
3,596
November 2004
pleasehelp2
|
Post by Pleasehelp on Jun 19, 2005 4:48:23 GMT -8
Knew I forgot something It should be the first code pleasehelp posted I forgot which one is window bg 1 and 2 so I just posted both...
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 19, 2005 5:42:02 GMT -8
bobbob191, If you can, please post a link to the image next time. Otherwise is stretches the screen for people using a lower res. Thanks
|
|