I’ve been working with modal boxes using Twitter Bootstrap. And the page I’m working on needs to be viewed in mobile devices. The modal looks nice and centered when viewed on desktop, but when run in mobile web browsers, it’s aligned to the top. Someone on StackOverflow suggested the use of a helper div plus […]
css
Wrapping text in table cells and DIV tags
I’ve been doing research on how to wrap texts. First solution I found was giving the CSS property word-wrap the value break-word: word-wrap: break-word But this didn’t work in Firefox.