how to edit spacing between letters.?..kerning?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Shelleuk
Advanced
Advanced
Posts: 22
Joined: Thu Feb 26, 2004 12:45 pm
Location: Hackney London UK
Contact:

how to edit spacing between letters.?..kerning?

Post by Shelleuk »

how can I increase the spacing between letters ? I don't want to make the letters bigger, just the spacing...

ta

Michelle
Michelle Cannon
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

You can use a css class to do that and call the class using the onclass= and offclass= So, in your style sheet you would put something like

Code: Select all

.milletters{ letter-spacing: 0.1em }
Then in your menu_data.js file, if you want it to apply to all menus you'd put offclass="milletters";onclass="milletters"; in the style section. If you only want it to apply to one item, you'd place it into that item. When placing it in an item, you don't use the quotes.

Ruth
Shelleuk
Advanced
Advanced
Posts: 22
Joined: Thu Feb 26, 2004 12:45 pm
Location: Hackney London UK
Contact:

Post by Shelleuk »

Thanks Ruth - worked a treat.
Michelle Cannon
Post Reply