I am trying to create a site using AJAX page/link handlers, but I have coming across a few problems while implementing it.
Take a look here:
Welcome to Think Belize
In FF my issues are:
1) the page will not expand with the content. the Content ends up spilling over both the right and bottom of the page.
2) The default content just ends up getting pushed down iand s displayed below the desired content instead of being hidden.
In IE my issues are:
1) The AJAX doesn't work on pages that have proper content (Works when I strip <p> and <h> HTML tags)
2) On longer pages the content background does not extend (fixed on index.php, but not on /list/results.php, and can't figure out why.)
Any insight into why this is happening??
Thanks in advance.
Rob