eT` Posted August 10, 2011 Report Posted August 10, 2011 (edited) Man ir problēmas ar pārlūka loga samazināšanu. Kad samazinu centra kolonna samazinās, lai gan esmu viņai norādījis min-width; HTML <div id="container"> <div id="right"> </div> <div id"left"> </div> <div id="center"> </div> </div> CSS #container { max-width:1300px; margin:0 auto; } #left { float:left; width:150px; margin-top:265px; } #right { float:right; width:150px; margin-top:265px; } #center { min-width:700px; margin:0 160px; } Edited August 10, 2011 by eT` Quote
FiXeD Posted August 10, 2011 Report Posted August 10, 2011 Uzliec containerim statisku platumu Piem: #container { width:1300px; } Quote
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.