reversing page, moving the whole body..., how to move the blog body and etc around |
reversing page, moving the whole body..., how to move the blog body and etc around |
Nov 22 2004, 11:53 PM
Post
#1
|
|
|
-={SDA}=- Fullmember ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Nov 2004 Member No: 65,009 |
ok, so first of all, does anyone know how to reverse the module on the left and right? so that the picture, info, and friends are on the right, and the chatbox is on the left.
next, how do you move the whole site to a location? here's an example. http://www.xanga.com/home.aspx?user=wow_hyper_one it's not taking up the whole screen, instead it take's up a small section of the screen. and it's near the top right. also, on that xanga, how do you make it so that the links are all separated like that? and how do you make the scrollbar transparent? or even gone? like on that xanga, it's gone. you can only scroll when your mouse is in the body. |
|
|
|
![]() |
Nov 23 2004, 03:39 PM
Post
#2
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
QUOTE DIV? is that some program? 1. hehe no the div is not a program. It shape as a box and can be move around, well the information is inside of it. get it? For example the code: CODE <!-- begin code provided by createblog.com --> <div style="width: 602px; border: 1px solid #521649; background-color: #D02B0F;">WAtever you want blah blah blah blah....</div> <!-- end code provided by createblog.com --> 2. remove the module place in header html' CODE <!-- begin code provided by createblog.com --> <style type='text/css'> .mainleft { display:none; } </style> <!-- end code provided by createblog.com --> 3. scroll bar is not a program. Anyway. When you div it, there is a scroll bar. What you do is you mess around the numbers in the code like height etc. Put in the postiton you wants. Then choose either you want it transparents scroll bar etc. 4. To transparent the blog you do this. Go here and read to understand more.Transparent Blogs WEBSITE STATS CODE <!-- begin code provided by createblog.com --> <STYLE> /* transparent blog */ .blogbody, { /* opacity maximum 100 */ filter: alpha(style=0,opacity=60); } </STYLE> <!-- end code provided by createblog.com --> Html header CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> /* Blog Background Color */ .blogbody {background-color: #000000;}; </style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> |
|
|
|
MasterChief16 reversing page, moving the whole body... Nov 22 2004, 11:53 PM
Jus2s1mp13 1. This is to move the Module to the right
Place ... Nov 23 2004, 12:13 AM
MasterChief16 QUOTE(Jus2s1mp13 @ Nov 23 2004, 12:13 AM)2. W... Nov 23 2004, 09:20 AM
MasterChief16 oh that's pretty cool. well, i got a few more ... Nov 23 2004, 04:29 PM![]() ![]() |