Help, helneed it BAD |
![]() ![]() |
Help, helneed it BAD |
Jun 7 2008, 07:54 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2008 Member No: 656,282 |
Well okii i folled ALLLL steps including skippin # 2
okii well how do you write in these boxes heres my profile http://profile.myspace.com/index.cfm?fusea...e4-b4e63fae8c03 how do you add stuff in those boxes?? HELPPPPP |
|
|
|
Jun 7 2008, 08:18 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
Your profile is set to private, so we can't see it. You might want to make it public until you get your answer, or put up a screenshot of your page.
|
|
|
|
Jun 7 2008, 10:26 PM
Post
#3
|
|
|
AKA RockIt Studios ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,286 Joined: Jun 2006 Member No: 421,809 |
^as stated above, put your profile on public for a while (and change your age to 18+, so everybody can view it.
but going from what little information you've given, i'll help as much as i can. to make scroll boxes to write in... change 'name' to whatever you want to call it. for example, you may have a box for links, so it could be links, navigation, nav, etc... also change all the #'s. you're going to have to majorly guess until you get what you want. i suggest putting in your text before you go putting in the numbers, so you know when the box is big enough, or if it's too small, etc...catch my drift? height and width are obviously how high and wide the box will be. top and left determine how far from the top/left of the screen the box will be. CODE #name{ position:absolute; height: #px; width: #px; top: #px; _top: #px; left: #px; _left: #px; overflow: auto;} <div id="name">Put your information here, save it, then go about editing the width, height, and positions.</div> notice how in the above code, there are two sets of positioning for each word. (top, _top, and left, _left). this is because sometimes (especially with myspace), the positions will be completely different on IE than firefox. this solution allows to you give each browser their own set of "directions", so you can change the positioning to fit each browser as needed. mozilla will read only the top and left. only IE will read _top and _left. i hope i didn't confuse you. sorry if i did. feel free to PM me (or reply here, obviously) if you have any questions, and happy coding! |
|
|
|
![]() ![]() |