Temporary problems?

Avatar
  • updated
  • Answered
Hi,

I've just registered with userecho.com and I have a few problems with it:
1. In IE 8 there is no X button (close)
2. After trying to add a feedback I saw 503 error
3. IE 8 displayed "AJAX error" after a second attempt to add a feedback

I like userecho primary because users don't have to register with your service to add feedback, but are these problems temporary or not?
Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered
By default IE8 renders pages in quirks mode and lacks some of css features

You only need a DOCTYPE that triggers Standards Mode (or ‘almost standards’). That can be a transitional doctype such as:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

or XHTML:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

just put one of this strings at the top of your page or global template and compatibility issues with ie8 will be solved

we already check it on your website

additional info:

http://en.wikipedia.org/wiki/Quirks_mode#Comparison%5Fof%5Fdocument%5Ftypes