Topic: Page layout goes askew when window is resized

Hi all -- one of my sites is driving me nuts with this problem:

-- when window is resized in certain browsers (IE7, and ... ?), the page elements go askew.
-- i was able to fix this with the following code:

<script  language="javascript"  type="text/javascript">
function Reload(){
    window.location.href = window.location.href
}
window.onresize = Reload;
</script>

-- but it only worked in some browsers and in others caused flashing and other problems that kept the page from loading at all so I removed it.

Any help is appreciated!!
Site in question is wsda .org


As a side note:
I am currently looking for a developer to hire on an as-needed basis, skills I'm looking for include css and JQuery, and I often work using the Squarespace CMS platform (squarespace .com). Let me know if you're interested!!

Vote up Vote down