Hrvoje Markovic wrote:
I'm seeing this glitch in Opera 9, IE7, FF 2... On both http://css.maxdesign.com.au/listamatic/horizontal16.htm AND http://css.maxdesign.com.au/listamatic/horizontal27.htm I see a one character wide whitespace (bluespace because of the bg color) before every link, except the first one. Is there a way to fix this?
Not pixel-perfect when font-resizing is added into the mix. On... <http://css.maxdesign.com.au/listamatic/horizontal27.htm> ...you can add... #navcontainer ul li a {margin-right: -.2em;} ...and on... <http://css.maxdesign.com.au/listamatic/horizontal16.htm> #navcontainer li a {margin-right: -.2em;} ...will pretty much do the trick. regards Georg -- http://www.gunlaug.no ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
