Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

menu color

Status
Not open for further replies.

kunai

Programmer
Jun 4, 2004
52
CA
Hi,

I'm using asp.net (2.0) to build a menu in tab style. Right now i have 3 tabs.

I want each tab to have a different color but can't figure out how.

Right now in my CSS, i can only set a color for the tab that is selected and another color for the ones that are not selected.

Any ideas?

Thanks!
 
That link is for a TabControl which is from the System.Windows.Forms class. If you want to create a CSS based tab control, I'd suggest reading:



____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Nice tutorial.. i've already have that done. But i'm using the menu control. Not exactly the same.
My tabs are generated from a sitemap.

I think i'll change it now. My way is more complicated :)

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top