Ahhh, thank you.   Does it always have to have the slash or can you use a
space?   All other css short cuts seem to use a space, is the
size/line-height short cut special?

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Brian Cummiskey
Sent: Tuesday, August 16, 2005 2:25 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Font Size Re-sizing

Janelle Clemens wrote:
   Can you explain what the slash in your example is (body {font:
> x-small/130% Veranda, Arial, san-serif;}).    Is this a browser hack?

130% in this case is the line height.  it's short hand for:

body {
font-family: verdana, sans-serif;
font-size: x-small;
line-height: 130%;
}

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to