When I use some modules like "Questions" module in my pages
my pages style don`t bollix in Firefox but when I load them in
Internet Explorer pages style get an irregular collocation .
this is a Form Template that I have defined for "Question" module :
Code: Select all
<!-- Start Questions Form Template -->
{stylesheet}
{if isset($error)}<strong><font color="red">{$error}</font></strong>{/if}
{if isset($message)}<strong><font color="blue">{$message}</font></strong>{/if}
{$formstart}
<h5>
<div>{$prompt_author} {$input_author}</div>
<div>{$prompt_question} {$input_question}</div>
{if isset($image_captcha)}
<div>{$prompt_captcha} {$image_captcha}</div>
<div> {$input_captcha}</div>
{/if}
<div> {$submit}</div>
</h5>
{$formend}
<!-- End Questions Form Template -->
Picture 1(page in IE) :
http://dl1u.savefile.com/031b1bde274d00 ... a12/IE.png
Picture 2(page in FF) :
http://dl1u.savefile.com/324f8b5a74445e ... f1e/FF.png
and this is my main CSS :
http://dl1u.savefile.com/577b1bbedea5d8 ... mplate.css
I can`t guess what`s main problem .