The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Tables are crippling my forum's performance in IE. How can I remove the table below but maintain the left and right images that wrap it with round edges?
Code:
<table cellpadding="0" cellspacing="0" border="0" width="961" align="center">
<tr valign="top">
<td class="page_left"><img src="/misc/left.jpg" style="width: 10px; height: 459px;" alt="" border="0" /></td>
<td width="100%" class="page1">
<!-- content table -->
$spacer_open
$spacer_close
<!-- /content area table -->
</td>
</tr>
</table>
</td>
<td class="page_right"><img src="/misc/right.jpg" style="width: 10px; height: 459px;" alt="" border="0" />
</td>
</tr>
</table>
Thanks |
|
#2
|
|||
|
|||
|
that table looks good already but the img tag you can get rid of it and define it in the page_right class or page_left class in main css.
for example add into page_left: .page_left{ background-image: url(images/stylename/stylename_bg.gif); background-repeat:no-repeat; background-position:top right; } |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|