I am looking for a way to achieve the layout shown below using CSS or any other method that can accommodate the design and implementation. The "top" portion is a fixed area. The "left" area will be a list of text links that target to the "main" area.To be more specific, a list of links to profiles will be in the "left" area and I want the associated profile to show in the "main" area.
I can do it with frames, but since it is not the best way or is not supported by html 5 i want some other alternative for this.Any ideas?
----------------------------------------------------
| top |
----------------------------------------------------
| | |
| | |
| | |
| | |
| left | main |
| | |
| | |
| | |
| | |
----------------------------------------------------