Yes - in line 35, delete:
body{overflow:hidden}body{overflow:visible;margin:3px 8px 0}
Change:
body{margin:3px 0 0} to body{margin:3px 8px 0}
There isn lots of CSS countermanding other CSS, such as
panel{position:absolute;top:0;left:0;z-index:2} over-ruled by
#panel{position:relative;float:none;width:100%}
and lots of styles that are not used in the page, such as
panel{position:absolute;top:0;left:0;z-index:2} over-ruled by
#panel{position:relative;float:none;width:100%}
Also, the space bar is not a layout tool - spaces do NOT have a fixed width,
so the layout will change from browser to browser, user to user. - look for
groups of which should be replaced by margins and/or padding.
There are several useless styles - valid, but useless. How does a browser
render "margin-bottom:.0001pt" 1pt is 1/72 of an inch, so this represents a
very, very small fraction of a pixel. Word adds a lot of styles that are
only useful when printing the page.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp
Reply only to group - emails will be deleted unread.