Livejournal
Log in
Post
Friends
My journal
first_quadrant
in
s2smoothsailing
2 things-- right-align body; scrolling DIV body
Feb 23, 2010 17:55
Hi guys!
First, I am trying to update my journal (
first-quadrant
) to s2, because I've been using s1 and I just don't like it (
Read more...
)
requests
,
css
Leave a comment
Comments 2
malionette
February 23 2010, 23:58:32 UTC
This will do the formatting:
body {float: right; width: 800px; height: 600px;
background: #F9EDDE url('
http://img.photobucket.com/albums/v135/xylia/renlayout.jpg
') no-repeat fixed top right; }
.pageblock { width: 466px; height: 365px; overflow: scroll; margin-top: 175px; margin-left: 220px; }
But what you're trying to translate over is difficult to do in the Smooth Sailing style though... The sidebar will not work properly since it's formatted as a table.
Reply
first_quadrant
February 23 2010, 23:59:32 UTC
Will go try that!
Haha, if it's a problem, I'll just delete the sidebar.
Reply
Leave a comment
Up
Comments 2
body {float: right; width: 800px; height: 600px;
background: #F9EDDE url('http://img.photobucket.com/albums/v135/xylia/renlayout.jpg') no-repeat fixed top right; }
.pageblock { width: 466px; height: 365px; overflow: scroll; margin-top: 175px; margin-left: 220px; }
But what you're trying to translate over is difficult to do in the Smooth Sailing style though... The sidebar will not work properly since it's formatted as a table.
Reply
Haha, if it's a problem, I'll just delete the sidebar.
Reply
Leave a comment