, . * fixed_size * * var_size * #main. #main. .
IE
,
EDIT: , Fiddle:
<div id="main">
lorem ipsum
<div id="left">
</div>
<div id="right">
</div>
</div>
CSS:
#main {
margin: 0 auto; position: relative; height: 300px; width: 400px; background: gray;
}
#left {
position: absolute; width: 100px; height: 75px; left: -100px; background: red;
}
#right {
position: absolute; width: 100px; height: auto; right: -100px; background: blue;
}
, div IE :
body {
text-align: center;
}
#main {
text-align: left; margin: 0 auto;
}
EDIT2: jsFiddle.. , - , : http://www.jsfiddle.net/2avM7/3/