How can i make the Sponsors on the bottom of the page (like viewed on IE). And on IE how can i make the sub-cats look like FF (not bold)? Firefox view: IE view:
if your sub cats have a certain class, do: .classname { font-weight: normal; } edit - try: .subcats a { font-weight:normal; } but in the actual anchor tag you've got "<a style="color:#4486DB;text-decoration: none; font-weight: normal; font-size: 8pt;" href="Shop/Clothing/">Clothing</a>" anyway, so not sure... *confused* Actually, in IE for me they appear non bold (normal) anyway. Dunno what you're talking about