I have the following URL: WebsiteWhat I am looking to do really is float the Weather DIV on top of the page just like it is now, but when i expand or collapse it, it just floats on top and does not push any of the contents down. How do I achieve it?My weather DIV CSS:\[code\]#weather { margin: 0 auto; padding: 0; width: 177px; font: 75%/120% Arial, Helvetica, sans-serif; top: 0; position: relative; z-index: 999999999;}\[/code\]