Quote:
|
Originally Posted by Brian
|
Yes xaraya is very nice and all, but not the kind of layout I want.
Looking through thier CSS I can see a lot of direct pixel manipulation and margins are still being used to move things around, whereas I think margins should be for ensuring space between neighbouring elements.
Correct me if I'm wrong on the xaraya CSS.
And don't you think that setting a margin-left: 200px; is a round about way of positioning something?
Perhaps I'll have to look to absolute positioning using relative units and %'s.
There's still the mixup of the IE box-model though

- I saw the box-model hack used in the xaraya css a few times, I hate using hacks!