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> Quote Link to comment Share on other sites More sharing options...
fastsol Posted April 6, 2014 Share Posted April 6, 2014 Add bottom:0px; to your list. Quote Link to comment Share on other sites More sharing options...
Davie33 Posted April 8, 2014 Author Share Posted April 8, 2014 Thanks sry for late reply. Quote Link to comment Share on other sites More sharing options...
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.