I am creating a website for a customer.
Temporary link is
http://www.saturnwebsitedesign.com/clients/carbide/
The tagline in the header looks fine in all the 4 main browsers except AOL Explorer.
It is within two other divs and the line of code for the tagline is...
<div class="tagline" align="right">High Performance Cutting Tools</div>
The CSS is as follows...
.tagline **
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
font-weight: normal;
color: #BBB;
letter-spacing: 2px;
padding: 100px 25px 0px 150px;
}
Any idea how to make this appear correctly in AOL Explorer as well?
Thanks.