Forum Moderators: not2easy
Thanks, Nick
Thanks, Nick.
If you wanted a relative width line, you would use a transparent GIF (1px X 1px) and set the hieght to be the thickness you want the line and set the cell background color to be the color you want the line. Then when the table width changes, so does the row and the line.
If you were going to make this page in Photoshop, you would have to hand edit it after you sliced up the page. I would envision the side nav, top nav, and main window as separate areas that are contained within their own parent tables. The right nav bar is set to align to the top so even though the page can stretch vertically, it looks like the right nav bar is a fixed height.
This is all about nested tables. Knowing which ones to keep a static size and which ones to make percentages.
Also, you don't need to be stuck in the world of fixed pixel dimensions once you grasp how tables can slide.