CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.
This would work well in any browser if we leave in a perfect world :P
I am pretty sure it doesn't work on IE6, but it might work on any other web browser following the CSS2.1 standards.
I tested it in IE7, and the first letter is centered vertically with the first line; so it doesn't work exactly. You can change it with line-height though (line-height:25px;), it corrects the positioning (in Opera 9 as well) and doesn't effect FF.
[Here is another example of Drop Caps that I use.] (http://www.mandarindesign.com/dropcaps.html)
Does anyone know if this works in IE 6 or IE 7?
I tested it in IE7, and the first letter is centered vertically with the first line; so it doesn't work exactly. You can change it with line-height though (line-height:25px;), it corrects the positioning (in Opera 9 as well) and doesn't effect FF.
[Here is another example of Drop Caps that I use.] (http://www.mandarindesign.com/dropcaps.html)
Won't work in IE6 since it doesn't support those pseudo-classes. Should work in IE7.