Log In · Register

 
Fullscreen scrollbar disable/Code malfunction
flaymzofice
post Jul 15 2006, 04:30 PM
Post #1


Senior Member
*****

Group: Member
Posts: 547
Joined: Dec 2005
Member No: 337,439



So a programmer friend not familiar with LJ messed around with my code and somehow managed to make the fullscreen scrollbar necessary. I had already fixed it in positioning the scrollbox just so that it wouldn't be needed. He didn't mess with any of that stuff so now I'm at a loss as to understand why the hell a scrollbar comes up in fullscreen mode.

Any help would be much appreciated.

Here's the code I reckon will be relevant:
<style type="text/css">
<!--
body{
background-image:url(http://img.photobucket.com/albums/v27/flaymzofice/ljcopy.jpg);
background-repeat: no-repeat;
background-color: #000000;
background-attachment: fixed;
background-position: 70px 0px;

scrollbar-face-color: #E0F1F9;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #EEEEEE;
scrollbar-darkshadow-color: #CCCCCC;
scrollbar-shadow-color: #BBBBBB;
scrollbar-arrow-color: #AAAAAA;
scrollbar-track-color: #E5E5E5;
}

div{
position:absolute;
left:460px;
width:10px;
height:275px;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
clip:rect(auto);
background-color: transparent;
}
td div{
position:relative;
left:1;
top:1;
height:auto;
width:auto;
overflow:hidden;
border:0;
}
table{
width:100%;
margin-left:0%;
margin-right:0%;
}
table table{
width:95%;
margin:0;
}
table table table{
width:0;
}

-->
</style>

<body text="#000000" link="%%color:page_link%%" vlink="%%color:page_vlink%%" alink="%%color:page_alink%%">

<div align="left" style="width: 250; position: absolute; top: 186px;">
%%events%%
<center>%%skiplinks%%</center> <br> <br>
</div>


</body>
</html>
 

Posts in this topic


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