views:

394

answers:

3

How can I completely change the look of the TopNavigation dropdowns in SharePoint 2007?

Basically I need to change the look of the div popup that gets display. I need to use Javascript to do this, so just changing the CSS for the menus won't work.

A: 

Telerik has a few pages that show you how to use their controls instead of the the dropdown menu in MOSS. The directions start here http://www.telerik.com/help/aspnet-ajax/moss-overview.html

bju1046
+1  A: 

Grab a copy of the MossMenu code the MS team released, implement and override the render with your own code. Peasy

Nat
A: 

Please take a look at Heather Solomon's Blog for MOSS 2007 CSS reference. You will most likely get want you want out of that.

Pascal Paradis