Quote Originally Posted by Berserker View Post
Hello,

Tried re-arranging tabs, images etc. to achieve the same look as in khopek's website using CSS. Just wondering, is it better to use positioning (relative, absolute) or just float them around? Or should I use table instead?

Thanks...
I used floated divs to create what is essentially the same layout. Tables are not necessary.

In fact, if you look at Khopek's site with Firebug you can see how it can be done. My site is not publicly accessible yet, otherwise I'd give you a link.

cheers
Dave