greenday45
Instructor
Hello, I'm somewhat new to javascript and I am completely lost on something. I have added a way to increase and decrease the font size of a page by clicking on different form buttons at the top of the page (The problem is, the page is layed out in a two column css layout and I have a piece of javascript that finds the longest div length and auto matches the background of the navigation div to the content div. When someone clicks to enlarge the text, it overflows over the footer and doesn't resize the page. What I tried to do was have the users choice get cookied and then have the page reload, making the matchColumns script re-run and fit all the text. This method seems to work in Firefox 2.0, IE7, Netscape 8 and Safari. It won't work however in Opera 9 or IE6. It seems that it's not holding the cookie and just reverting back to the default font size. Any help or direction is very much appreciated. If I've left anything out please let me know and I can get it to you as soon as possible. Thanks again