You guys (and gals) are da bomb! I'm embarrassed to realize that the sample 
subheading ("<h2>Subheading</h2>") was still in there invisibly. LOL...
 And the width-fix worked perfectly. Hooray! Thanks a ton...
    -------------------------------------------
 Mark Wilson, Computer Programming Unlimited
 Web: http://www.cpuworks.com/
 Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
 Our motto: "Getting the Job Done"   
 -----Original Message-----
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wed, 21 Feb 2007 2:12 PM
 Subject: Re: [css-d] Layout help needed
 
  [EMAIL PROTECTED] wrote: 
 > Problems: 
 > Firefox: 
 > 1. The content (beginning with the "item_title" "Saturday Long Run") is not 
 > at the top of its div. It should be even with the top of the "Coach's Tip" 
 > box. 
 
 As jeffrey said, you have a white h2 element on a white background forcing 
everything down. 
 
 > 2. The "Coach's Tip" heading ("tip") is not at the top of its div. 
 > 
 I found I could fix this by explicitly setting the padding: 
 
 h3 { margin-top: 0;} 
 
 > IE6: 
 > 1. The content (beginning with the "item_title" "Saturday Long Run") is way 
 > down, not starting until after the material in the left column has finished. 
 
 I think it's the 100% width in the #content rule, one I commented this out it 
looked fine in IE(7) and Firefox, didn't test in anything else. 
 
 > 2. Once it moves up, I'm sure the content "item_title" will still be low. 
 Same problem as with Firefox, your invisible h2 content. 
 
 Rob 
   
________________________________________________________________________
Check out the new AOL.  Most comprehensive set of free safety and security 
tools, free access to millions of high-quality videos from across the web, free 
AOL Mail and more.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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