mdrd
-
Animate Text-decoration?
You actually don't need javascript at all Just use this. #mydiv { text-decoration: none; } #mydiv:hover { text-decoration: underline; } It doesn't have to be 'underline', that's just an example.
-
Nav bar guidance
Oh yeah, I just changed the colors on the nav bar so they all match. So you would have some padding on the top? If you were me what would you do with the nav bar? Also, it's a work in progress, I'm really going to take my time on this …
-
Help with Rollover Image Swap!
Try something like this. the html: The css: #mydiv { background-image: img1.jpg; } #mydiv:hover { background-image: img2.jpg; } No javascript required ;)
-
Nivo-slider help
Thank you :mrgreen: The weird thing is, when I put the code in my existing page it didn't work, but when I started from scratch it worked. Looks like I have to take a look at my code and find out what's going on.
-
Nivo-slider help
The download doesn't give me the html page, which I think is what I need. :|
-
need a carousel... thing
What if it didn't turn to the side, can javascript or jquery do that?
-
need a carousel... thing
I can't think of a website that has it. Maybe Apple, or something like that? Not sure. Would it be that hard to do in flash?