Thread: Top-menu
View Single Post
  #5  
Old 05-27-2007, 04:33 PM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

Default Re: Top-menu

Here is my cleaned up top_menu:
Code:
<class="HeadRightBox"> <table border="0" width="100%" cellspacing="0" cellpadding="0" class="HeadRightBox"> <tr> <td><class="HeadRightBox"> <a href="/" class="HeadRightBox">Home</a> | <a href="http://www.kennedyhardware.com/help.php?section=contactus&mode=update" class="HeadRightBox">Contact Us</a> | <a href="http://www.kennedyhardware.com/Pricing-amp-Shipping-sp-3.html" class="HeadRightBox">Pricing &amp; Shipping</a> | <a target="_blank" href="http://www.kennedyhardware.com/Pricelist.pdf" class="HeadRightBox">Current Pricelist</a> | <a href="http://www.kennedyhardware.com/Order-Catalog-sp-6.html" class="HeadRightBox">Printed Catalog</a><br> <a href="http://www.kennedyhardware.com/Hoosier-Cabinet-Book-sp-5.html" class="HeadRightBox">Hoosier Cabinets Book</a> | <a href="http://www.kennedyhardware.com/Hoosier-Parts-sp-8.html" class="HeadRightBox">Hoosier Cabinet Parts</a> | <a href="http://www.kennedyhardware.com/Hoosier-Cabinet-Plans-sp-9.html" class="HeadRightBox">Hoosier Cabinet Plans</a> <br> <a href="http://www.kennedyhardware.com/Wholesale-Package-sp-7.html" class="HeadRightBox">Wholesale Package</a> | <a href="http://www.kennedyhardware.com/Monthly-Special-sp-11.html" class="HeadRightBox">Monthly Specials</a> </td></tr> </table>


and now the class in skin1.css
Code:
.HeadRightBox { VERTICAL-ALIGN: MIDDLE; TEXT-ALIGN: right; COLOR: #FFFFFF; A:link TEXT-COLOR: #FFFFFF; TEXT-DECORATION: none; A:visited COLOR: #FFFFFF; TEXT-DECORATION: none; A:hover COLOR: #FFFFFF; TEXT-DECORATION: underline; A:active COLOR: #FFFFFF; TEXT-DECORATION: none; BACKGROUND-IMAGE: http://www.kennedyhardware.com/skin1/images/headback.jpg }

I just dont understand why it is not picking up the link portion of the class because it is picking up the alignment portion.
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote