Sub-Menu Position under parent displaying off to the left
hi all,
i setting 2 level menu on page:
http://corporategames.businesscatalyst.com/australian-corporate-games/sport
i have sub-menu position set under parent mousing on menu item sport can see being positioned off right , down 20px.
looking @ generated html there style wrapped around submenu
<div style="width:190px;" id="catdynmenusub571556" class="catdiv1161292">
i have tried overwriting div following css, positioning coming relative page.
can me how working & may doing wrond.
.catdiv1161292
{
position: relative;
top: -20px;
left: 0px;
background: red;
}
many thanks.
jude,
hey jude,
by giving containing div, .menu on style.css line 553, position of relative. add css sub menu, .catdiv1161292, on style.css line 670:
left: 1px !important;
top: 36px !important;
if trying style menu , want more control of it, change menu type default css(html only). bc not out put table embedded styles, , give unordered list can style yourself.
hope helps,
chad smith | http://bcgurus.com/business-catalyst-templates $7
More discussions in How to - HTML / CSS / JavaScript
adobe
Comments
Post a Comment