On 5/21/07, Rosemary Probert <[EMAIL PROTECTED]> wrote: > Does this mean it's a good idea to add display:block to all floated > images? Are there any drawbacks?
I have used this on various occasions with inline elements, like span, a for example, to be able to make navigations that would normally be built form images, to built from text with background images. This should be compatible right down to IE 5.0 and otherwise compatible with current browsers like IE6,7, Firefox, Opera and Safari. BUT, consider one thing, only try standard attributes of elements, if you really need too. There are alot of ways to solve layout problems. regards, Jens > > <div class="clear"><!-- --></div> Correct. > > Kind regards, > > Rosemary > > -- So long, and thanks for all the fish! ______________________________________________________________________ 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/
