Here’s a simple layout designed using div tags. See Example >>
I split up the entire layout into Divs and named them as North, East, West and South. Used ‘North’ as a “Class” and the rest as “IDs”. Realized that for “Overflow” to work, height of the div needs to be defined in fixed units.









[...] Solution : Realized that by default, all secondary Divs (ones on the east) need to be hidden. [...]