css layout ?
- Started
- Last post
- 7 Responses
- heavyarms
I have a top row done in css at the top of the page. Why does 100% width stretch the page to make bottom scrollbars?
- jevad0
make sure you have your margin in the body tag set to 0
- heavyarms0
Are you talking about the body selector for CSS or in the actually body tag?
- heavyarms0
I tried both. It did about the same thing but didn't actually stop the problem.
- heavyarms0
I tried both. It did about the same thing but didn't actually stop the problem.
- gabriel_pc0
can you post a link to the problem file?
- versa0
body {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-color: #ffffff;
width: 100%;
height: 100%;
text-align: left;
}html,body {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width: 100%;
height: 100%;
- heavyarms0
Gabriel I sent you an email. I don't have FTP access at the moment.
If any of you have a favorite tutorial or site regarding css layout please post it.