Hi, I have a piece of code which i like it to work on IE in quirks mode, reason is I can not change the doctype which is earlier set.
this code is working fine in FF, Chrome but not in IE the nested UL is not properly displayed. Can any one point me what should i change other than doctype so that it could work. I’m not using plugins because its just very simple design and not much needed.
Link is http://jsfiddle.net/rainbow99984/8qu4d/2/
any help would be appreciated
Thanks
Hello Doc , The problem is ,this site is a bit old and used a lot of quirks already if i change doctype alot of things stop working as well as few UI/frontend framework stop working as well. Ofcourse doctype change is a goal but first i wish to make it work.
Thanks.