|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Css - height 100% need help plz
Well I am just devoloping my website (ht tp://www .xudas. com) and I run into a problem.
When i put my height at 100% it doesn't work but if I put it say like 500px then my forum goes over the page height. can someone help me fix this, im listing my css below.. Code:
body {
margin:20px;
background:#808080;
color: #333333;
text-align:center;
padding:0;
}
a:link {color: #FF9900; text-decoration: none} /* unvisited link */
a:visited {color: #FF9900; text-decoration: none} /* visited link */
a:hover {color: gray; text-decoration: none} /* mouse over link */
a:active {color: #FF9900; text-decoration: none} /* selected link */
#outer {
text-align:left;
border:1px solid #000000;
width:100%;
margin:auto;
}
#hdr {
height:100%;
background:#eeeeee;
color: #333333;
}
#bar {
height:0px;
background:#c0c0c0;
color: #333333;
border:solid #000000;
border-width:1px 0 1px 0;
}
#bodyblock {
position:relative;
background: #dcdcdc;
color: #333333;
width:100%;
padding:0;
}
#l-col {
float:left;
background:#dcdcdc;
color: #333333;
width:19%;
height:auto;
}
#cont {
width:80%;
height:auto;
background:#ffffff;
color: #333333;
border:solid #000000;
border-width:0 0 0 1px;
text-align:left;
}
#ftr {
height:100%;
background:#c0c0c0;
color: #333333;
border:solid black;
border-width:1px 0 0 0;
margin:0;
}
if you look around on the site like main page then goto the forum page you can see what happens! |
|
#2
|
|||
|
|||
|
I have figured out something, I just made a new web template! srry and thanks for no help
|
|
#3
|
||||
|
||||
|
insanemonkey, welcome to the forums.
Are you able to post your solution for others who might stumble across this thread in the future?
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter! DevArticles Forum Moderator "The net is a waste of time, and that's exactly what's right about it." -- William Gibson |
|
#4
|
|||
|
|||
|
hha, the thing is I couldn't get it to work, I was getting mad, So I made a new template and site all together..,
however I don't think there is a solution... ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > Css - height 100% need help plz |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|