Forum Moderators: not2easy
}div.contentblock {
position: relative;
top: 109px;
height: 100%;
width: 100%;
}div.rightbar {
margin-left: 122px;
width: 100%;
height: 100%;
border-style: solid;
border-width: 1;
}div.leftbar {
float: left;
width: 122px;
z-index: 1;
}div.leftcontent {
position: fixed;
left: 5px;
z-index: 1;
}
<div class = 'contentblock'>
<div class = 'leftbar'>
<span class = 'leftcontent'>
<a class="menulink" href="index.htm">· Home</a><br />
<a class="menulink" href="lnchandlrn/index.htm" target = 'content'>· Lunch & Learn</a>
</span>
</div>
<div class = 'rightbar'>
</div>
</div>
My issue is that the right bar is extending beyond the width of the parent div. sort of like below
¦----------------------¦
¦¦-----¦¦--------------¦-¦
¦¦ Div ¦¦ Right Div Box¦ ¦
¦¦-----¦¦--------------¦-¦
¦----------------------¦