|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
iframe in css?
Hi.
I wondered if there was anyway to make this iframe auto resize (heightwise) so that there is never a vertical scrollbar if the browser is shrunk down... <iframe name="I1" src="frame.html" width="776" height="391" align="top" border="0" frameborder="0"> Your browser does not support inline frames or is currently configured not to display inline frames.</iframe> I dont think you can do that with an iframe but have to use framesets but I just need another voice! To get an idea of what I mean... www.isolace.net (view the source) Cheers! |
|
#2
|
|||
|
|||
|
D'you mean....
<iframe name="I1" id="I1" src="frame.html" style="height:100%; width:776; overflow:auto;" align="top" border="0" frameborder="0"> Your browser does not support inline frames or is currently configured not to display inline frames.</iframe> ? |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > iframe in css? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|