GD77 Posted August 4, 2012 Share Posted August 4, 2012 Hello: I have the following object code that should be re-sized as per content using css: <object name="" class="xxx" data="page.php" type="all"></object> I have tried clear:both, overflow, on the tag nothing is working... Thanks in advanced. Link to comment https://forums.phpfreaks.com/topic/266677-object-tag-height-resize-with-content-with-css-no-js-plz/ Share on other sites More sharing options...
phpserver Posted August 5, 2012 Share Posted August 5, 2012 Try object{ max-width:100%; height:auto; } Link to comment https://forums.phpfreaks.com/topic/266677-object-tag-height-resize-with-content-with-css-no-js-plz/#findComment-1366942 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.