0
Well I am mounting a system in php for box control. It will be a system aimed only for computers, IE will not be responsible.
I created the menu, box information and etc...
This is all 100%, however I noticed that in some computers with low resolution or even if I shrink the window of my browser, some div of the system feature line breaks. Have some way to avoid this, set a minimum resolution and when it is hit hit hit a scroll bar instead of line breaks?
The facebook site does this, as much as you decrease the browser it does not change the positions of the objects and creates a scroll bar.
Create a div container (which will wrap all the content), and set a width: 1000px or the fixed size you want it to stay.
– Bruno Romualdo
so I wanted this div with 100% but the minimum would be with:800px. Da to do this? using jQuery sei la hahaha
– Hugo Borges
Then it would be width: 100% and min-width:800px;
– Bruno Romualdo
Jquery kkkk is not yet so much kk
– Bruno Romualdo
hahahhaha vlw I will test here.
– Hugo Borges