bavarian
10-03-2006, 01:03 PM
1) Script Title: Tab Content Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm
3) Describe problem: instead of those 2 different SHADE.gif files i would like the tabs to be made of 2 gif-files, that are NOT x-repeat_ing, but filling the tab in it's whole width.
been tricking around like an idiot but cannot figure out how. for example i tried this ...
.shadetabs li {
display: inline;
margin: 0;
width: 130px;
}
since the images i want to use as tabs are 130px in width i thought this would be the solution .... but no, the tabs are only as wide as the text in them demands ...
somebody willing to direct me into the correct direction to resolve this ? big thanks in advance !
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm
3) Describe problem: instead of those 2 different SHADE.gif files i would like the tabs to be made of 2 gif-files, that are NOT x-repeat_ing, but filling the tab in it's whole width.
been tricking around like an idiot but cannot figure out how. for example i tried this ...
.shadetabs li {
display: inline;
margin: 0;
width: 130px;
}
since the images i want to use as tabs are 130px in width i thought this would be the solution .... but no, the tabs are only as wide as the text in them demands ...
somebody willing to direct me into the correct direction to resolve this ? big thanks in advance !