Yeah but in the tutorial the all position are fixed. In my case my frames are not border of the body but the content of the forum. Which means that my borders will not be the same if I will surf through the forum. For example my borders are not good in main index, its kinda screwed up but after looking at my posts (like 2 posts for example) everything is fine. As long as the content is extended, the border left and right are not working correctly.
Here is what I mean:
When the index is extended, the borders left and right look like this:
But when the index is minimalised, the borders look like this:
As U see, the problem is with the borders left and right, this is my css:
For the Left middle
#LM {
width: 129px;
height: 100%;
background:url(../../../images/black/L.png) repeat-y transparent;
position: absolute;
top:260px;
left: 162px;
z-index: -2;
}
For the right middle
#RM {
width: 149px;
height: 100%;
background:url(../../../images/black/R.png) repeat-y transparent;
position: absolute;
top:260px;
right: 160px;
z-index: -2;
}
I dont know how to fix it. There is not another way to do the frames??
Someone can help?