MyBB Community Forums

Full Version: design bug in internet explore vs chrome and firefox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

How come theres a design issue in IE, but the rest is fine? ( firefox, chrome.. )

[attachment=30032]

Cheers
(2013-08-31, 10:52 AM)MikeInToshx Wrote: [ -> ]Hey guys,

How come theres a design issue in IE, but the rest is fine? ( firefox, chrome.. )



Cheers

as IE is not very compliant to w3c standards you have to write 'fixes' for the page to display in IE correctly without the postbit template source code it is difficult to help you

MikeInToshx

So how do I fix it? :O
(2013-08-31, 05:36 PM)MikeInToshx Wrote: [ -> ]So how do I fix it? :O

Quote: postbit template source code it is difficult to help you

Post your postbit templates content here.

Go to ACP>Templates & Styles>Templates>YOUR THEME>Postbit Templates>Postbit

MikeInToshx

Ooh okay.

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="single-thread">
<div class="side-meta"><div class="user-meta"><div class="avatar">{$post['useravatar']} </div>
							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
							<span class="smalltext">
								{$post['usertitle']}<br />
								{$post['userstars']}
								{$post['groupimage']}
							</span><br />
								{$post['user_details']}
</div></div>
<div class="thread-box">
    <div class="top-thread"><div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				</div>
				{$post['posturl']}<div class="clear"></div></div>
    <div class="post-thread"><img src="{$theme['imgdir']}/postquote.png" class="user-arrow"  /><span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

				<div class="post_body" id="pid_{$post['pid']}">
					{$post['message']}
				</div>
				{$post['attachments']}
				{$post['signature']}

				<div class="post_meta" id="post_meta_{$post['pid']}">
				{$post['iplogged']}
				</div></div>
    <div class="bottom-thread">				<div class="author_buttons float_left">
					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
				</div>
				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div></div><div class="clear"></div>
</div><div class="clear"></div>
</div>