The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to use these codes

Go down

how to use these codes Empty how to use these codes

Post by Guest April 27th 2007, 2:06 pm

last few hours i been trying put these code's together but i just cant do it

Action on Click <A HREF="URL" ONCLICK="***"> </A> takes effect when user clicks on the item (Javascript)


Mouseover Action <A HREF="URL" ONMOUSEOVER="***"> </A> takes effect when user moves pointer over item


Mouse out Action <A HREF="URL" ONMOUSEOUT="***"> </A> takes effect when user moves the pointer away from item
avatar
Guest
Guest


Back to top Go down

how to use these codes Empty Re: how to use these codes

Post by Caihlem April 27th 2007, 8:13 pm

Where are you trying to use them?
Because there are quite a few zns on your forum where HTML (or most of it) has been disactivated >.<

Otherwise, did you make sure you've pressed on how to use these codes Switch_wysiwyg and/or "Disactivate th HTML Editor"

Caihlem
Caihlem
Caihlem
Energetic

Male Posts : 8969
Reputation : 342
Language : English, French & Female
Location : You can't fly like the phenix

Back to top Go down

how to use these codes Empty Re: how to use these codes

Post by Guest April 27th 2007, 8:40 pm

i'm doing a info html page for my forum

this is what i want to do if you click on this link

http://www.staffordworld.net/

the button change to green when your mouse arrow goes over them blackeye do you think this is possible?
avatar
Guest
Guest


Back to top Go down

how to use these codes Empty Re: how to use these codes

Post by Guest April 27th 2007, 9:28 pm

Oh, an image rollover, this might work:

<a href="URL" onMouseOver="IMAGE_URL">

replace onMouseOver with whatever you want:

onClick
onMouceOut
etc.


Hope the helps,
Dragon Man Wink
avatar
Guest
Guest


Back to top Go down

how to use these codes Empty Re: how to use these codes

Post by Guest April 28th 2007, 1:30 pm

have i done this right because it's still not working

Code:
<td><a href="http://cliftonfc.co.uk" onClick="http://i156.photobucket.com/albums/t7/cliftonfc/testing.png"><a href="http://cliftonfc.co.uk" onMouseOver="http://i156.photobucket.com/albums/t7/cliftonfc/testing1.png"></a></td>
avatar
Guest
Guest


Back to top Go down

how to use these codes Empty Re: how to use these codes

Post by Guest April 28th 2007, 3:05 pm

I think you need to add an onMouseOut event as well so the code knows what image to show when not over the link. Smile
avatar
Guest
Guest


Back to top Go down

how to use these codes Empty Re: how to use these codes

Post by Guest April 28th 2007, 3:15 pm

scratch Sad still not working have i done it right?

Code:
<td><a href="http://cliftonfc.co.uk" onClick="http://i156.photobucket.com/albums/t7/cliftonfc/testing.png"><a href="http://cliftonfc.co.uk" onMouseOver="http://i156.photobucket.com/albums/t7/cliftonfc/testing1.png"><a href="http://cliftonfc.co.uk" onMouceOut
="http://i156.photobucket.com/albums/t7/cliftonfc/testing2.png"></a></td>
avatar
Guest
Guest


Back to top Go down

how to use these codes Empty Re: how to use these codes

Post by Guest April 28th 2007, 3:47 pm

Yeah i figured out the problem, use this:


<a href="URL" onMouseOut="IMAGE_URL" onMouseOver="IMAGE_URL"></a>
avatar
Guest
Guest


Back to top Go down

how to use these codes Empty Re: how to use these codes

Post by Guest April 28th 2007, 3:59 pm

Crying or Very sad still not working

Code:
<TD><a href="http://cliftonfc.co.uk" onMouseOut="http://i156.photobucket.com/albums/t7/cliftonfc/testing.png" onMouseOver="http://i156.photobucket.com/albums/t7/cliftonfc/testing1.png"></A></TD>
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum