2010, 2013, Office 365, SharePoint, Web Design
SharePoint image max-width in IE and FireFox not working
So you have an image that is styled to max-width: 100% but it displays at its native width and pushes over your other content.
max-width: 100% works well in Chrome, but IE and Firefox (and potentially some other browsers) don’t honor it.
This article explains why and how to fix it.
Development Blog, jQuery
Debugging HTML / CSS layout on an iPad
In creating a new store locator for Dairy Queen, my layouts were working well on all the supported browsers. On iPad, the layout works 99% but had some pixel discrepancies on a couple of elements. I found this article by Lorenzo Orlando Caum on debugging layouts in with FireBug Lite very helpful.
Read More2010, Development Blog, SharePoint
Allow the browser to control the scrollbars in SharePoint 2010 (increasing browser support) when using v4.master.
This article explains how to give scroll-control to the browser instead of objects on the page (through div overflows). Why would you want this? Well, for 2 reasons: Increase browser support, and allow mobile users to view full pages in SharePoint (specifically – the browser on Android has problems rendering overflow controls).
Read More