Log in

View Full Version : jQuery Multi Level CSS Menu #2 / Chrome and IE problems



sjoerd
01-03-2010, 04:16 PM
Hello, I have a problem with jQuery Multi Level CSS Menu #2. I've put this wonderfull dropdown menu on my website. I've changed the padding in the CSS content to get it centered well. Now everything is ok in Firefox. But in IE and Chrome the menu is still not centered well. I'm looking for a solution. I'm not a wizzkid so a simple answer is appreciated :)

jscheuer1
01-03-2010, 04:36 PM
Use these styles:


.jqueryslidemenu{
font: bold 10px Verdana;
background: #003366;
padding: 5px 0;
width: 600px;
margin: 0 auto;
}

sjoerd
01-03-2010, 04:50 PM
John, thank you for the very fast answer!! It works great.