At my work we have been working on designing a SharePoint 2010 template with Responsive Design. It’s something that isn’t an ‘out-of-the-box’ functionality for SharePoint because a lot of what SharePoint does is in tables. But we’ve got something working pretty well now. We ran into a bit of an…
Posts Tagged with CSS
Negative Z-Index. Yeah! It’s Possible!
Did you know that you can have a negative value for a z-index? I didn’t! Until now, that is. I was having a problem at work with two absolutely positioned DIVs. One wouldn’t stack itself on top of the other even when I gave it a higher z-index. I…