September 4, 2013 CSS Fixed Header Table Update I’m sorry it’s taken me so long to respond to questions and suggestions! I just updated the demo page for this post. Categories Tech
June 23, 2012 My Warped Sense of Humor I get bored of right angles and since this is my blog, and I can do what I want with it, I’ve made some changes to the mobile design. The base theme is Carrington-mobile-1.2. I added some of my own CSS to it to change the colors and to make it more, well, me. I used CSS3 to rotate some... Categories Tech
June 20, 2011 Fixed Table Headers with wide non-breaking content I just got a bug at work where someone in QA put “adsfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasfasdfasdfasdfasdfasdf” into content in a table. This is not “real” content, but it did break the layout. The problem is that it is non-breaking and won’t wrap, and tables can only be as thin as their thickest content in each column. If that had been “adfds adfad adfadsfasdf”... Categories Tech
April 4, 2011 Don’t Mess With Tables – Pure CSS Fixed-Header Left-Aligned Tables See the Demo Page for examples and view the source for markup and CSS. Update 9/3/13: I just added Zupa’s suggestion to the demo. I am working on a project with a requirement for fixed-headers tables (the headers don’t scroll but the body does) which expand to fit the width of the page. We were using a JavaScript plugin which... Categories Tech