soltek Posted May 1, 2011 Share Posted May 1, 2011 Hey, take a look at the homepage and click on any form field - search, for example. It shows a orange border and the text link is aligned to the bottom. This on Chrome 11. In Firefox 4.0 there's no border, but the text is messed up too. Quote Link to comment https://forums.phpfreaks.com/topic/235266-form-field-messed-up/ Share on other sites More sharing options...
Philip Posted May 1, 2011 Share Posted May 1, 2011 The orange border is a default in chrome that is persistent and cannot be overwrote. You'll find this on any form field, on any website. As far as the text - yeah the padding/line-height needs some adjustment Quote Link to comment https://forums.phpfreaks.com/topic/235266-form-field-messed-up/#findComment-1209096 Share on other sites More sharing options...
soltek Posted June 12, 2011 Author Share Posted June 12, 2011 The orange border is a default in chrome that is persistent and cannot be overwrote. You'll find this on any form field, on any website. As far as the text - yeah the padding/line-height needs some adjustment Sorry for the delay, but yeah, it can be overwritten. Just by adding: outline: none; At least it works for me Quote Link to comment https://forums.phpfreaks.com/topic/235266-form-field-messed-up/#findComment-1228732 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.