NetTalk Central

Author Topic: Tab width  (Read 3316 times)

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Tab width
« 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

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Tab width
« Reply #1 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