please help, moving scrollbox |
please help, moving scrollbox |
Jun 21 2007, 12:54 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jun 2007 Member No: 537,149 |
Would like a little help if possible, thankyou:
I would like a scrolling textbox on the far right, about half way down on my profile, an i truly have no idea of how to do this, or even go about doing this. (I dont want it in the main text area) I'm using this layout if it helps: http://www.createblog.com/layouts/preview.php?id=17911 Many Thanks, alex |
|
|
|
![]() |
Jun 21 2007, 02:23 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,188 Joined: Jan 2006 Member No: 364,198 |
Marquee text? Or just standing text?
|
|
|
|
Jun 21 2007, 02:35 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jun 2007 Member No: 537,149 |
just normal text
thanks |
|
|
|
Jun 21 2007, 06:09 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,188 Joined: Jan 2006 Member No: 364,198 |
CODE <div style="position:absolute;top:50%;left:600px;width:XXXpx;height:XXXpx;"> TEXT HERE </div> ^You can edit the positioning and resizing of the div if needed. |
|
|
|
Jun 22 2007, 08:14 AM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jun 2007 Member No: 537,149 |
thats awesome, and it works, but the default color is white, so it doesn't show up against the white background, how do i go about doing this.
thanks again |
|
|
|
Jun 22 2007, 10:27 AM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You can add it to your css or just do this:
CODE <div style="position:absolute;top:50%;left:600px;width:XXXpx;height:XXXpx; color: 000000;"> TEXT HERE </div> Change 000000 to the color you want. |
|
|
|
Jun 22 2007, 11:13 AM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jun 2007 Member No: 537,149 |
cheers bud, works like a dream.
|
|
|
|
![]() ![]() |