vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   How to remove/tune this <table> for IE (https://vborg.vbsupport.ru/showthread.php?t=219266)

hydn 07-23-2009 01:24 PM

How to remove/tune this <table> for IE
 
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>

Would like to speed up in IE

Thanks

napy8gen 07-24-2009 11:47 AM

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;

}


All times are GMT. The time now is 11:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05020 seconds
  • Memory Usage 1,707KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete