How do I put a iframe in a div? |
![]() ![]() |
How do I put a iframe in a div? |
Aug 25 2006, 12:12 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
Is it possilbe to have an iframe, that is save on another server, and have it placed over my div that I made?
http://www.myspace.com/104186681 |
|
|
|
Aug 25 2006, 12:13 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
No . Myspae doesn't allow iframes.
|
|
|
|
Aug 25 2006, 12:15 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
ok - how do I put a list of images in to a scroll text box? Like I want to make 8 images for my top 8 and have them scroll through them...
If you look on http://myspace.com/obietrice he has a couple of windows that contain a images and text, how do I go about doing this? also toyo - if you get on aim, maybe you could hit me up on that |
|
|
|
Aug 25 2006, 12:36 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Aim: atoyaaa
And you use divs to position the stuff in. Read here: http://www.createblog.com/forums/index.php?showtopic=142922 |
|
|
|
Aug 25 2006, 12:53 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
ok - i tried talkin to ya, but no response
So I tried creating another div, and place some text, but it's not working... i'll mess around with it some more, but what am i doing wrong |
|
|
|
Aug 25 2006, 01:11 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Yea I had to leave. Post the code you used w/ the text etc.
|
|
|
|
Aug 25 2006, 01:35 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 457,673 |
ok i got it figured out - but how do i make this have scroll bars?
CODE <div class="content" style="position: absolute; left:200px; top:200px; width:200px; height:200px; overflow: auto;">
CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV. </div> |
|
|
|
| *StanleyThePanda* |
Aug 25 2006, 01:36 PM
Post
#8
|
|
Guest |
^ It should have a scroll if you add enough content.
|
|
|
|
| *This Confession* |
Aug 25 2006, 04:22 PM
Post
#9
|
|
Guest |
If you want this to scroll:
QUOTE <div class="content" style="position: absolute; left:200px; top:200px; width:200px; height:200px; overflow: auto;"> CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV.CONTENT FOR DIV. </div> It will as longas you put enough content in it to go past 200px of height. overflow: auto; The auto will make it go into a scroll box once its filled up enough, if you don't want it to be that way simple change the auto to none |
|
|
|
![]() ![]() |