PHP hover effect

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Calimero
Forum Contributor
Posts: 310
Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way

PHP hover effect

Post by Calimero »

Can a hover effect be done in php?

My idea - for start, is when a mouse is over the form object (textfield for example) code displays , in a layer some txt (tooltip for that one, or for all the fields the same)

I'm at the very beggining of this idea, and in this part of the PHP I presume, I dont know the commands to use - especialy for the layer

So any help appreciated.

Thanks Ahead !
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

It can be done in javascript. PHP is only server-side.
User avatar
Calimero
Forum Contributor
Posts: 310
Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way

...

Post by Calimero »

Then ....

Anyone knows where to get such a script,
already tried several sites, but not completely satisfied (size, functions...)

Any syggestions are welcome

Thanks Ahead !
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

onmouseover/onmouseout
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Look for [google]overLib[/google]
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply