Hi all,
further on this problem, I added my own tab ccs class but it gets overridden by this element style which is not in any CSS file (see below copied from firebug). How can I change this from % to px? If I manually change via firebug to px then I get the effect I want.
element.style {
width:100%;
}
.MyTabWidth1 {tph.css (line 475)
width:3000px;
}
Cheers,
Kevin