about on a DIV layout how?, how do i put about me in a DIV layout?? |
about on a DIV layout how?, how do i put about me in a DIV layout?? |
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 |
|
|
|
![]() |
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 about on a DIV layout how? Aug 23 2008, 10:04 PM
Da1nonlyjon next time, please post in one box.. thats why ther... Aug 23 2008, 10:23 PM
mypanicdisorder no but ill try
---
no i can't find anything ... Aug 24 2008, 11:43 AM
schizo The easiest thing to do would be to just make a di... Aug 24 2008, 11:49 AM
mypanicdisorder QUOTE(schizo @ Aug 24 2008, 11:49 AM) The... Aug 24 2008, 11:53 AM
mypanicdisorder QUOTE(RockItStudios @ Aug 24 2008, 12:09 ... Aug 24 2008, 12:19 PM
RockItStudios if you have a set font style in your CSS for your ... Aug 24 2008, 02:34 PM
Da1nonlyjon all you have to do is add this to add a scrollbar.... Aug 24 2008, 05:48 PM![]() ![]() |