ventura
01-08-2003, 09:07 PM
can anyone tell me why this doesn't display the "[" in the gold color, nor bold all the text in IE6 but it renders fine in IE5?
external style sheet code:
.ColorGold {
color: #CCCC99;
font-weight: bold;
}
html code:
<p class="ColorGold">[ <a href="/index.jsp" class="FooterLink">Home</a>
] [ <a href="/contactus.jsp" class="FooterLink">Contact
Us</a> ] [ <a href="/litfork.jsp" class="FooterLink">Request
Literature</a> ] [ <a href="/corporate.jsp" class="FooterLink">Let
Us Help You</a> ]<br>
[ <a href="/servlet/catalog.CatalogControllerServlet/template~CatalogMain.jsp/categoryID~0" class="FooterLink">Browse
the Catalog</a> ] [ <a href="/DimensionsSearch.serv" class="FooterLink">Search
By Dimensions</a> ] [ <a href="/links.jsp" class="FooterLink">
Links</a> ] </p>
external style sheet code:
.ColorGold {
color: #CCCC99;
font-weight: bold;
}
html code:
<p class="ColorGold">[ <a href="/index.jsp" class="FooterLink">Home</a>
] [ <a href="/contactus.jsp" class="FooterLink">Contact
Us</a> ] [ <a href="/litfork.jsp" class="FooterLink">Request
Literature</a> ] [ <a href="/corporate.jsp" class="FooterLink">Let
Us Help You</a> ]<br>
[ <a href="/servlet/catalog.CatalogControllerServlet/template~CatalogMain.jsp/categoryID~0" class="FooterLink">Browse
the Catalog</a> ] [ <a href="/DimensionsSearch.serv" class="FooterLink">Search
By Dimensions</a> ] [ <a href="/links.jsp" class="FooterLink">
Links</a> ] </p>