Quote:
Originally Posted by pein87
Hey Sofia I have a question did you use relative postion for the theads and then absolute each of your cat title divs? I like your technique I'm asking because I'm working on a new skin for vb and I was wanting to incoreperate that in my new theme.
|
Hello. Simply, I use <td>.
Example:
Code:
<table cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td width="49"><img src="tcat_left.gif" border="0" /></td>
<td class="tcat">.....</td>
</td>
<td width="49"><img src="tcat_right.gif" border="0" /></td>
</tr>
</table>
I don't modify title position.