Page 1 of 1

How to reduce padding in tab image javascript?

PostPosted: Sun Dec 27, 2009 8:10 pm
by chaser7016
Hi

I have hacked the following tab system together http://techavid.com/tabs .

I need to reduce the spacing(padding) between each tab. When viewed in firebug, you can see the javascript function is adding various left pixels between each, but instead of random padding-left pixels I need padding-left: 100px between each tab. Any idea how I can do that?

thanks,

chaser