Using JQuery to dynamically resize a 2-column HTML page causes infinite cycle on IE6.5?

Ie6 is almost 10 years old! Now to your layout, try this: #sidebar { float:left; width:12em } #content { margin-left:12em }.

So, basically, I was over thinking what I wanted to accomplish. Setting the styles as you suggested lets the 2 column layout resize properly on its own without me having to script it. Thanks – Carl Jul 10 '10 at 20:57.

You may be over thinking the problem. I don't think you need to involve javascript to solve the layout problem... here's one solution To get your 2 cols 1-fix 1-liquid layout you could do: this is the side bar this is the content this is the footer and the style #side { width:12em; float:left; margin:0; padding:1em; } #content { margin-left:12em; padding:1em; border:solid 1px red; } #wrapper { width:100%; } #footer { height:1%; clear:both; background:#ccc; padding:20px; }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions