I'm trying to design a site layout, and I'd like to use layers.
In your opinion are they a good idea?
Does it hinder the site, the loading time, etc if you use loads of different layers?
What do you think?
I used to use layers for my diary, and then received complaints that it looked a mess as the layers did not work on a Mac. So unless there's something you can use for it to work on all browsers I would suggest not to use if possible and stick with tables.
It will also depend on your intended audience.
My 2 cents worth.
M xx
__________________
"Imagination is more important than knowledge" A. Einstein's 'Twin Paradox'
__________________ Vladdy | KL "Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"
AFAIK absolutely postioned divisions load faster than anything else because the browser doesn't have to read the whole page to decide where the div should go. As soon as it reads it, it dumps it in place.
...and if you want to shift a block of text in the center of your page, you don't need to worry about how the rest of the table will be affected. Tables might be a bit easier at the outset, but they're a real pain to revise.