It's gotta be pixel sized or it will screw up big time when the
letters get bigger than the area they're in.
What's so wrong with pixel size anyway?
Just out of curiosity...
- Marco
P.S: fixed the font family thing. You're right that was a messy
definition.
On Nov 26, 2005, at 9:31 PM, Christian Montoya wrote:
.sidebar-node li a {
display: block;
margin: 0;
width: 206px;
background: url(../../images/theme/sidebar_linkbullet.gif) no-
repeat top left;
font-size: 11px;
font-family: "Trebuchet MS";
color: #aaa;
line-height: 18px;
text-decoration: none;
padding: 0 0 0 23px;
}
bah, pixel sizes. But what I wanted to address is that you lack a good
font-family here. You should at least try:
"Trebuchet MS", trebuchet, sans-serif;
--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
******************************************************
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
******************************************************