Hi all..
When I found Hilight I almost fell down my chair. It's exactly what I need :)
Now, the sad thing is that the demo doesn't seem to work in IE8. Are there any fixes or alternatives out there?
...
I have a menu bar of images. What is the best way to create rollover images for the menu bar?
I am using Visual Studio 2008 in VB.Net
...
Hi, I am a comlete beginner to pretty much all things web design and am trying to construct my first website. I am attempting to hand code it without the ue of a CMS in order to learn as much as possible as quickly as possible.
I am trying to make an imge change on mouseover for my top nav menu, and have the following jQuery functions:...
my intension was to replace images with nice fade effect:
i have one image A as background. on mouse hover, image B fadeIn.
on mouse out, image B fadeOut and we can see image A again.
i'm using this code:
<script type='text/javascript'>
$(function() {
$("img.fade")
.mouseover(function() {
...