OPI Blog
Learn from experts in their fields

Browsing Tags: layout

Jul 27, 2021
Getting Started with CSS Container Queries
For as long as I’ve been working full-time on the front-end, I’ve heard about the promise of container queries and their potential to solve the majority of our responsive web design needs. And, for as ...
Jul 14, 2010
Dojo Layout Tips
Dojo has gone through much work to build a nice set of widgets to help with the layout of your web applications.  They currently have many different layout managers.  From the highly usable dijit.layout.BorderContainer, to ...
Aug 24, 2009
Floating DIV’s are tricky
A page layout using DIV’s are much more flexible than a table layout. However, I often went back to using tables because it seemed more stable across different browsers. After spending some time researching how ...