Log In · Register

 
Problem with the overflow
Nina-Williams
post Jul 25 2008, 02:34 AM
Post #1


Senior Member
****

Group: Member
Posts: 141
Joined: Jun 2007
Member No: 536,692



I made a layout, but the page doesn't scroll and I don't know where I went wrong. Could you help me?

CODE

<style>div[id="googlebar"],
div div select{
opacity:0;
filter:alpha(opacity=0);
display:none !important;
position:absolute !important;
bottom:2000px !important;}</style>





<div style="position : absolute; left: -10%; margin-left: 100px; top:85px; width:557px; overflow: visible; z-index:1">


<style>

body { background-color: 000000;
background-attachment: fixed; }

</style>

<style>
div div select, div div form, div div input{display:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
</style>






<img src="link" width="557" height="650" border="0" alt="" usemap="Map" />

</map>





<style>
body {
background-position:no repeat;
background-color:ffffff;
line-height: 10px;
cursor: default;
color:333;
scrollbar-arrow-color:aqua;
scrollbar-face-color: ffffff ;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color:ffffff;
scrollbar-shadow-color: ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-track-color: ffffff;
}


.profileInfo, .contactTable, .userProfileURL, .interestsAndDetails, .userProfileDetail, .userProfileNetworking, .userProfileSchool,

.userProfileCompany, .extendedNetwork, .latestBlogEntry, .blurbs td.text, .orangetext15, .friendSpace, .friendsComments, table div,

.profile, div div table div ul, div div table div { display:none!important; } div table div, table table div, .clearfix, div div table div div {

display:block!important; }

tant;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
img { border:0;}


div.content
{position:absolute;
margin-left:100%;
left:600px;
top:150px;
width:557px;
height:650px;}






</style>
<table><tr><td><table><tr><td><table><tr><td>

 
 
Start new topic
Replies
Mickey
post Jul 25 2008, 03:31 AM
Post #2


Treasure Pleasure
********

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



Your codes are messy. Make sure they're all put together. CSS codes should be with other CSS codes, just like HTML codes should be with other HTML codes. You should move all your <style> codes to your Who I'd Like To Meet section and the rest to your About Me section. It should look like this in your About Me:

CODE
<div style="position : absolute; left: -10%; margin-left: 100px; top:85px; width:557px; overflow: auto; z-index:1">

<img src="link" width="557" height="650" border="0" alt="" usemap="Map" />
</map>

</div>

<table><tr><td><table><tr><td><table><tr><td>

And like this in your Who I'd Like To Meet:

CODE
<style>div[id="googlebar"],
div div select{
opacity:0;
filter:alpha(opacity=0);
display:none !important;
position:absolute !important;
bottom:2000px !important;}</style>


<style>

body { background-color: 000000;
background-attachment: fixed; }

</style>

<style>
div div select, div div form, div div input{display:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
</style>

<style>
body {
background-position:no repeat;
background-color:ffffff;
line-height: 10px;
cursor: default;
color:333;
scrollbar-arrow-color:aqua;
scrollbar-face-color: ffffff;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color:ffffff;
scrollbar-shadow-color: ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-track-color: ffffff;
}


.profileInfo, .contactTable, .userProfileURL, .interestsAndDetails, .userProfileDetail, .userProfileNetworking, .userProfileSchool,

.userProfileCompany, .extendedNetwork, .latestBlogEntry, .blurbs td.text, .orangetext15, .friendSpace, .friendsComments, table div,

.profile, div div table div ul, div div table div { display:none!important; } div table div, table table div, .clearfix, div div table div div {

display:block!important; }

tant;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
img { border:0;}


div.content
{position:absolute;
margin-left:100%;
left:600px;
top:150px;
width:557px;
height:650px;}

</style>

Just saying. And if you want your DIV to move, change left:10% to left:50% and change margin-left:100px; to whatever you need.
 

Posts in this topic
Nina-Williams   Problem with the overflow   Jul 25 2008, 02:34 AM
XTC   I don't see any code that would prevent scroll...   Jul 25 2008, 02:37 AM
Nina-Williams   I added this code in order to move the div at the ...   Jul 25 2008, 02:44 AM
Anarchy   Try changing overflow:visible to overflow:auto. Al...   Jul 25 2008, 02:46 AM
XTC   Try adding this: CODE<style type="text/cs...   Jul 25 2008, 02:51 AM
Nina-Williams   I can't believe it, nothing of those two codes...   Jul 25 2008, 03:01 AM
XTC   CODE<style type="text/css"> body {...   Jul 25 2008, 03:08 AM
Nina-Williams   Oh my, nothing again. Sorry for bugging so much. H...   Jul 25 2008, 03:11 AM
XTC   Try separating the style from the tag. CODE<s...   Jul 25 2008, 03:17 AM
Nina-Williams   Worked... But the div is again at that right posit...   Jul 25 2008, 03:21 AM
XTC   Maybe you can try a table there instead of a div? ...   Jul 25 2008, 03:27 AM
Nina-Williams   Hmm, how? I am new into CCS, I need your help agai...   Jul 25 2008, 03:28 AM
Anarchy   Your codes are messy. Make sure they're all pu...   Jul 25 2008, 03:31 AM
XTC   CODE<style type="text/css"> tabl...   Jul 25 2008, 03:32 AM
Nina-Williams   Oh well, you see I have write through Photoshop th...   Jul 25 2008, 03:36 AM
Anarchy   Do you mind posting the link to your MySpace page?   Jul 25 2008, 03:56 AM
Nina-Williams   It is private well, and I wouldn't like... I p...   Jul 25 2008, 03:58 AM
Nina-Williams   Umm... it is only on the about me. Cause I wrote t...   Jul 25 2008, 04:04 AM
Nina-Williams   Well... I had added this: CODE<div style=...   Jul 25 2008, 04:09 AM
Nina-Williams   Okay, here. http://i33.tinypic.com/168ad6a.jpg ...   Jul 25 2008, 04:27 AM
Anarchy   Okay, that's good enough. Here, add the bold t...   Jul 25 2008, 04:38 AM
Nina-Williams   CODE <div class="div1" style=" l...   Jul 25 2008, 04:55 AM
Da1nonlyjon   Try Taking OFF the OVERFLOW in the CODE..   Jul 28 2008, 11:28 AM
manny-the-dino   Due to this topic being 2 weeks old & the prob...   Aug 15 2008, 02:00 PM


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