i guess i was a little vague?
i guess i was a little vague?
--------------------------------------------------Reviews, Interviews, Tutorials, and STUFF--------------------------------------------------Home of the SexyBookmarks WordPress plugin
I my experiance the issues that occur with IE6 are usually to do with margins, for some reason if you put a margin the same side that it is floated;
Then ie6 doubles the margin therefore pushing out the other divs which is why your right hand column is missing.Code:Div{ Float:left; Margin-left:20px; }
Try using padding instead of margins and this is a compromise that will make your site look correct in all browsers.
Last edited by Nilsy; 10-02-2008 at 07:58 AM. Reason: forgot a piece of code.
Bookmarks