<em>@mando 170549 wrote:</em><blockquote>Hello
right column disappears (drop) in Internet Explorer 6
http://WWW.NazNez.com
This problem happened before any modification
Use Joomla 1.5.15</blockquote>
Hi, this seem to be a problem related to a script call, please open head.php and find line 34
<script language="javascript" type="text/javascript" src="<?php echo $this->templateurl(); ?>/js/ja.ddmod.js"></script>
IE is trying to run the script but cannot because there are more parameters required, so please comment that line like this
<!-- <script language="javascript" type="text/javascript" src="<?php echo $this->templateurl(); ?>/js/ja.ddmod.js"></script> -->
That should fix it.
Regards,
Danny