Click to See Complete Forum and Search --> : what does this css declaration mean
pizzdeliveraman
11-05-2006, 10:29 PM
font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
this is from a bloger template
what does 78%1.4em mean
i get an error in the css and it gives me diffrent result with ie than ff only when i use it in my site but not in the blogger
disembodied
11-05-2006, 11:24 PM
Those appear to be two different font size declarations... one for a certain percentage of the default and the other for 1.4em ... I don't know if its an attempt at "78% of 1.4em" (I don't know if you can do it that way, I don't think you can). So you just need to choose one of those two font declarations. As for the other part, just take out the "Trebuchet"...
font:78%, Trebuchet,Arial,Verdana,Sans-serif;
or
font:1.4em, Trebuchet,Arial,Verdana,Sans-serif;
-Marcus
felgall
11-05-2006, 11:54 PM
Font size is 78% and line-height is 1.4em when specified with a slash between like that.
pizzdeliveraman
11-06-2006, 04:48 PM
thanks felgall do you know why it does not work in ie for me while my blogger works
it has the same font