Posted by mattg 1637 days ago
(http://mirificampress.com)
View profile
The HTML rendering model is based on boxes. Every element of a web page is a box set on a grid. There are limitations we've come to accept. One of them is the inability to build an overlapping diagonal navigation. Without using image maps and complicated Javascript, it's a task that seems almost impossible. In this article, I'm going to share a method I developed to overcome the problem.