This is the result I want.

But this is the result i ended up getting when running my website.

This is my css
#body{
width:100%;
padding-bottom:40px;
}
#main{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
background-color:BlanchedAlmond;
}
#content{
float:right;
width:650px;
height:85%;
padding:30px 25px 10px 10px;
font-size:medium;
}
.breadcrumb {
padding:20px 10px 0 0;
height:21px;
font-size:x-small;
width:690px;
position:relative;
left:20px;
}
The #body is in my master page and the rest is in nestedmaster page
So is it possible to adjust the height(meaning not fixed height). Where different .aspx pages will have different heights.
Thanks
This post has been edited by unknownmaster80: 05 July 2012 - 11:51 PM
Reason for edit:: please use [code] [/code] tags when posting code

New Topic/Question
Reply


MultiQuote





|