Jump to content
php.lv forumi

Loga samazināšana


eT`

Recommended Posts

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 by eT`
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...