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? 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; } 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
Archived
This topic is now archived and is closed to further replies.