Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
37716 Points
5005 Posts
ASPInsiders
MVP
Feb 23, 2012 08:20 AM|LINK
Browsers are free to render things differently, which always makes it difficult for cross browser sites. A CSS reset might be what you need, to reset the base styles for the browser. See http://sixrevisions.com/css/css-tips/css-tip-1-resetting-your-styles-with-css-reset/ for a good description of this problem, and http://meyerweb.com/eric/tools/css/reset/ for the most commonly used reset stylesheet.
Dave Sussman
All-Star
37716 Points
5005 Posts
ASPInsiders
MVP
Re: input width differs on each browser
Feb 23, 2012 08:20 AM|LINK
Browsers are free to render things differently, which always makes it difficult for cross browser sites. A CSS reset might be what you need, to reset the base styles for the browser. See http://sixrevisions.com/css/css-tips/css-tip-1-resetting-your-styles-with-css-reset/ for a good description of this problem, and http://meyerweb.com/eric/tools/css/reset/ for the most commonly used reset stylesheet.