Side bar moved – MSIE :(
-
Hi there,
Has anyone got any ideas why the side bar would move down the bottom in internet explorer? but not Firefox or any other browsers?
Fix to the sidebar.php?
http://www.myspacedesign.co.uk
Thanks
-
– There are validation errors in your markups
– What gives with all the<p style="padding-left: 30px;"> </p> <p style="text-align: justify;"> </p> <p style="text-align: justify; line-height: 11px; font: normal normal normal 9.5px/normal 'Gill Sans'; padding-left: 30px; margin: 0px;"> </p> <p style="text-align: justify; line-height: 11px; font: normal normal normal 9.5px/normal 'Gill Sans'; padding-left: 30px; margin: 0px;"> </p> etc. etc. etc. .... <p style="text-align: left;"> </p>in all your entries? Forcing larger spacing between image and text? Or copying and pasting from MSWord or other application? Do not copy and paste from MSWord or other applications. Clean up the backend by edit > post and in HTML view, delete the above paragraph extraneous codes.
After deleting those tags, and you need space between image and text, just add this declaration to your style.css:
.entry img { padding-bottom: 10px; margin-bottom: 10px; }cool…is there any other way i could just fix the sidebar.php as i tried the above but it didn’t work.
is there any other way i could just fix the sidebar.php as i tried the above but it didn’t work.
There is nothing wrong with your sidebar. The sidebar is pushed down by extraneous tags in your main content which are still there. View source of your webpage and you will see what I mean.
In addition, so that text won’t go up to the top level of your images (if that was not your intention), do not make the image align anywhere. Just align to NONE (delete alignleft in img tag in HTML view)
The topic ‘Side bar moved – MSIE :(’ is closed to new replies.