I have a CSS layout problem. View http://www.ttownsound.com The 4-125 ad block shows up fine in Firefox (to the right) and in the middle of the header in IE7. I'm sure it's a float bug that I can't fix after hours of trying. Any help is appreciated!
Try using values in px instead of % also try using display:inline; instead of float, well its hard to tell what you are doing wrong without seeing the actual code
i agree use relative position and if u have something inside it then use position absolute.. always try to avoid float this creates major problems in cross browsers compatibility