squiblo Posted September 22, 2009 Share Posted September 22, 2009 im not sure if i can phrase this question correctly but ill give it ago. when i resize my window making it smaller, elements on my page move to try and stay in view, but i would like them to stay still how can this be done? i am using table tags to place everything neatly, if you dont understand ill try my best to explain more, please help Quote Link to comment https://forums.phpfreaks.com/topic/175136-window-sizes/ Share on other sites More sharing options...
DavidAM Posted September 22, 2009 Share Posted September 22, 2009 If you are using a table, you can force it to a specific (minimum) width, or force each column to a specific (minimum) width and it should not resize with the window. <TABLE style="width: 800px"> <TABLE><TR><TD style="width: 300px">...</TD><TD style="width: 450px"> ... you only have to set the column's width once (I use the first row), the other rows should follow suit. Quote Link to comment https://forums.phpfreaks.com/topic/175136-window-sizes/#findComment-923104 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.