View Single Post
  #4 (permalink)  
Old May 2nd, 2008, 15:06
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 977
Blog Entries: 2
Thanks: 5
Thanked 19 Times in 17 Posts
Send a message via Skype™ to Aso
Re: dynamic column resizing

1. Check your ID's in your HTML match (remember they're case sensitive)

2. Check the function is actually loaded and the height value is correct - use;
Code: Select all
alert(newHeight);
at the end of your function. If you get no message box when you load the page, something's wrong with your onload function.

3. Using Firefox? Got Firebug or the Web Developer Toolbar? You can use these to check if there's an issue with your JavaScript.

4. This is the most useful - with the web developer toolbar you can view the generated source (the HTML generated with JavaScript) and see if your styles are actually being set.
Reply With Quote