Jump to content

window sizes


squiblo

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/175136-window-sizes/
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/175136-window-sizes/#findComment-923104
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.