Re: [css-d] first-letter Replacement

2007-05-14 Thread Eileen
On 5/14/07, ~davidLaakso [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Is there a way to replace the P:first-letter pseudo-element with an image? trimmed Christian Ziebarth Anything is possible. Well, sort of. http://www.tjkdesign.com/articles/the_perfect_drop_cap.asp Not an

Re: [css-d] first-letter replacement

2007-05-14 Thread christianz
I don't see why you set the width to such a large value, but anyway, by CSS specifications, only a certain set of properties have an effect on a :first-letter pseudo-element, and width and height are not among them. Besides, you would need to write a separate CSS-rule for each initial

Re: [css-d] first-letter Replacement

2007-05-13 Thread ~davidLaakso
[EMAIL PROTECTED] wrote: Is there a way to replace the P:first-letter pseudo-element with an image? trimmed Christian Ziebarth Anything is possible. Well, sort of. http://www.tjkdesign.com/articles/the_perfect_drop_cap.asp Best, ~dL -- http://chelseacreekstudio.com/

[css-d] first-letter Replacement

2007-05-12 Thread christianz
Is there a way to replace the P:first-letter pseudo-element with an image? This is for if you want to replace the first letter of a document with a super-stylized cap image but still have the text show up if the image is not going to. The code I came up with works perfectly in Opera, degrades