Below is my coding, but it's not working. Can anybody help?
Here's what I'm trying to duplicate: http://www.orchidorganics.com/mm5/merchant.mvc
Thanks!
Cway
Code:
/* ================================================ */
/* Page menu background */
/* ================================================ */
div#menu1 {
margin-top:0px;
}
/* ================================================ */
/* Page Menu item's background and border */
/* ================================================ */
div#menu1 ul.rMenu {
height: 28px;
background: URL(http://www.orchidorganics.com/mm5/graphics/nav_bar_gradient_background.gif);
border: none 0px;
}
/* ================================================ */
/* Page Menu item */
/* ================================================ */
ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:active,
ul.rMenu li a:visited,
ul.rMenu li {
background: transparent !important;
font-align: bottom;
color: #666666 !important;
margin-left: 16px;
margin-right: 16px;
margin-top: 2px;
margin-bottom: 0px
}
ul.rMenu li a:hover {
border-bottom: 2px #a3238e solid;
}
/* ================================================ */









Hybrid Mode
