View Single Post
  #9 (permalink)  
Old 12-05-2008, 06:20 PM
MikeDF's Avatar
MikeDF MikeDF is offline
WebProWorld New Member
 
Join Date: Jan 2004
Location: UK
Posts: 22
MikeDF RepRank 0
Default Re: CSS Problem with IE

I have taken to using something like the following for things like this:

WEDDINGS <span class="small">CATERING</span>

CSS as follows (whatever size you like then):
.small
{
font-size: 0.8em;
}
Seems to work fine....
__________________
Mike Finding
http://www.healthyhomesclub.co.uk/MD
Reply With Quote