Richard Tolpin wrote: > > > http://www.wildstufftogo.com/reference6.htm > > > If you notice problems in > this example that will cause me grief later on, please let me know. > > > Dick Tolpin > >
If you really bang font-scaling (try +3 or +4) the right float does not clear the headline (#pusher) beneath it. <span id="pusher"> Here's the details...</span> The span element includes only what is inside it. If you change #pusher to h4 in the CSS and replace <span id="pusher"> Here's the details...</span> with <h4>Here's the details...</h4> it will have width and the right float will clear. When you set text on top of images you need to ensure that type and those images accommodates power users... -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
