On Fri, 29 Feb 2008 20:51:22 +0000, Foundation Flash wrote:

[code snipped]

> This is all working quite nicely, except that because I want the font to be 
> italicised
> on rollover, the font changes width, and the links move around at a bit. 
> Basically,
> these links aren't going to change their text very often, so I want to 
> specify a width
> for each li/a to be observed *regardless of whether the link is italicised or 
> not* .
> This would make sure that the borders do not alter their locations when the 
> links are
> rolled over.

The only thing I can think of doing is to use a floated design with a 
width defined on the LI - a width in ems should work quite well.

I played with one such design[1] and found it to work on adding
"font-style: italic;" to the :hover rule, and saw no shifting. YMMV.

[1] <http://css.maxdesign.com.au/listamatic/horizontal26.htm>

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to