You are. In CSS, you delimit attributes and values with colon (like the margins) not with the equal sign. You have placed an equal sign erroneously in the width attribute. IE is forgiving and guesses you meant to use a colon, but other browsers are stricter.
If you change the equal sign to colon it will all work as expected.
The '=' was a typo
I was using ':' in my CSS however I was being a bigger idiot
My doctype definition was not the 1st line output so IE was running in Quirks mode
Obviously this was not a problem with a properly behaved browser
Many thanks for the reply I am sure it will help others
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.