Re: [css-d] IE7 - [SOLVED] no bold text in unordered list

2006-12-05 Thread Michael Stevens
:[EMAIL PROTECTED] On Behalf Of Philippe Wittenbergh Sent: Monday, December 04, 2006 10:47 PM To: CSS-D Subject: Re: [css-d] IE7 - [SOLVED] no bold text in unordered list It is a bit more complicated. Most browsers on Windows will attempt to find a bold face for the specified font. If not available

Re: [css-d] IE7 - [SOLVED] no bold text in unordered list

2006-12-04 Thread Mark Wheeler
On Dec 4, 2006, at 5:15 PM, Steven Tchorzewski wrote: Mark, I think I may know your problem have your solution: You set: font-weight: normal; and IE7 must be getting stuck on that. a:hover, a:active { color: #006595; text-decoration: underline; font-weight: normal; }

Re: [css-d] IE7 - [SOLVED] no bold text in unordered list

2006-12-04 Thread Michael Stevens
] IE7 - [SOLVED] no bold text in unordered list Hi Steve (and anyone else who might be reading this), I figured it out. Just for kicks, I took off the bold for the link and low and behold, the black link text (non hover) actually got lighter/less dense! It was working all along. It seems that IE7

Re: [css-d] IE7 - [SOLVED] no bold text in unordered list

2006-12-04 Thread Mark Wheeler
On Dec 4, 2006, at 8:32 PM, Michael Stevens wrote: As a few of us talked about in a past thread typically fonts usually only have two weights: normal bold. Some will have more than that but in those instances you can't bbbcontent/b/b/b to make it bolder. If a font has multiple

Re: [css-d] IE7 - [SOLVED] no bold text in unordered list

2006-12-04 Thread Philippe Wittenbergh
On Dec 5, 2006, at 2:23 PM, Mark Wheeler wrote: Makes sense, but why is it then on my page that in FF (PC) and IE6 it looks bolder/heaver than in IE7? It is a bit more complicated. Most browsers on Windows will attempt to find a bold face for the specified font. If not available, they

Re: [css-d] IE7 - [SOLVED] no bold text in unordered list

2006-12-04 Thread Mark Wheeler
On Dec 4, 2006, at 9:46 PM, Philippe Wittenbergh wrote: It is a bit more complicated. Most browsers on Windows will attempt to find a bold face for the specified font. If not available, they will using some algorithms to artificially bold the specified font. On Mac Safari, and in the future