vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   IE doesn't display correctly (https://vborg.vbsupport.ru/showthread.php?t=94941)

Adrian Schneider 08-24-2005 03:06 AM

IE doesn't display correctly
 
After 4 hours of staring this problem down, I fixed half of it. It was caused due to PNGs not displaying properly in IE, but theres still the other half to do.

http://www.starcraftdream.com/

Header Template:
HTML Code:

<a name="top"></a>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background: url(images/bluetheme/header/Blue-Terran_02.gif)">
        <tr valign="top">
                <td>
                        <table width="652" align="left" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                        <td colspan="6" align="left">
                                                <img src="images/bluetheme/header/headermain.jpg" width="652" height="150" alt="" />
                                        </td>
                                </tr>
                                <tr>
                                        <td align="left">
                                                <a href="/"><img src="images/bluetheme/header/bt1news.gif" width="95" height="30" border="0" alt="News" /></a>
                                        </td>
                                        <td align="left">
                                                <a href="forums.php"><img src="images/bluetheme/header/bt2forums.gif" width="107" height="30" border="0" alt="Forums" /></a>
                                        </td>
                                        <td align="left">
                                                <a href="league.php"><img src="images/bluetheme/header/bt3league.gif" width="102" height="30" border="0" alt="League" /></a>
                                        </td>
                                        <td align="left">
                                                <a href=""><img src="images/bluetheme/header/bt4bnetstuff.gif" width="133" height="30" border="0" alt="Bnet Stuff" /></a>
                                        </td>
                                        <td align="left">
                                                <a href=""><img src="images/bluetheme/header/bt5downloads.gif" width="130" height="30" border="0" alt="Downloads" /></a>
                                        </td>
                                        <td align="left" width="100%">
                                                <img src="images/bluetheme/header/bt6end.gif" width="85" height="30" alt="" />
                                        </td>
                                </tr>
                        </table>
                </td>
        </tr>
</table>

$spacer_open
$_phpinclude_output

I've tried SEVERAL variations of the HTML to try to get it to work, no luck. Any help would be greatly appreciated. The strange thing is the background image is = to the top half and bottom half added together.

I was originally using this background image but changed to another while testing.
Thanks

Princeton 08-24-2005 11:24 AM

1 Attachment(s)
try:
HTML Code:

<table width="100%" cellpadding="0" cellspacing="0">
        <tr>
                <td colspan="6" width="652"><img src="images/bluetheme/header/headermain.jpg" width="652" height="150" alt="" /></td>
                <td width="100%" style="background: url(images/bluetheme/header/hback.gif)">&nbsp;</td>
        </tr>
        <tr>
                <td width="95"><a href=""><img src="images/bluetheme/header/bt1news.gif" width="95" height="30" border="0" alt="News" /></a></td>
                <td width="107"><a href=""><img src="images/bluetheme/header/bt2forums.gif" width="107" height="30" border="0" alt="Forums" /></a></td>
                <td width="102"><a href=""><img src="images/bluetheme/header/bt3league.gif" width="102" height="30" border="0" alt="League" /></a></td>
                <td width="133"><a href=""><img src="images/bluetheme/header/bt4bnetstuff.gif" width="133" height="30" border="0" alt="Bnet Stuff" /></a></td>
                <td width="130"><a href=""><img src="images/bluetheme/header/bt5downloads.gif" width="130" height="30" border="0" alt="Downloads" /></a></td>
                <td width="85"><img src="images/bluetheme/header/bt6end.gif" width="85" height="30" alt="" /></td>
                <td width="100%" style="background: url(images/bluetheme/header/hbotback.gif)">&nbsp;</td>                                       
        </tr>
</table>

copy the attached files to your bluetheme/header folder
Note: images are 1px width - it will be hard to see .. these are used for the background

oh yea, I recommend recreating the buttons--the font is a bad choice
text not clear -- it needs to be crisp/sharp


All times are GMT. The time now is 07:02 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.01088 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_html_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