random1 Posted January 17, 2012 Share Posted January 17, 2012 I've got the basic code: html { font:normal normal normal 200%/normal Calibri, "Segoe UI", "Microsoft Sans Serif", Arial; } in a CSS file and form elements don't resize font-size correctly. :S Example: http://www.imgplace.com/viewimg406/5685/57screenshot4.png In the above image all form controls are the incorrect size? Why is this? Quote Link to comment https://forums.phpfreaks.com/topic/255204-css-reset-base-font-size/ Share on other sites More sharing options...
smerny Posted January 17, 2012 Share Posted January 17, 2012 try targeting them specifically html, input, select, textarea { font:normal normal normal 200%/normal Calibri, "Segoe UI", "Microsoft Sans Serif", Arial; } Quote Link to comment https://forums.phpfreaks.com/topic/255204-css-reset-base-font-size/#findComment-1308590 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.