Yep css…

Yes, I’m working on the CSS on this site. The style part is fairly easy to handle. The problem is layout. I need to figure out a nice layout and get both IE and FireFox to agree.

All of this is not that surprising, though. Layout has been an eternal problem with HTML/Web. The people who designed this stuff couldn’t get things right in this dept. I mean if graphics API’s were this way, people would have complained loudly. Example. When you define the width on a rect, it is not enough to just say width: 600; and assume that the width will be 600. You have to mentally include the margins as well as the padding. Crazy!

Oh well, at least the syntax is nice and easy.

This entry was posted in General. Bookmark the permalink.