Frank Burleigh wrote:

> http://www.law.indiana.edu/alumni/index_.shtml

> In the callout box on the first page, it would be better if the h2 could 
> consume the full width of the callout box.  But it can't because the 
> floated image consumes space even if it's given top margin that visually 
> moves it below the h2.


Add padding-top of 1.5em to the container .callout, then move the h2 
back with margin-top:-1.5em

This will not work in IE/Win + IE/Mac; IE will not realign the text. 
Does not look too bad.

The floating image on your page needs display:inline to prevent the 
doubled margin bug on floats.

Do not use pt for font-size.
Validate your code.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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