[jQuery] Re: superfish menu problem

2010-01-10 Thread decola
Yes you can you just have to look at the code of the menu ... i will see that the items get some ids like "item54". With this ids and css you can modifie the color of the items yourself. About this option i thought to maybe i will make an own versione with this feature. Would be very happy to kno

[jQuery] Re: Superfish menu problem.

2009-09-16 Thread rupak mandal
1) Remove position:relative from ".main" class constant.css (not tested). 2)To remove the back ground, remove back ground from sf-menu #current and sf-menu .active in superfish.css 3)Remove background from "menu li" class template.css. Thanks Rupak On Thu, Sep 17, 2009 at 10:24 AM, sholland

[jQuery] Re: Superfish menu problem.

2009-09-16 Thread sholland
Thank you! Thank you! I think I have almost conquered it, but a couple things left I can't seem to overcome. 1. In IE7 the dropdown menu is going behind the image. 2. I would like to turn off the background around the home button. I have searched and searched for this and cannot seem to locate

[jQuery] Re: Superfish menu problem.

2009-09-15 Thread rupak mandal
Drop-down menu is working, but it will no display due to overflow:hidden in "clear". You have to make some changes. Add height & width in tail-top-menu and remove "clear" class from that div. .tail-top-menu { height:30px; width:100% } and also add height in ".sf-menu a" && "sf-menu l

[jQuery] Re: Superfish menu problem.

2009-09-15 Thread sholland
Here aree the CSS styles being applied to that menu position by the template and by the superfish css. Thanks Suzanna ***TEMPLATE CSS* .tail-top-menu{ background:#f0f0f1 url(../images/top_menu_tail.

[jQuery] Re: Superfish menu problem.

2009-09-10 Thread Reynier PĂ©rez Mira
sholland wrote: > I have installed the superfish menu on a site I am developing and I am > having trouble getting the horizontal setting to work. Here is the > link. itc.contendia.net. It is the top menu and as you can see it > appears to be cut off and the drop down on programs does not work.