I\'ve got the following HTML code:
Side panel, fixed widt
-
Here's that link, applied to your code:
CSS
#frame { background:pink }
#panel { background:orange; width:200px; float:left }
#content { background:khaki; margin-left:200px }
#foot { background:cornflowerblue }
HTML
Side panel, fixed width.
The rest of the content, should be dynamic width and fill up rest of space
horizontally.
FooBar.
Works pretty well! Although, IMHO, you don't need the frame or body (but I don't know the master plan). That would look like this:
Side panel, fixed width.
The rest of the content, should be dynamic width and fill up rest of space
horizontally.
FooBar.
讨论(0)
- 热议问题