css - How to prevent left "post" section from dropping off? -
I have found a problem with my blog when the browser window only scales, the left part of the page ("post "Field), becomes drop. You can see it in action here:
Just drag the right side of the browser, this is done by reducing the width of the browser.
If necessary, I can post CSS (let me know), but I basically stand on one side of the page on the left side and the other has got to the right I think I have no clear (Or maybe not), but I'm not sure.
So, how can I stop leaving the "post" section? I am precisely setting a minimum width across the pages if that is what it is happening to.
should do this:
#wrap, # content-wrap {Min-width: 1018px;}
Of course, the minimum-width is not supported In IE 6, I will add it to get around it:
& Lt ;! - [If lte IE 6]> gt; & Gt; Style type = "text / css" & gt; #wrap, #content -wrap {width: 1018px;} & lt; / Style & gt; & Lt; [Endif] - & gt ;!
Comments
Post a Comment