Why won’t my scrollable box scroll? How to fix horizontal scrolling within a flexbox.
Category Archives: CSS
Page reloading on form submission in IE10
I recently installed IE10 for Windows 7 and naturally the first thing I did was check how my sites looked with it. Pages were loading in IE10 standards mode and it was great to see new CSS3 features supported. All seemed to work fine, until I tested the search form on one of the sites…
Getting vertically-aligned
Vertical-align is a pretty useful property at times, but could easily be assumed to align any element centrally, but there’s a catch. You wont be able to align just any element with this property – it will only work on inline elements.