Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fixed header and column

Status
Not open for further replies.

JackD4ME

Programmer
Jun 4, 2002
228
US
Is there a way to set the header and left column to be fixed and the right column to be scrollable?

Thanks in advance,
Jack :D
 
That set a scrollbar at the bottom of the left column. But the whole page was still scrolling vertically. I would like the left side to remain fixed and have the rest scroll.
 
I have decided to blow up the header, it looks better (and less work). When I set the overflow:auto; to the right hand column it forces the image background to flicker when scrolling, both columns scroll.

Here is the code for the 2 columns:
#logs {width:23%;
float:left;}
#content {float: left;
width: 500px;
margin-left:5px;
margin-top:10;}

Thanks for the help.
Jack :D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top