January 25, 201115 yr Hey Can somebody please suggest me what is wrong with this structure? Everything is displaying fine in Firefox, but when I try to view the website in IE it does not show up correctly. http://shortener3.info/web/ Thanks
January 25, 201115 yr It's because IE adds the border width to the element size where as Firefox does not. Ben.
January 25, 201115 yr It's because IE adds the border width to the element size where as Firefox does not. Ben. I think this should read "IE does not add the border width to the element size where as Firefox does." This happens when IE is in quirks mode. It should behave like Firefox with borders and padding outside the basic element size if you have a valid doctype. Your doctype is incomplete, it needs the url to w3.org from here http://www.w3.org/QA/2002/04/valid-dtd-list.html so IE may be OK then but I haven't checked your code.
Create an account or sign in to comment