Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

Applying CSS to a sitemap + menu approach to navigation

I have two different approaches to navigation.

My first approach was through using an HTML list <ul> </ul>.  Here is a demo of that implementation:

http://www.notlwonks.com//index.html


The second approach (the one I want to pursue going forward) is being done in ASP .NET using a sitemap and a menu control.  Here is a demo of the ASP .NET approach:

http://www.notlwonks.com/


I want to make the .NET version appear just like the HTML version ... with folder tabs and the coloring, etc.

But I don't know how.  I am unsure of where to apply the CSS for styling.

What has me confused is the <siteMapNode> tags.  Do they support CSS styling?

I'll do my best to stumble along until the smart people show up and give me a clue.  :)

Thanks,


Tom
Avatar of Tom Knowlton
Tom Knowlton
Flag of United States of America image

ASKER

current and desired
center.jpg
ASKER CERTIFIED SOLUTION
Avatar of guru_sami
guru_sami
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
guru sami:

Great links.

For now, however, I just want to know how to apply the CSS directly.