http://denverhomes.com/
Okay on this site...I simply want to know how in PHP I can duanmically change a certain spot when the mouse is roll over the link. Visit the site above and when you move over the navigation links it changes the image.
First off...that's javascript.
Name an image.
onmouseover of another image, swap the first image with something.
onmouseout of said image, swap first image back.
Look at the page's "view source" to see the code.
you cant do something like this with PHP?
Short answer no, because you'd have to use javascript anyway so the page would refresh.
It's just easier to look at that page's code and duplicate than to try this task in php (reinventing the wheel).