Jump to content

[SOLVED] getting rid of scrollbars?


darkfreaks

Recommended Posts

okay so i have a problem with scroll on my web page i want to make it so it does not scroll left or right can anyone figure this one out ???

 

http://www.kwebservices.com/~wallet/

CSS:

body {
background:#FFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
text-align:center;
margin:0;
padding:0;
}

#container {
width:1275px;
background:#FFF;
margin:0 auto;
}

#header {
background:url(../images/header.jpg) top center no-repeat;
height:100px;
margin-top:0;
margin-right:0;
}

#form-div {
width:885px;
float:left;
}

#head-field {
width:430px;
float:left;
margin:16px 0 0 49px;
}

#butt-div {
width:350px;
float:left;
margin:16px 0 0;
}

#search-div {
width:390px;
float:left;
}

#search-field {
float:left;
width:180px;
margin:16px 0 0;
padding:0;
}

#search-text {
float:left;
text-align:right;
margin:16px 0 0;
padding:0 10px 0 0;
}

#search-text a {
text-decoration:none;
font-size:12px;
color:#feef01;
margin:0;
}

#search-text a:hover {
text-decoration:underline;
}

#search-but {
width:60px;
float:left;
margin:16px 0 0 5px;
}

#main-cont {
width:1216px;
height:800px;
margin:0 auto;
padding:20px 0 0;
}

#footer {
background:url(../images/footer.jpg) top center no-repeat;
height:210px;
}

#footer-left {
width:567px;
height:74px;
border:#000 1px solid;
background:#FFF;
float:left;
margin:0 0 0 52px;
}

.footer-left-box {
float:left;
height:74px;
width:141px;
text-align:center;
font-size:12px;
color:#00F;
padding-top:5px;
text-decoration:underline;
margin:0;
}

#footer-but {
float:left;
}

#foot-right {
float:left;
margin:23px 0 0 10px;
}

.clear {
clear:both;
}

.tf1 {
border:#000 1px solid;
width:420px;
background:#FFF;
height:30px;
}

.tf2 {
border:#000 1px solid;
width:180px;
background:#FFF;
height:30px;
}

.list {
width:120px;
height:34px;
border:#000 1px solid;
}

.ta {
width:150px;
height:50px;
}

 

 

Link to comment
https://forums.phpfreaks.com/topic/158421-solved-getting-rid-of-scrollbars/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.