Wednesday, October 24, 2012

Wednesday, October 10, 2012

xhtmlConformance mode Strict

Doing some jquery ui debug for my friend. Her calendar ui shows month/year select box stocked instead on one line. Did some checking and her table cells are 1px short .... Found out it is the DOCTYPE HTML Transitional of her default asp.net rendering. And set xhtmlConformance mode Strict in web.config should fix that. However the Strict did touch the doctype at all, and a manual fixed that. Will try to figure out why xhtmlConformance didn't work tomorrow.