Hi All:
I am having an issue with hover over on Header Menu item. It looks like two consecutive item touches each other when I do hover over between two consecutive menu item, if one is selected. So I want to minimize the with of the underline when hover over. Please help.
Thanks for reply.
Here is the web link: http://www.usbdvision.net
Screenshot what is the issue: http://screencast.com/t/2VRhOT1w7H
Also Please give me CSS class names with Details if you have any doc.
Hi,
Well I see you changed the header style so there is no more underline. If you reduce the size of the underline it will no longer be as wide as the menu content. Please let us know if you still require this and change the header style back so I can provide the proper code.
Thank you!
Hi
Try this css : http://screencast.com/t/ICgYROW6AiBX
.sf-menu li{
margin-left: 2px;
margin-right: 2px;
}
Let us know how it goes.
Thanks!