div and iframe trouble :( |
div and iframe trouble :( |
Mar 24 2007, 12:11 PM
Post
#1
|
|
![]() ;o ![]() ![]() ![]() Group: Member Posts: 70 Joined: Mar 2007 Member No: 509,821 |
Could anybody show me how to make the div layer and the iframe height auto adjust to how much content there is in the layer.
heres a screen shot. http://img102.imageshack.us/img102/6679/helpgk8.jpg the actual website I would like to fix www.sillyfishes.niamhme.net and heres the code I have in right now QUOTE <div style="position:absolute; top:435px; left:111px; width:358px; border:none;height:3000px;border:none;"> <iframe src="http://www.sillyfishes.niamhme.net/cutenews/show_news.php" width="360px" height="3000px" noscroll="bottom" border="none" position="absolute" name=IFRAME></iframe> </div> could you also show me how to get rid of that ugly border around the div Thanks :) |
|
|
|
![]() |
| *mipadi* |
Mar 24 2007, 05:06 PM
Post
#2
|
|
Guest |
If you don't use a height attribute in your CSS specification, then the height will dynamically adjust to the amount of content.
|
|
|
|
Frumpy Lumps div and iframe trouble :( Mar 24 2007, 12:11 PM
Frumpy Lumps I dont have a height specification in my css and w... Mar 26 2007, 10:35 AM
mipadi QUOTE<div style="position:absolute; top:43... Mar 26 2007, 07:32 PM
Frumpy Lumps oh sorry when you said css I was thinking of somet... Mar 27 2007, 10:45 AM![]() ![]() |