Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:32
how to edit spacing between letters.?..kerning?
Poster: Shelleuk
Dated: Monday September 19 2005 - 13:52:43 BST
how can I increase the spacing between letters ? I don't want to make the letters bigger, just the spacing...
ta
Michelle
Poster: Ruth
Dated: Monday September 19 2005 - 16:44:28 BST
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:
.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