Using SASS with SharePoint Chris Poteet, October 15, 2013October 21, 2013 If you do any kind of development and haven’t heard of SASS, you must be living under a rock! SASS has taken the CSS world by storm (which I use the SCSS syntax but for familiarity I’ll reference SASS, and this solution should work with either syntax). It has brought us variables, functions… Continue Reading
Faking Hover Intent with CSS Transitions Chris Poteet, July 30, 2013August 27, 2023 I still think to this day that dropdowns largely suck, but there are certainly ways to make them suck less. One of those ways is with the use of what is called “hover intent” based on a jQuery plugin by Brian Cherne, but this is only a viable option if… Continue Reading
Hiding the SharePoint Ribbon from Anonymous Users Chris Poteet, September 29, 2010July 28, 2011 Working on a couple of public-facing 2010 sites hiding the ribbon has become an issue in each of them (I’ve noticed several public-facing 2010 sites that don’t hide the ribbon, but that’s not an option if you want a clean brand). Searching for the solutions turned up a couple of… Continue Reading