lissa-busick
08-26-06, 02:29 PM
I want to use a style sheet that I have uploaded to my /mm5 folder. I created a link style a:link, and it works fine when I test outside of miva, but when I put the custom nav back into the global nav it picks up one of the text buttons correctly but not all of them. It is just a simple rollover text nav but I wanted to control the look and feel with a style sheet. Any idea on why one link would work and not all of them?
this is what I have in the global nav:
<link href="/mm5/styles_y_cat.css" rel="stylesheet" type="text/css" />
<table width="733" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td align="left" valign="bottom" nowrap bgcolor="#FFFFFF"><div align="center"><font face="Arial"><a href="&mvt:global:secure_sessionurl;Screen=STSL">WOMANSWEAR</a> * <a href="&mvt:global:sessionurl;Screen=SFNT&Store_Code=:global:Store_Code;">MENSWEAR</a> * <a href="&mvt:global:secure_sessionurl;Screen=LOGN&Order=0&Store_Code=&mvt:global:Store_Code;">BABY</a> * <a href="&mvt:global:secure_sessionurl;Screen=ACNT&Order=0&Store_Code=&mvt:global:Store_Code;">ACCESSORIES</a> * <a href="&mvt:global:sessionurl;Screen=SRCH&Store_Code=&mvt:global:Store_Code;">BEAUTY</a> * <a href="&mvt:global:sessionurl;Screen=PLST_Code=&mvt:global:Store_Code;">JEWELRY</a> * <a href="&mvt:global:sessionurl;Screen=BASK&Store_Code=&mvt:global:Store_Code;">BOOKS AND DVD'S</a></font> * <font color="#006666" face="Arial"><a href="&mvt:global:secure_sessionurl;Screen=OINF&Store_Code=&mvt:global:Store_Code;">VIEW BY BRAND</a></font></div></td>
</tr>
</table>
this is what I have in the global nav:
<link href="/mm5/styles_y_cat.css" rel="stylesheet" type="text/css" />
<table width="733" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td align="left" valign="bottom" nowrap bgcolor="#FFFFFF"><div align="center"><font face="Arial"><a href="&mvt:global:secure_sessionurl;Screen=STSL">WOMANSWEAR</a> * <a href="&mvt:global:sessionurl;Screen=SFNT&Store_Code=:global:Store_Code;">MENSWEAR</a> * <a href="&mvt:global:secure_sessionurl;Screen=LOGN&Order=0&Store_Code=&mvt:global:Store_Code;">BABY</a> * <a href="&mvt:global:secure_sessionurl;Screen=ACNT&Order=0&Store_Code=&mvt:global:Store_Code;">ACCESSORIES</a> * <a href="&mvt:global:sessionurl;Screen=SRCH&Store_Code=&mvt:global:Store_Code;">BEAUTY</a> * <a href="&mvt:global:sessionurl;Screen=PLST_Code=&mvt:global:Store_Code;">JEWELRY</a> * <a href="&mvt:global:sessionurl;Screen=BASK&Store_Code=&mvt:global:Store_Code;">BOOKS AND DVD'S</a></font> * <font color="#006666" face="Arial"><a href="&mvt:global:secure_sessionurl;Screen=OINF&Store_Code=&mvt:global:Store_Code;">VIEW BY BRAND</a></font></div></td>
</tr>
</table>