Matt Ridge Posted December 8, 2011 Share Posted December 8, 2011 IE and other browsers seem to have a set width and height of the "body" for web pages. So in other words, my form shows up as 600 x 800 pixels. My browser shows it as 1600 x 1200. I want to remove that... is it possible? Quote Link to comment https://forums.phpfreaks.com/topic/252755-is-there-a-way-to-override-the-total-width-and-height-of-ie-and-other-browsers/ Share on other sites More sharing options...
Andy11548 Posted December 8, 2011 Share Posted December 8, 2011 I'm not 100% sure what you mean as I don't have this problem. Could you try and explain it a little better or maybe show a example of what you mean? Quote Link to comment https://forums.phpfreaks.com/topic/252755-is-there-a-way-to-override-the-total-width-and-height-of-ie-and-other-browsers/#findComment-1295834 Share on other sites More sharing options...
Matt Ridge Posted December 8, 2011 Author Share Posted December 8, 2011 I'm not 100% sure what you mean as I don't have this problem. Could you try and explain it a little better or maybe show a example of what you mean? http://kaboomlabs.com/PDI/test.php The screen goes across further than any of the boxes, etc. BTW, this is designed to work in IE only right now so bare with how it looks in other browsers. Quote Link to comment https://forums.phpfreaks.com/topic/252755-is-there-a-way-to-override-the-total-width-and-height-of-ie-and-other-browsers/#findComment-1295841 Share on other sites More sharing options...
otuatail Posted December 9, 2011 Share Posted December 9, 2011 You could make your form center in the browser. But You can have what Microsoft call a model window that cant be re-sized and a fix width. I don't know how this is done but the other guys might. Also you have a problem with JO: SN: INV: You seem to have a rats nest of div inside div. You could have each one with its input in separate divs. Also give the div a width and float it left would align them up. If you have a style sheet you could make a neat set off classes for this. Quote Link to comment https://forums.phpfreaks.com/topic/252755-is-there-a-way-to-override-the-total-width-and-height-of-ie-and-other-browsers/#findComment-1296426 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.