how to change the default color of the tab?
himtuna - July 30, 2008 - 02:19
| Project: | YUI TabView |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
By default its blue?
what must I add in style.css to get it accustomed to my site.

#1
turns tab to red...
.yui-nav .selected a em {
background:RED none repeat scroll 0 0;
}
turns the line under tabs red...
.yui-nav {
border-color:RED;
}
turns content to red.
.yui-content {
background:RED none repeat scroll 0 0;
}
#2
this still dont work?
I must be doing something wrong. let me check!
Gamers' Den