Ok, all sorted... it was new ElementMaxHeight(); which was causing the mess up.
I added that into the onclick="" bit, and works perfectly now :) Cheers Andy On Nov 25, 3:36 pm, youradds <andy.ne...@gmail.com> wrote: > BTW, you will have to load at least 2 of the tabs to see what I mean > (the content doesn't go down that far, so needs at least 2 tabs to be > selected before it will show the issue I'm having) > > TIA > > Andy > > On Nov 25, 3:30 pm, youradds <andy.ne...@gmail.com> wrote: > > > Hi, > > > Got a bit of a weird one here, and not sure how to fix it :/ > > > Basically - I'm using this code: > > > > > <table width="100%"> > > > > <tr> > > <!-- > > <td align="center" class="trip_header" > > width="100%" > > colspan="3"><a href="javascript: void(0);" onclick="jQuery > > ('#chichen_itza_plus').slideToggle()" style="color: white;">CHICHEN- > > ITZA PLUS</a> (click for more information)</td>--> > > > > <td align="center" class="trip_header" > > width="100%" > > colspan="3"><a href="javascript: void(0);" onclick="jQuery > > ('#chichen_itza_plus').slideToggle()" style="color: white;">CHICHEN- > > ITZA PLUS</a> (click for more information)</td> > > > > </tr> > > > > </table> > > > > > <div id="chichen_itza_plus" style="display: none;"> > > > > content is here > > > > </div> > > > The problem is, as you can see here (click on one of the headers in > > the main content area) > > >http://www.cancunandrivieramaya.com/new/chichen-itza.htm > > > ...you will notice the main "container" div doesn't get any higher (so > > all the content gets cut off after a certain point :/) > > > Anyone got any ideas how I can fix that? > > > TIA! > > > Andy > >