On 13 Oct 2005 Alan Little wrote in alt.
www.webmaster
> The only problem is that my drop-caps sink. The first one on the page is
> properly lined up, but subsequent ones get lower and lower.
Try playing around with vertical-align:
..Cap:first-letter {
font-family: georgia, times, serif;
vertical-align: inherit;
font-size: 250%;
}
--
D?