Hi, Just quickly having a peek at your code, you have a lot of tables in there and the main table does have a fixed width which may not be allowing the float of the div container or may be forcing it to drop down as your seeing.
Easiest tweak I did was just to add another <td> element at the end of your table (before the </tr></table>) for your div container. <td>YOUR DIV HERE</td> </tr> </table><!--END SpContent--> See if that helps :) Cheers! Vision Jinx On Aug 10, 2:52 am, Elizabeth <[email protected]> wrote: > Hi there, > > Thanks for your response. > > Here is a link to the page:http://ibforum.yourmembership.com/?membernews > > I've checked my CSS and I don't think I have any "clear: both" that > would effect this, but some of the CSS is generated by the system (its > an off-the-shelf cms) so perhaps this is causing the issue. > > Thanks, > Elizabeth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
