I have some problems designing a WP-based website (www.interactiva.cc/~cristall/cristallini) It works fine on all the browser, but not in IE 9 (is it something new ? ;)). I tried to declare the DOCTYPE to avoid the quirksmode with this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
However it still erase completely any CSS rule I have used.
What can I do ?
Thank you !