Log In · Register

 
reversing page, moving the whole body..., how to move the blog body and etc around
MasterChief16
post 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.
 
 
Start new topic
Replies
Jus2s1mp13
post 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 -->
 

Posts in this topic


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