html - Clear/Overwrite css for a input element -
i have problem styling form. works fine except checkboxes. strange. have @ small rectangle, how looks when place checkbox in html:
<input id="check" type="checkbox" name="test" value="test"/>
the strange thing is, if remove css not change. there basic css configuration checkbox make standart checkbox? tried things like
#check{background: white !important}
but not work.
any other advice?
is default styling browser or have like
* { margin: 0; padding: 0 }
in css code? if so... that's what's causing default behavior removed , hard put back.
Comments
Post a Comment