August 6th, 2009 () Development, Technology, Uncategorized › richard › No Comments
I have a wrapper div that contains a user control that may or may not always display content. If it doesn’t have content, then the div should be empty and empty divs shouldn’t have any height right? Well, all the browsers agree with me – except Internet Explorer. Apparently since I’ve given this div a [...]
August 5th, 2009 () Technology › richard › No Comments
SharePoint calendar widths breaking your custom design? Yea, they’re pretty wide. Here’s how you can tame them.
For the default Month and Day view, you can apply the following style:
.ms-calheader img { width: auto; }
This will reset the width for a spacer image that the fine folks at Microsoft have decided to give this enormous amount [...]