Georg wrote, in part,

        ... there's also some differences in how the 
        latest browsers position 'first letter' drop-caps. 
        Nothing major, just a slight height-difference...

        So I ended up with something like this:

        p:first-letter {
        float: left;
        padding: 0 .1em 0 0;
        font-size: 3.2em;
        line-height: .7em;
        margin: .02em -.06em -.2em;
        }

        ...that is "tuned" across browser-land.

Wow -- your version looks a LOT better than mine!  I will gratefully use
your "tuning" instead, and thanks!

On my system, I did indeed see height differences between Firefox and IE6,
but they didn't bother me too much.  I still see those differences with
yours, the drop-cap in FF being noticeably lower than in IE6, but if I'm
understanding you correctly, there was an even bigger difference before in
Opera and Safari, and this "tuning" makes them closer to FF and IE.  Is that
right?

Thanks again!!!

Charles


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to