I am using a 3 column layout, but for some reason I can't get the
center column content to wrap in IE6 to the next line.
Here's the code.
//CSS//
#mainLeft {
position: absolute;
left: 0px;
margin-top: 0px;
padding: 0px;
border-right: 1px solid #888;
width: 200px;
height: 100%;
}
#mainCenter {
position: absolute;
height: 100%;
margin-left:201px;
margin-right:151px;
voice-family: "\"}\"";
voice-family:inherit;
margin-left:199px;
margin-right:149px;
}
html>body #mainCenter {
margin-left:199px;
margin-right:149px;
}
#mainRight {
position: absolute;
right: 0px;
padding: 5px;
border-left: 1px solid #888;
width: 150px;
height: 100%;
}
//HTML//
<div id="mainLeft">
<p>Helloooooooo oooo pkajfdlk sdkljf lksdj flksdj fklsdj flksdj flkjsd
flkjsd lfkj sdlkfj sldkfj sdlkjf lsdkj flsdkj flksdj flksdj lfkj
sdlkfj sdlkjf lsdkjf klsdj flksdj fklsdj flkjs dlfkj sldkj flsdkj </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<div id="mainCenter" >
<div class="padV">
<p>heeleloooopk ajfdlk sdkljf lksdj flksdj fklsdj flksdj flkjsd flkjsd
lfkj sdlkfj sldkfj sdlkjf lsdkj flsdkj flksdj flksdj lfkj sdlkfj
sdlkjf lsdkjf klsdj flksdj fklsdj flkjs dlfkj sldkj flsdkj </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</div>
<div id="mainRight" >
<p>riiiggght</p>
<p> </p>
<p> </p>
<p> </p>
</div>
Any thoughts on why this would not work?
Thanks,
Clint
center column content to wrap in IE6 to the next line.
Here's the code.
//CSS//
#mainLeft {
position: absolute;
left: 0px;
margin-top: 0px;
padding: 0px;
border-right: 1px solid #888;
width: 200px;
height: 100%;
}
#mainCenter {
position: absolute;
height: 100%;
margin-left:201px;
margin-right:151px;
voice-family: "\"}\"";
voice-family:inherit;
margin-left:199px;
margin-right:149px;
}
html>body #mainCenter {
margin-left:199px;
margin-right:149px;
}
#mainRight {
position: absolute;
right: 0px;
padding: 5px;
border-left: 1px solid #888;
width: 150px;
height: 100%;
}
//HTML//
<div id="mainLeft">
<p>Helloooooooo oooo pkajfdlk sdkljf lksdj flksdj fklsdj flksdj flkjsd
flkjsd lfkj sdlkfj sldkfj sdlkjf lsdkj flsdkj flksdj flksdj lfkj
sdlkfj sdlkjf lsdkjf klsdj flksdj fklsdj flkjs dlfkj sldkj flsdkj </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<div id="mainCenter" >
<div class="padV">
<p>heeleloooopk ajfdlk sdkljf lksdj flksdj fklsdj flksdj flkjsd flkjsd
lfkj sdlkfj sldkfj sdlkjf lsdkj flsdkj flksdj flksdj lfkj sdlkfj
sdlkjf lsdkjf klsdj flksdj fklsdj flkjs dlfkj sldkj flsdkj </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</div>
<div id="mainRight" >
<p>riiiggght</p>
<p> </p>
<p> </p>
<p> </p>
</div>
Any thoughts on why this would not work?
Thanks,
Clint
Comment