javascript - Bootstrap's textarea renders oddly and ugly in firefox -
javascript - Bootstrap's textarea renders oddly and ugly in firefox -
i'm trying create theme using bootstrap , i'm having problems textarea. works fine in chrome , chrome based browsers looks odd , ugly in firefox. here working fiddle (open in firefox).
how prepare it??? want normal. , don't want break else fixing this.
<div> <br /> <br /> <textarea id="s" type="text" name="s" value="enter text" ></textarea> </div>
add css part:
textarea { border: 1px solid #eee; }
javascript html css twitter-bootstrap firefox
Comments
Post a Comment