I didn't see any problem, other than the fact that some layers would not
initially display where they belonged, but as soon as the page finished
loading, they jumped to their correct positions. After that, nothing moved.
The site is using absolute CSS positioning to position the layers, and they
will not move.
Now, if you're concerned about the fact that they start out in a different
location, there's not much you can do about that. The initial position is
going to be based upon the rules of HTML, which means that the layers (which
are HTML divs) will appear in the order in which they appear in the HTML,
until the CSS puts them where they belong.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
"michaelangelo" <(E-Mail Removed)> wrote in message
news

A9CA3C8-C135-4B5B-800E-(E-Mail Removed)...
> My layer layout is moving on some newer computers, someone suggested I use
> the tables layout, so I am willing to make the changes, but I have alot of
> pages to change. Is there any way to lock them in place where they are
> located?
>
> See www.theroofmasters.com it seems to only happen on new computers, and I
> have the latest browser, but I am missing something in my design.