Contact box in the footer the textarea and input boxes are in a div 310px wide.
They have been set to be 308px wide with 1px border. In IE9, Firefox and Opera everything is the same width but in Chrome (my default browser) the textarea overflows unless the width is set to 304px.
Using Inspect Element I can it reports it as being 314px wide but I’m not too sure why it is doing this. Any info or help will be appreciated, thanks
There is a browser-applied
padding: 2px. Applypadding: 0.This sort of issue can be solved using a CSS reset, btw.