Really sorry but I am unable to provide a link to the site as it is on a local server. It is a fairly general question though so hopefully it will not matter.
I am able to find much information about how to change the width of the sidebox columns and that is easily done.
What I can't seem to work out is how to change the width of the boxes to match the width of the column.
ie:
For the the width of the columns the source looks like:
<td id="navColumnOne" class="columnLeft" style="width: 12.5em;">
and then the source for the actual box looks like:
<div id="navColumnOneWrapper" style="width: 150px;">
Where does the in-line style "width:150px" come from? Obviously, whatever I do with CSS doesn't help as the in-line over-rides it.
I sort of expected the boxes to change width with the column. Am I missing something?
Thanks guys.
Nick



