you can use a reset sheet. A separate style sheet that you can use over and over for all of your website, or you add this to your current style sheet. If you link to it as a separate sheet place the link above your site styles. Same goes for if you add it to your current style sheet make sure it is the first statement.
Hope that helps
Main Topics
Browse All Topics





by: PhatzerPosted on 2009-09-03 at 14:27:50ID: 25255134
Not sure if it'll trick IE in to do it's job properly, but:
Wrap the input field with a 100% div (no padding, no margin)
Set the input field inside that div to 100% width with a margin of 10px
I'm not completely sure, although I would've thought that would operate quite nicely in various browsers.