PDA

View Full Version : web development and links



enduser000
February 10th, 2010, 07:47 PM
Hello,
The other night I had an english class. While reviewing grammar I found a really good css website, css-tricks.com. I proceeded to look through their older articles until I found a really coon one (in my opinion), http://css-tricks.com/examples/UnderlineHighlighter/. This shows how you can use jQuery to animate links being highlighted.

I found this AWESOME and would like to implement it as soon as possible. The first problem I found with this was that all of their examples seemed to use <span> tags for this.

I realize, using jQuery, this might not be doable with css. However, can anyone think what I could use to automate this? I'll be using different colors so it would be nice to avoid images in this.

Thanks,

end