Sam Leathers wrote:


the url: http://www.magpienet.biz/newmag

I'm completely lost as to whats going on with IE6 ignoring the
font-weight: bold in the title boxes on the left but not having any
problems on the right side.

Sam
Sam,
You have a lot of code, so I can't say exactly what to add or change, but suggest you find the specific selectors in question, and experiment with adding:
font-weight: bold;
or
font-weight: 600;
or
font-weight: 900;
to them.
Trivial pursuits:
-Tidy On line <http://infohound.net/tidy/> will correct many if not all the errors on your html file.
-Validate your CSS file <http://jigsaw.w3.org/css-validator/>
-Feed the javascript stuff via an external file
-Validate the markup<http://validator.w3.org/>
-Consider using relative rather than absolute font sizes(see List wiki/FAQ) -- < http://css-discuss.incutio.com/>
Regards,
David Laakso


--
David Laakso
http://www.dlaakso.com/


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

Reply via email to