Jump to content

size


Guest trout

Recommended Posts

Guest trout

background and breadcrumb 100%main navbar 140 pxmain content size?Is * (wildcard) acceptable?to make it fluid/fixed to fill up remaining right hand side of browser<STYLE type=text/css>#pageBorder { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BACKGROUND: #ffffff; PADDING-BOTTOM: 60px; BORDER-LEFT: black 1px solid; WIDTH: 100%; BORDER-BOTTOM: black 1px solid}#breadCrumb { PADDING-RIGHT: 30px; PADDING-LEFT: 30px; FONT-SIZE: x-small; BACKGROUND: yellow; PADDING-BOTTOM: 30px; WIDTH: 100%; COLOR: black; PADDING-TOP: 30px}#mainNavBar { PADDING-RIGHT: 0px; PADDING-LEFT: 20px; FONT-SIZE: xx-small; BACKGROUND: green; FLOAT: left; PADDING-BOTTOM: 50px; WIDTH: 140px; PADDING-TOP: 50px}#mainContent { PADDING-RIGHT: 10px; PADDING-LEFT: 30px; BACKGROUND: #ffffff; FLOAT: left; PADDING-TOP: 20px}</STYLE>

Link to comment
Share on other sites

This is what i normally use (for 2 column layout) to fill remain space:#leftnavigation { position : absolute; left : 0; width : 150px;}#content {margin-left :170px;}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...