Solarpitch Posted November 8, 2008 Share Posted November 8, 2008 Hey guys, I'm using the below piece of code which is part of the codaslider jquery script http://www.ndoherty.com/demos/coda-slider/1.1.1/ Just wondering if there's a way to make the <div class="wrapper" change to the next link on a mouse over event? So if you look at the link above id want it to go to the next tab if you roll your mouse over the content. Just wondering if this could be achieved Link to comment https://forums.phpfreaks.com/topic/131910-a-href-onmouseover/ Share on other sites More sharing options...
BoltZ Posted November 8, 2008 Share Posted November 8, 2008 <a href="#" onMouseOver="window.location="http://www.someplace.com/ns.html";">Click me</a> Link to comment https://forums.phpfreaks.com/topic/131910-a-href-onmouseover/#findComment-685463 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.