Davie33 Posted April 6, 2014 Share Posted April 6, 2014 Hi can anyone help me please.I would like to keep the div at the bottom othe div its in. Here is my css .nws-date { width:350px; height:18px; padding:4px;float:left;color:#FFF; font-size:16px;position:absolute;margin-top:5px;border-radius:6px 0 6px 0; border-top:1px solid #FFF; } sample <div class=""> News will show here this div here i need to stay down at bottom. <div class="nws-date">date</div> </div> Link to comment https://forums.phpfreaks.com/topic/287562-position-div-at-bottom/ Share on other sites More sharing options...
fastsol Posted April 6, 2014 Share Posted April 6, 2014 Add bottom:0px; to your list. Link to comment https://forums.phpfreaks.com/topic/287562-position-div-at-bottom/#findComment-1475170 Share on other sites More sharing options...
Davie33 Posted April 8, 2014 Author Share Posted April 8, 2014 Thanks sry for late reply. Link to comment https://forums.phpfreaks.com/topic/287562-position-div-at-bottom/#findComment-1475437 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.