Log In · Register

 
No Scroll
coffeeandacasio
post Aug 31 2009, 12:01 AM
Post #1


oh schaden.
***

Group: Member
Posts: 74
Joined: Jul 2007
Member No: 550,490



My friend's site won't scroll.
I checked the css and nothing.

It's especially prevalent on the "staff" page.
Check it out here.


http://sasquatchhello.info/

ideas?
 
 
Start new topic
Replies (1 - 8)
synatribe
post Aug 31 2009, 12:02 AM
Post #2


AIDS at RAVES.
******

Group: Official Designer
Posts: 2,386
Joined: Dec 2007
Member No: 598,878



can you provide the css? It could be an overflow:hidden error
 
coffeeandacasio
post Aug 31 2009, 12:16 AM
Post #3


oh schaden.
***

Group: Member
Posts: 74
Joined: Jul 2007
Member No: 550,490



CODE
/**********************
BIRTHDAY: 14 AUGUST 2009
**********************/
body, html {
margin: 0;
padding: 0;
font: normal 10px 'arial';
color: #000;
background-color: #fff;
text-align: center;
height: 100%;
}

/**********************
LAYOUT
**********************/
#container {
margin: 0 auto;
margin-top: 50px;
margin-bottom: 15px;
padding: 0;
text-align: left;
width: 510px;
min-height: 100%;
height: auto !important;
height: 100%;
z-index: 1;
}

a {
text-decoration: none;
font-weight: normal;
color: #000;
background-color: #f9f9f9;
}

a:hover {
color: #cee768;
}

b {
color: #960081;
}

i {
font-weight: bold;
text-decoration: none;
font-style: normal;
color: #424242;
}

input, textarea {
margin: 2px;
padding: 5px;
background: #fff;
border: 1px solid #e5e5e5;
text-align: left;
font: normal 10px 'arial';
color: #808080;
}
input:focus, textarea:focus {
color: #333;
border: 1px solid #cecece;
}

blockquote {
border: 1px solid #e5e5e5;
margin: 10px auto;
padding: 5px;
}



/**********************
HEADER
**********************/
#header {
position: fixed;
clear: both;
top: 0px;
left: 0px;
width: 100%;
background: #333 url("/img/bg.png") repeat-x;
color: #333;
height: 50px;
margin: 0px;
padding: 0px;
z-index: 2;
}

#top {
position: relative;
width: 510px;
margin: 0 auto;
padding: 0px;
}

.logo {
float: left;
width: 471px;
line-height: 50px;
padding: 0px;
margin: 0px;
}

#header img {
border: none;
padding: 0px;
margin: 0px;
}


/**********************
MAIN COLUMN
**********************/
#main {
float: left;
width: 350px;
height: auto;
margin: 0;
padding: 0;
}

#main img {
max-width: 345px;
padding: 1px;
margin: 0px auto;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #999;
}

#main h1 {
font: bold 15px 'arial';
text-transform: uppercase;
color: #000;
margin: 0px;
margin-top: 10px;
padding: 0px;
}

#main h2, h3, h4 {
font: bold 13px 'georgia';
font-style: italic;
text-transform: lowercase;
color: #960081;
padding: 0px;
margin: 10px 0px 0px 0px;
}




/***********************
STAFF
***********************/
.staff {
width: 350px;
height: 110px;
padding: 5px 0px;
margin: 0;
margin-bottom: 10px;
}

.stag {
width: 100px;
float: left;
}

.bio {
width: 240px;
float: right;
display: table;
height: 1%;
/* margin: 0 0 1em; */
}




/***********************
COMMENTS
***********************/
div.bubble {
width: 324px;
font: normal 10px 'arial';
margin-bottom: 24px;
}

div.a {color: #960081; text-transform: capitalize;}
div.a:hover {color: #cee768}

div.bubble blockquote {
margin: 0px;
padding: 0px;
border: 1px solid #f1f1f1;
background-color: #f1f1f1;
}

div.bubble blockquote p {
margin: 10px;
padding: 0px;
}

div.bubble cite {
position: relative;
margin: 0px;
padding: 7px 0px 0px 15px;
top: 6px;
background: transparent url(img/tip.gif) no-repeat 20px 0;
font-style: normal;
}




/***********************
SIDEBAR
***********************/
#side {
float: right;
width: 150px;
height: auto;
margin: 0px;
padding: 0px;
}

#side img {
max-width: 145px;
padding: 5px 0px 5px 0px;
margin: 0px auto;
border: none;
background-color: #fff;
}

#side h1 {
font: bold 13px 'arial';
color: #333;
padding: 0px;
margin: 10px 0px 0px 0px;
}

a.nav {
text-align: left;
text-decoration: none;
text-transform: lowercase;
font: bold 11px 'arial';
color: #333;
background-color: #fff;
border: none;
margin: 0px;
padding: 2px 5px;
display: block;
}

a.nav:hover {
color: #cee768;
}

a.aff {
text-align: center;
font: normal 10px 'arial';
text-transform: capitalize;
color: #000;
background-color: #cee768;
padding: 2px;
margin: 1px;
display: block;
}

a.aff:hover {
background-color: #f6f6f6;
}


#sidebar table, tr, td {
width: 150px;
background-color: #fff;
border: none
}

#sidebar td {
width: 50%;
padding: 0px;
margin: 0px;
}
Reason for edit: Please use [codebox][/codebox] tags when posting long codes. Thanks. - TJ
 
coffeeandacasio
post Aug 31 2009, 12:21 AM
Post #4


oh schaden.
***

Group: Member
Posts: 74
Joined: Jul 2007
Member No: 550,490



nothing.


