"$" 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="" />

// link to the _javascript_ files (hoverIntent is optional)
<script type="text/_javascript_" src=""></script>
<script type="text/_javascript_" src=""></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.css
      
Which 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 wraps
      
Thanks,
Gene
      
    

  

Reply via email to