by Karl Forshaw
My little corner of the internet. Code, Philosophy and Day to Day stuff.
Has anyone solved the #jQueryUI button problem in IE7 with overflow:auto? Found a bug report for it but no resolution?
Update: Here is the fix, add this to the scrolling div
overflow-x:hidden;
overflow-y:auto;
position:relative;
left:0;
top: 0;
(Source: bugs.jqueryui.com)
Design by Simon Fletcher. Powered by Tumblr.
© Copyright 2010