Thanks. The menu is actually up and running it is just any changes I have tried to make to it (sizes, colors, etc) have been useless. I do have the <ul class="sf-menu"> in the code though.
I wish I could let you go to site but it is not up and running on the web yet. (It is on my laptop.) I could send you and invite through GoToMeeting.com so you could get on my computer to take a look. Would you happen to be Marlon B. ? Thanks, Gene 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.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 > >