View Single Post
  #6  
Old 08-26-2004, 06:01 AM
  lyncca's Avatar 
lyncca lyncca is offline
 

X-Adept
  
Join Date: Nov 2003
Location: Fort Worth, Texas
Posts: 455
 

Default

Alrighty, I haven't figured out exactly what is causing it, but these lines are affecting it:

Code:
.tcat A:link { COLOR: #000000; TEXT-DECORATION: none } .tcat A:visited { COLOR: #000000; TEXT-DECORATION: none } .tcat A:hover { COLOR: #000000; TEXT-DECORATION: underline } .tcat A:active { COLOR: #000000; TEXT-DECORATION: underline }

When I deleted those from the CSS the links showed up properly in blue.

Then I did a search in your code and found that the {TD} before the cart had the following:

Code:
<TD class=tcat> <TABLE cellSpacing=1 cellPadding=1 width="100%" border=0> <TBODY> <TR> <TD class=alt2>[img]Motionzoo Online Store_files/dingbats_orders.gif[/img] <SPAN class=smallfont>Your Cart</SPAN></TD></TR> <TR>

So, the TD is overridding your VertMenuItems CSS.

I hope that helps
Reply With Quote