Hi to all, I have a site, which validiates markup however, the right column does not function properly in IE. In Firefox it is aligned correct, but in IE it is under the main area...I don't know what to check, I tried changing the column sizes, but that did not help. Anyone know what I should do to fix? This is the URL http://www.seflink.info/ Thanks in advance for any help
A div element appearing twice. <div class="art-contentLayout"> this seems to be a wrapper for 2 column. a div with same class is being used for the first column and as that class has a width of 985px obviously its pushing the 2nd column to the bottom. Remove one <div class="art-contentLayout"> just before the 2 column mark up starts obviously you will have to remove the closing tag as well. Remove </div> close tag just before <div class="art-sidebar1"> Above fix works well on FF and IE. Hope you get this done.