Link to home
Start Free TrialLog in
Avatar of atljarman
atljarman

asked on

JQuery Page Resize not firing correctly

Hi,

I have another question related to correcting the CSS of the right border being fixed as apposed to moving with the page.  This question is more about the firing of the JQuery that rebuilds the header and repositions the main content above the left navigation when the page is resized.  what is desired is that when the user drags the page size to the right the page resizes and the main body content will go before the left navigation.  Right now, it does that it is just that you have to first drag the content all the way to the right before the value is refreshed.  Its almost as if the variable for the page width is not reset until the page width is less than 480 px wide.

Here is the page where the code is posted: http://www.usphs.org/default3.aspx
SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of atljarman
atljarman

ASKER

Ok thanks for that tip.  I went therough and corrected all but three errors that I couldn't correct still with the issue.  The on load event isn't firing but when you resize the screen it works as intended.  Http://www.usphs.org as the other page was deleted.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Solved my own question.  Issue was not related to expert comment although the Expert's comment was helpful in other ways.