> On Behalf Of Patrick Lauke

> Can't guarantee how robust this would be in all situations, but I've
> just been playing with word-spacing to override the space without
> having to change the HTML itself. Seems to work ok in IE 6, IE 7,
> Firefox 2.0, Mozilla 1.7, Opera 9.2 on WinXP. Not sure how Safari would
> handle it...
> 
> div { word-spacing: -.3em; }
> ul, li { word-spacing: -.3em; }
> 
> I'd probably say that it's still worth fixing this at the HTML level,
> but I thought it would be an interesting little tidbit to share...

Interesting use of "word-spacing" here. 
I believe negative margin would work too:
div a, li a {margin-right:-.3em}

---
Regards,
Thierry | www.TJKDesign.com






*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to