Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
First of all, the reason you can't resize anything on that site (other than the intro page) is because the site was done in Flash, not vanilla HTML.
Second, that's not a site you should copy any design ideas from, because if it were really working for the owners there wouldn't be keywords stuffed into a hidden span.
Third, learning how to hand-write code is the smartest thing you can do, and once you figure it out, the need for a useless POS like Dr*amw*av*r will be minimized.
Fourth, it really depends on what you're trying to accomplish as to whether positioning vs. floats is necessary. Floats, for the most part, are the way to go: however, certain elements can require absolute/relative positioning. The only way to get an answer to your question will depend on what it is you're trying to do. I personally use both all the time: I absolutely position header elements, and sometimes menus, since they're the last thing on a site that needs to be displayed (after content, etc.), and it works fine, just fine.
|