Page 1 of 1
display a picture when you roll over text
Posted: Fri Apr 11, 2008 6:59 pm
by ellicoga
I have been trying to create some code which will display a picture when you roll over some text and I am having some difficulty.
Does anyone know any php code which I could use
Thanks in advance,
Graham
Re: display a picture when you roll over text
Posted: Sat Apr 12, 2008 3:14 am
by andym01480
Getting an image to appear on a mouseover event is a Javascript or if you are really clever a CSS type thing! It is a client side deal rather than server side where php does its thing.
Google "mouseover image appear"
http://www.hypergurl.com/rolloverimage.html is an example
Re: display a picture when you roll over text
Posted: Sat Apr 12, 2008 5:15 pm
by bokehman
Re: display a picture when you roll over text
Posted: Sat Apr 12, 2008 5:18 pm
by andym01480
Nice one - I'd seen your site before and forgotten about it. CSS is the best way!
Re: display a picture when you roll over text
Posted: Sat Apr 12, 2008 7:11 pm
by ellicoga
Thanks for your help