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
Removing and Replacing Default SharePoint Ribbon Styles Chris Poteet, December 5, 2011December 5, 2011 SharePoint 2010 (and most likely future versions) provides default styles in the ribbon. You can see these with the “Styles” and “Markup Styles” sections of the ribbon. Here is an example of the “Markup Styles” section in action. What if a client does not want the default ones in there?… Continue Reading
Using a DOCTYPE in SharePoint 2007 Chris Poteet, October 20, 2011October 31, 2011 While SharePoint 2007 certainly moved the platform forward for its time, there is no doubt that doing UI work with the CMS is nothing short of excruciating. The reason for this is (a) really, really bad markup and (b) no DOCTYPE (SharePoint Designer doesn’t help the cause either). There is… Continue Reading