Brent McNeal wrote:
> <http://www.cade1.com/tallahasseenurseries/test2.html>

> There are some obvious problem in both Mozilla and Firefox, but I am 
> making progress!

You've triggered the 'em font-resizing bug' in IE, described - with
fixes - here...
<http://www.gunlaug.no/contents/wd_additions_13.html>

Moz/FF will do better with this correction...

#maincontent
{
text-align: left;
/*width: 400px; delete this line */
padding-top: 50px;
background: #fff url(images/welcome.jpg) top center no-repeat;
}

...and this addition may also help...

br.both {clear: both; font-size: 1px; line-height: 0; height: 0;}

<div id="mainphoto">
<img src="images/flower3.jpg" width="545" height="289" /></div>
<br class="both" />
<div id="sidebar">


regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to