|
I would put a height on #chartg so that it's the same height as the #name. You may have to adjust padding to make them appear vertically aligned.
Also, in Firefox, the #banner is not enclosing the 2 floated divs inside it, check your clearing.
In IE, I believe the problem is the <br> you're using to clear. In order to combat the default spacing on a <br> I use the following:
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|