NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on March 05, 2009, 04:39:26 AM

Title: Tab width
Post by: kevin plummer on March 05, 2009, 04:39:26 AM
Hi All,

I have tracked down that the Tab Width is set to 100% (see below) but in certain circumstances I want to set it to a fixed Pixel length and I just can't work out where to change it..

<div id="Tab_CustomerAnalysis" style="width: 100%;">


Cheers,

Kevin
Title: Re: Tab width
Post by: kevin plummer on March 05, 2009, 09:49:16 PM
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