Quote:
Originally Posted by gothicuser
Great mod, working great, thankyou.
Only problem I have seen is that under Firefox (2) the tabs themselves take on a life all of their own
As you'll see from the images below one tab will assume it's natural form, whilst the other two get severe vertical belligerence!
Where do you think I should look for an issue fixer for this? Firefox itself or maybe somewhere else?
Many thanks in advance 
|
You can change the settings in the tabview-skin.css file to your liking. I really don't have any "standard" suggestions.. Based on your images, I would lower the 0.4 to 0.3 and see how that looks..
the two blocks of CSS that effect that are (settings highlited in red..
lines 30-31 (Raises from the set height)
Code:
/* raise selected tab */
.yui-navset .yui-nav .selected a em {padding:0.4em 0.6em;}
lines 16-23 (specifically line 20) (default set height)
Code:
.yui-navset .yui-nav li a em {
border-top:solid 1px #a3a3a3;
border-bottom:0;
cursor:hand;
padding:0.2em 0.5em;
top:-1px; /* for 1px rounded corners */
position:relative;
}