- Ruthsarian :
- Layouts :
- Labs :
- Blog :
- Contact :
February 03, 2006
Negative Margins On ALA - 2
Having taken the night to hash over in my head the "holy grail" ALA article I've decided I missed or understated the key point of the article.
It's minimalist markup.
The ALA article layout is doing a 3-column, source-ordered layout with 3 less DIV containers than skidoo too. Now at least 1, but really 2 of those DIVs are there for visual purposes only (adding in a border, padding, etc...) but the fact remains it is heavier on extra markup.
I've toyed with minimai markup before and think I might have to take another go at it.
One thing I run into is trying to (ab)use the body element by having it play the role of page wrapper doesn't really work. IE5 and earlier put the scroll bars for the page on the INSIDE of any borders added to the body element. This means a 200px right border on the body element puts the vertical scrollbar 200 pixels from the right edge of the screen. Now I can see some interesting, experimental uses for doing something like that, but for the layout strucutre I want that simply won't do.
So I'll need to toy around a bit. I'll post anything I put together.
Post a comment