Jump to content

Page layout goes askew when window is resized


vuela

Recommended Posts

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:

 

function Reload(){

window.location.href = window.location.href

}

window.onresize = Reload;

 

-- 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!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...