html - IE9 (ie) Compatibility mode is breaking "select" -


this real head scratcher me. our site (amyadele.com/labels/holiday-and-seasonal/…), has price drop down in right hand sidebar. in every browser except ie, pricing drop down works. when view in ie, drop down not show anything. used i9 recently, , if force ie9 out of compatibility mode, drop down works.

does know solution this, or see might causing issue?

try changing doctype tag from

<!doctype html public "-//w3c//dtd xhtml 1.0 strict//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd"> 

to

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> 

also, don't confuse browser mode , document mode. in ie if f12 (developer tools) , try different combinations 2 menus once page loaded. 'select' works fine me browser mode: 'ie9 compat view' , document mode: other quirks.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -