leowls Posted March 31, 2013 Share Posted March 31, 2013 hi guys, Whenever I hover my link in the top menu bar, it shows a list of submenu links. For a moment, the format of the submenu text seem to be in bold, but after a second it change back to normal. You can refer to both attached shots for better understanding. The code from my modules\blocktopmenu\css\superfish-modified.css files is as follows: .sf-menu { font-family:Arial, Helvetica, sans-serif; font-weight: bolder; text-transform: uppercase; margin: 10px 0; padding:0; width:980px;/* 980 */ background: #fff; /* originally #383838 */ /*background-image:url('../img/blocktopmenu.gif'); */ border-top: 1px solid #d4d4d4; border-bottom: 3px solid #d4d4d4; } .sf-menu ul { text-transform: none; position: absolute; top: -999em; width: 10em; /* left offset of submenus need to match (see below) */ } Do you guys face the same issue? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now