dbadke
14 Feb 2007, 8:05 AM
The tabs.css file, which gets munched into the yui-ext.css file, is missing the ytabs-top section for the default theme. It does have the ytabs-bottom section. The missing items are:
.ytabs-top .ytab-strip .on .ytab-right {
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0px;
}
.ytabs-top .ytab-strip .on .ytab-left {
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0px -100px;
}
.ytabs-top .ytab-strip .ytab-right {
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
}
.ytabs-top .ytab-strip .ytab-left {
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0px -150px;
}
These should be added to tabs.css.
.ytabs-top .ytab-strip .on .ytab-right {
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0px;
}
.ytabs-top .ytab-strip .on .ytab-left {
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0px -100px;
}
.ytabs-top .ytab-strip .ytab-right {
background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px;
}
.ytabs-top .ytab-strip .ytab-left {
background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0px -150px;
}
These should be added to tabs.css.