Ed, You aren't using a specific enough selector to target the ul in the content. Try this:
#template-center ul li a:hover { background-image:none; display:inline; text-decoration:underline; } This will remove the styling that you have applied in the nav menu. Also, for the purposes of having to change/troubleshoot/read your code, for you or anyone else, it is a good idea to name your ids and classes something meaningful, instead of having #index1, #index2, etc. You could use #header, #wrapper, #topNav, etc. Hope this helps, Valerie On Wed, Apr 16, 2008 at 12:53 PM, Scharf, Edward L. <[EMAIL PROTECTED]> wrote: > I'm hoping someone can help me with a list styling issue I'm having. > I've created CSS dropdown navigation using the popular Suckerfish > tutorial. It's currently on our home page: http://www.usi.edu. > > > > My problem is when I try to incorporate into a template - and then put a > UL in the body of my page, the styles attributed to the navigation are > spilling over into the content div. Example here: > http://www.usi.edu/welcome/newharmonyprograms.asp. If you scroll over > any of the items in that list, they pull the rollover image attributed > to the navigation. The other bizarre part of this is that while the > list displays okay in a browser, Dreamweaver8 is trying to float:left > and display:block the items in the editor. > > > > I'm working in .asp and the navigation page is an include in the header > page - which is then an include into the template itself. The > navigation file is in a <div> within the header, but I've realized the > header.asp file in not in a unique <div> within the page itself. The > navigation lists should be identified by #nav. I thought that would > keep their actions separate from other lists, but apparently I'm missing > something. > > > > I apologize in advance if the style sheet attached to this page > (http://www.usi.edu/webservices/styles/usi-template08.asp) is a mess, > but I would humbly accept any advice to work out this problem. > > > > Thanks! > > > > > > > > Ed Scharf > > Web Developer > > University of Southern Indiana > > 8600 University Blvd. > > Evansville, IN 47712 > > [EMAIL PROTECTED] > > 812-464-1999 > > > > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > -- Valerie Wininger www.valeriewininger.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/