Forum Moderators: not2easy
I am trying to do a simple CSS layout such as:
¦-------------------------------¦
¦¦-----------------------------¦¦
¦¦............(A)..............¦¦
¦¦ ¦--------------------------¦¦¦
¦¦ ¦...(B)..¦.......(C).......¦¦¦
¦¦ ¦--------------------------¦¦¦
¦¦.............................¦¦
¦¦-----------------------------¦¦
¦...............................¦
¦-------------------------------¦
A: Variable width block: (100% of viewport)
B: Fixed width block, float: left;
C: Variable width block, float: left; (100% of space between the right margin of 'B' and the right margin of 'A').
How do I do this? If I declare 'C''s width as 100% it renders (correctly) as 100% of the width of 'A'. I cannot think of any way to place a variable width element to the right of a fixed width element? Ideas?
Thanks again everyone :),
Derek T Basch
One annoyed web admin.