it didn't do anything.
should i take out the width:100% ?
Reason for edit: Please use the Edit button instead of double-posting. - Mike
 
Mickey
post Aug 31 2009, 06:03 AM
Post #5


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Posts merged. Try replacing your codes with this:

CODE
/**********************
BIRTHDAY: 14 AUGUST 2009
**********************/
body, html {
margin: 0;
padding: 0;
font: normal 10px 'arial';
color: #000;
background-color: #fff;
text-align: center;
overflow: auto!important;
}

/**********************
LAYOUT
**********************/
#container {
margin: 0 auto;
margin-top: 50px;
margin-bottom: 15px;
padding: 0;
text-align: left;
width: 510px;
z-index: 1;
}

a {
text-decoration: none;
font-weight: normal;
color: #000;
background-color: #f9f9f9;
}

a:hover {
color: #cee768;
}

b {
color: #960081;
}

i {
font-weight: bold;
text-decoration: none;
font-style: normal;
color: #424242;
}

input, textarea {
margin: 2px;
padding: 5px;
background: #fff;
border: 1px solid #e5e5e5;
text-align: left;
font: normal 10px 'arial';
color: #808080;
}
input:focus, textarea:focus {
color: #333;
border: 1px solid #cecece;
}

blockquote {
border: 1px solid #e5e5e5;
margin: 10px auto;
padding: 5px;
}



/**********************
HEADER
**********************/
#header {
position: fixed;
clear: both;
top: 0px;
left: 0px;
width: 100%;
background: #333 url("/img/bg.png") repeat-x;
color: #333;
height: 50px;
margin: 0px;
padding: 0px;
z-index: 2;
}

#top {
position: relative;
width: 510px;
margin: 0 auto;
padding: 0px;
}

.logo {
float: left;
width: 471px;
line-height: 50px;
padding: 0px;
margin: 0px;
}

#header img {
border: none;
padding: 0px;
margin: 0px;
}


/**********************
MAIN COLUMN
**********************/
#main {
float: left;
width: 350px;
height: auto;
margin: 0;
padding: 0;
}

#main img {
max-width: 345px;
padding: 1px;
margin: 0px auto;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #999;
}

#main h1 {
font: bold 15px 'arial';
text-transform: uppercase;
color: #000;
margin: 0px;
margin-top: 10px;
padding: 0px;
}

#main h2, h3, h4 {
font: bold 13px 'georgia';
font-style: italic;
text-transform: lowercase;
color: #960081;
padding: 0px;
margin: 10px 0px 0px 0px;
}




/***********************
STAFF
***********************/
.staff {
width: 350px;
height: 110px;
padding: 5px 0px;
margin: 0;
margin-bottom: 10px;
}

.stag {
width: 100px;
float: left;
}

.bio {
width: 240px;
float: right;
display: table;
height: 1%;
/* margin: 0 0 1em; */
}




/***********************
COMMENTS
***********************/
div.bubble {
width: 324px;
font: normal 10px 'arial';
margin-bottom: 24px;
}

div.a {color: #960081; text-transform: capitalize;}
div.a:hover {color: #cee768}

div.bubble blockquote {
margin: 0px;
padding: 0px;
border: 1px solid #f1f1f1;
background-color: #f1f1f1;
}

div.bubble blockquote p {
margin: 10px;
padding: 0px;
}

div.bubble cite {
position: relative;
margin: 0px;
padding: 7px 0px 0px 15px;
top: 6px;
background: transparent url(img/tip.gif) no-repeat 20px 0;
font-style: normal;
}




/***********************
SIDEBAR
***********************/
#side {
float: right;
width: 150px;
height: auto;
margin: 0px;
padding: 0px;
}

#side img {
max-width: 145px;
padding: 5px 0px 5px 0px;
margin: 0px auto;
border: none;
background-color: #fff;
}

#side h1 {
font: bold 13px 'arial';
color: #333;
padding: 0px;
margin: 10px 0px 0px 0px;
}

a.nav {
text-align: left;
text-decoration: none;
text-transform: lowercase;
font: bold 11px 'arial';
color: #333;
background-color: #fff;
border: none;
margin: 0px;
padding: 2px 5px;
display: block;
}

a.nav:hover {
color: #cee768;
}

a.aff {
text-align: center;
font: normal 10px 'arial';
text-transform: capitalize;
color: #000;
background-color: #cee768;
padding: 2px;
margin: 1px;
display: block;
}

a.aff:hover {
background-color: #f6f6f6;
}


#sidebar table, tr, td {
width: 150px;
background-color: #fff;
border: none
}

#sidebar td {
width: 50%;
padding: 0px;
margin: 0px;
}
 
fixtatik
post Aug 31 2009, 07:34 AM
Post #6


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



You shouldn't need to use any type of overflow on the body itself. Your problem is because you have two <html> tags. Take out the <html> tag that you have just before <body>

Also, HTML comments use only one exclamation point:
CODE
<!-- comment -->

instead of:
CODE
<!-- comment --!>
 
allvanishing
post Aug 31 2009, 05:18 PM
Post #7


simple and clean...
****

Group: Official Designer
Posts: 149
Joined: Nov 2006
Member No: 478,009



You or your friend forgot to close the header with a </div> tag. That's the problem.
 
coffeeandacasio
post Sep 1 2009, 01:40 AM
Post #8


oh schaden.
***

Group: Member
Posts: 74
Joined: Jul 2007
Member No: 550,490



thanks guys :)
we fixed it.
 
jiyong
post Sep 1 2009, 01:51 AM
Post #9


사랑해 ~ 我愛你 ♥
*****

Group: Design Staff
Posts: 825
Joined: Jan 2007
Member No: 492,587



Topic closed and moved.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: