Jump to content
php.lv forumi

Height dažiem elementiem


nemakuphp

Recommended Posts

Ir izveidots floating footer pēc netā atrastas pamācības.

 

Viss ir ok, bet ir nepieciešams elementam #content iekš #container piešķirt height, lai tas aizpilda visu brīvo laukumu līdz #footer.

 

HTML

<div id="container">
<!-- te vel kadi elementu -!>
<div id="content">

</div>
</div>
<div id="footer">

</div>

 

CSS

#container{
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -104px;
}
#content{
min-height: 100%;
height: auto !important;
height: 100%;
width: 1000px;
margin: 0 auto;
}
#footer{
width: 1000px;
height: 104px;
background: #292929;
margin: 0 auto;
}

 

Pēc manām domām, #content itkā vajadzētu izplesties, bet tas nenotiek

 

Ceru, ka spēsiet palīdzēt

Link to comment
Share on other sites

jā. vnk tev šobrīd ir height: auto, jo !important ir lielāka prioritāte

min-height lieto tikai pašam visiekšējākajam blokam, lai tad, kad lapa ir augstāka par ekrāna augstumu, lai pat tad tā noietu līdz apakšai

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...