Tag: CSS

  • Using SASS with SharePoint

    SASS seemed out of reach for SharePoint developers, but with the right setup it works with 2010, 2013, and Office 365. Here is how to get it running.

  • Faking Hover Intent with CSS Transitions

    Dropdown menus are too trigger-happy on hover. A CSS transition delay on opacity can fake hover intent without any JavaScript.

  • Hiding the SharePoint Ribbon from Anonymous Users

    A hybrid approach to hiding the SharePoint 2010 ribbon from anonymous users while keeping the scrollbar intact.

  • SharePoint 2010 and XHTML Validation

    SharePoint 2010 declares a strict DOCTYPE and IE 8 standards mode, then fails validation with deprecated attributes and inline everything.

  • The Pains of Altering the SharePoint UI

    SharePoint’s default UI is built on table layouts, uncommented CSS, and obtrusive JavaScript. Branding it is an exercise in pain management.

  • IE 8 Compatibility Mode and SharePoint

    IE 8’s compatibility mode defaults intranet sites to legacy rendering, likely under pressure from the SharePoint team. That’s a bad sign for what comes next.

  • CSS Browser Reset

    A trendy topic amongst CSS’ers is the CSS reset. The idea is that you intercept the default browser stylesheet (that is used first in the…

  • Form Layouts With CSS

    Laying out forms with Cascading Style Sheets (CSS) is a complex topic. In light of many developers doing their first overall CSS layouts they often…

  • An Introduction to CSS

    I gave the following presentation at my day job, and I thought others might benefit. That, and I think that SlideShare is a cool app!