Tutorial for formatting cursor/links in CSS?

Jan 28, 2007 10:01


Hi guys, this is just a quick question, not a major problem, but I had a good hunt around in the memories and tut listings and could not find one specific for changing a journal's cursor image (Sorry I'm not sure what the exact term is, but it makes the cursor something other than the hand, preferaby I'd like the + instead).

The other thing I was ( Read more... )

stylesheet, misc

Leave a comment

Comments 3

bratty_jedi January 28 2007, 16:50:57 UTC
1. There's a tutorial on cursors here at the s2howto LJ.

2. If I understand what you want it to do, and you want it to apply to every hover link, try adding this to you CSS

a:hover {
letter-spacing: .25em;
}
If that isn't the effect you wanted, let me know in more detail what your describing and I'll see what I can do.

Reply

rayla_ January 28 2007, 19:00:36 UTC
Thanks for that comm link! The trick with the link wasn't really what I was thinking of, it's more like the line of text 'rattles' rather than the letters all spacing out. Do you know the kind of thing I mean?

Reply

bratty_jedi January 28 2007, 19:03:05 UTC
I'm not sure what you mean by rattles. Can you provide a link to a page with an example of what you want?

Reply


Leave a comment

Up