I'm having a little problem with my new site.
I have a Div element, which is explicitly set to 226px wide (inside the div is a load of text). To that i've applied a 10px padding all the way round, so the css is currently: .layout_style_left_panel { width: 226px; float: left; padding: 10px; }
Now that looks just fine in IE, but firefox appears to add the 10px padding to each side of the div, making it in effect 246px wide, not 226!
Could one of you good people please tell me why and how to fix it please?