First letter as a drop cap (Full Version)

All Forums >> [Web Development] >> Cascading Style Sheets



Message


edalzell -> First letter as a drop cap (10/20/2003 1:22:43)

I am having some difficulty getting the first letter in my blog to be a drop cap.

I think this:
div:first-child p : first-letter {
...relevant CSS here
}

should work, but it doesn't.

Any ideas?




coreybryant -> RE: First letter as a drop cap (10/20/2003 6:38:09)

Welcome to the forums edalzell.

What is the relevant CSS?

But I think you are trying for this:

<style>
div.first-child:first-letter
{
color: #FF0000;
font-size: 200%;
}
</style>

It would help if you post your code so that we could see it. Thanks!




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.046875