Halp! Trying to add side column
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #27
RE: Halp! Trying to add side column
I just noticed a little weirdness in Internet Explorer with my new side bar!  It looks perfect in FireFox but the right column is to wide in IE...

http://www.7173mustangs.com/index.php

Here is the correct spacing in FF:
[Image: dr8b6h.jpg]

And here is the incorrect spacing in IE:
[Image: 11tbrxd.jpg]

Sometimes, the layout totally breaks after a screen refresh in IE!

here is my index template code:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$ps_header_index}
{$gn}

<table width="100%" border="0" align="center">
<tr>
<td valign="top" width="85%">
{$forums}
{$ps_footer_index}
</td>
<td valign="top" width="15%">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>
Google Custom Search
</strong></td>
</tr>
<tr>
<td class="trow1">
<form action="http://www.google.com/cse" id="cse-search-box">
  <div>
    <input type="hidden" name="cx" value="007957757079081443050:ry9tf_ln-ii" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input type="text" name="q" size="25" />
    <input type="submit" name="sa" value="Search" />
  </div>
</form>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>






</td>
</tr>
</table><br />



{$fishhattachment_gallery}
{$custom_status_index}


<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>
Get VIP Status
</strong></td>
</tr>
<tr>
<td class="trow1">
<center><a href="http://7173mustangs.com/janotas_subscription_page.php"><img src="http://www.7173mustangs.com/banners/vipbox_index.png" border="0"></a></center>
</td>
</tr>
</table>

<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>
Random Gallery Image
</strong></td>
</tr>
<tr>
<td class="trow1">
<center><a href="http://www.7173mustangs.com/ezgallery.php"><img src="http://www.7173mustangs.com/gallery/rotator.php" border="0" style="max-width:160px;" /></a></center>
</td>
</tr>
</table>

<br />


<ProStats>



</td>
</tr>
</table>

{$boardstats}
<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.png" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>
	<dt><img src="{$theme['imgdir']}/off.png" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>
	<dt><img src="{$theme['imgdir']}/offlock.png" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>

I checked the side bar contents one by one and none of them seem to be causing this...
I hope someone can spot something I am missing!  I still have a lot of users on IE!  I hate to have a broken forum index...Ouch


[Image: gallery_2_628_39582.jpg]
(This post was last modified: 02-05-2011 07:35 AM by RocketFoot.)
02-05-2011 07:33 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Halp! Trying to add side column - RocketFoot - 02-05-2011 07:33 AM

 Standard Tools
Forum Jump: