| View previous topic :: View next topic |
FantasyKnight5 Funnilein
Joined: 21 Aug 2005 Posts: 3
|
Posted: 18.08.06 01:40 Post subject: Javascript w/ mousover |
|
|
|
I have a javascript issue w/ mouse overs. It is the same code that is used on another site I help with but it's not visible on my funpic site. Is javascript turned on for funpic sites or am I missing teh big picture?
Thanks,
FK5 |
|
| Back to top
|
|
|
Jefftheman45 Fun-Member
Joined: 31 Dec 2005 Posts: 82 Location: USA
|
|
| Back to top
|
|
|
FantasyKnight5 Funnilein
Joined: 21 Aug 2005 Posts: 3
|
Posted: 18.08.06 04:55 Post subject: |
|
|
|
| Code: | <STYLE TYPE='text/css'>
<!--
.deepsea, .deepsea TD, .deepsea TH
{
background-image:url('images/farm/raceopening.gif');
background-repeat: no-repeat;
background-position: top center;
}
-->
</STYLE>
<script type=\"text/javascript\">
function ddrivetip(thetext, thecolor, thewidth){
if (ns6||ie){
if (typeof thewidth!=\"undefined\") tipobj.style.width=thewidth+\"px\"
if (typeof thecolor!=\"undefined\" && thecolor!=\"\") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
</script>
<a HREF='' onMouseover=\"ddrivetip('
','black')\"; onMouseout=\"hideddrivetip()\"> |
_________________ [b:39a5423de5][u:39a5423de5][i:39a5423de5]Final Fantasy Computer RPG![/b:39a5423de5][/u:39a5423de5][/i:39a5423de5]
http://fantasyknight5.fa.funpic.org/forum |
|
| Back to top
|
|
|
Jefftheman45 Fun-Member
Joined: 31 Dec 2005 Posts: 82 Location: USA
|
|
| Back to top
|
|
|
ven Moderator

Joined: 10 Dec 2004 Posts: 2064 Location: USA
|
|
| Back to top
|
|
|