Log In · Register

 
about on a DIV layout how?, how do i put about me in a DIV layout??
mypanicdisorder
post Aug 23 2008, 10:04 PM
Post #1


Newbie
*

Group: Member
Posts: 8
Joined: May 2008
Member No: 645,943



i feel noobish for asking this but i've looked in all the major DIV layout helps and i just can't find it anywhere. help please T-T

i need my about me on a DIV an di cant find a code
 
 
Start new topic
Replies
Smarmosaur
post Aug 24 2008, 12:09 PM
Post #2


AKA RockIt Studios
******

Group: Official Member
Posts: 2,286
Joined: Jun 2006
Member No: 421,809



it is possible to move your about me section, but just adding/positioning a div will be much easier, and a lot cleaner.
try something like this:
CODE
<style>
.about{
position:absolute;
top:##px;
left:##px;
width:##px;
height:##px;
overflow:auto;
z-index:#;}
</style>

<div class="about">Your text here.</div>


to make it a scrollbox, you must have a set width and height, and overflow:auto. :]
 
mypanicdisorder
post Aug 24 2008, 12:19 PM
Post #3


Newbie
*

Group: Member
Posts: 8
Joined: May 2008
Member No: 645,943



QUOTE(RockItStudios @ Aug 24 2008, 12:09 PM) *
it is possible to move your about me section, but just adding/positioning a div will be much easier, and a lot cleaner.
try something like this:
CODE
<style>
.about{
position:absolute;
top:##px;
left:##px;
width:##px;
height:##px;
overflow:auto;
z-index:#;}
</style>

<div class="about">Your text here.</div>


to make it a scrollbox, you must have a set width and height, and overflow:auto. :]

thanks <3 this helps alot <3


---

one more question. How woul di change the font and size and stuff? would it be in the normal fonts?
 

Posts in this topic


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