|
hi,
thats the main problem,
rightContainer don't have any fixed width,
theoretically it should be
width of rightContainer = (width of viewport - width of leftContainer )
width of viewport changes as per the screen resolutions
so we don't know fixed or percentage width for rightContainer
i think the problem is very clear now,
this was the main reason i used one table to position elements.
or is there any way to use something like display:table or display:table-cell ? to simulate tables using div?
thanks
-sam
PS. the 75% width was assigned to a block in rightContainer.
|