Hi, Im trying to fix a bug that only appears in internet explorer 6.
The problem is that the side panel moved below the footer of the page in Ie6.
Can anybody help?
Hi, Im trying to fix a bug that only appears in internet explorer 6.
The problem is that the side panel moved below the footer of the page in Ie6.
Can anybody help?
Not sure if this will work, but try putting this below the sidebar:
<div class='clear'></div>
And use the following style for .clear
:
.clear{clear:both}
Edit: The current clearing <div>
you have needs to be inside the </div>
you have just before it, I think.
It is problem from <table>
tags
You can delete "width" from last 2 tables
width="600"
and
width="731"
You can just delet this width from <table>
tag