Thanks Charlie.  That did the trick.

Is there documentation anywhere that lists what all the CSS in the
Superfish.css do?


On Sep 5, 8:20 pm, Charlie <charlie...@gmail.com> wrote:
> "$" is shorthand for "jQuery". Script is fine. The width you need to adjust 
> is .sf-menu ul. If you have multiple widths required try the supersubs.js 
> plugin.
> gBurgur wrote:Would it make a difference that I have: 
> jQuery('ul.sf-menu').superfish(); instead of: $("ul.sf-menu").superfish(); On 
> Sep 5, 3:01 pm, Lexmarketing<gmt...@gmail.com>wrote:You need //link to the 
> CSS files for this menu type <link rel="stylesheet" type="text/css" 
> media="screen" href="superfish.css" /> // link to the JavaScript files 
> (hoverIntent is optional) <script type="text/javascript" 
> src="hoverIntent.js"></script> <script type="text/javascript" 
> src="superfish.js"></script> // initialise Superfish <script 
> type="text/javascript">     $(document).ready(function(){         
> $("ul.sf-menu").superfish();     }); </script> // and an ul with the class 
> "sf-menu" <ul class="sf-menu">        <li>...</li> </ul> i hope i can help 
> you! can you post a link to your website? On 5 Sep., 19:16, 
> gBurgur<gbur...@gmail.com>wrote:I have played around with some of SuperFish's 
> CSS but I can't really do much to it.  (I'm a newbie.)  Everything is in the 
> default Blue color which is fine, but the menu looks too basic.  I am using a 
> horizontal menu.There are 3 CSS files:   superfish.css   superfish-navbar.css 
>   superfish-vertical.cssWhich one's do I need?Also,If I wanted to make the 
> dropdown items wider so the do not wrap the text in an item, where would I do 
> it?MainItem_1        MainItem_2  .-.  .-.  This MenuItem wraps  This next 
> MenuItem wrapsThanks, Gene

Reply via email to