Home › Forums › CSS › Strange appearance of textfield in chrome › Reply To: Strange appearance of textfield in chrome
August 21, 2013 at 10:44 pm
#147771
Participant
Hi Stratost,
Add clear div above the
<
div class=”content-bottom”> as below
<div style="clear:both"></div>
Also change the content-bottom css to
.content-bottom {
position: fixed;
bottom: 100px;
left: 77.5%;
height: 50px;
}