|
coreybryant -> RE: Layout-Layer position issue (4/9/2008 16:37:46)
|
Unfortunately, this makes one believe that you can design a website, but in my opinion, a website is developed with code. I did not take a look at your site - but chances are pretty good that each <div> is absolutely placed. This will cause problems - some of them you have already ran into. If you do not like tables to develop your website and you are going to rely on <div> and CSS, chances are better that you let the elements fall into place as the browser loads your document.
|
|
|
|