hiimrisa
07-10-2006, 05:00 AM
I tried making a layout for my livejournal. It failed. I want it to be that when you scroll down, the background scrolls with the entries. It does do that.
The code I used was:
GLOBAL_HEAD<=
<style type="text/css">
<!--
body {
margin-top: 375px !important;
}
-->
<!--
body {
background-color: #080400 !important;
background-image: url(http://img385.imageshack.us/img385/9210/docomo8ky.jpg) !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-position: 2% !important;
}
-->
<!--
table {direction:rtl;}
td, td table {direction: ltr;}
-->
<!--
table {
width:63%;
float:left;
}
table table {
width:100%;
float:none;
}
hr {
width:100%;
}
-->
</style>
<=GLOBAL_HEAD
The code I used was:
GLOBAL_HEAD<=
<style type="text/css">
<!--
body {
margin-top: 375px !important;
}
-->
<!--
body {
background-color: #080400 !important;
background-image: url(http://img385.imageshack.us/img385/9210/docomo8ky.jpg) !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-position: 2% !important;
}
-->
<!--
table {direction:rtl;}
td, td table {direction: ltr;}
-->
<!--
table {
width:63%;
float:left;
}
table table {
width:100%;
float:none;
}
hr {
width:100%;
}
-->
</style>
<=GLOBAL_HEAD