OutFront Forums
     Home    Register     Search      Help      Login    

Sponsors
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

 

First letter as a drop cap

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets and Accessibility >> First letter as a drop cap
Page: [1]
 
 
edalzell

 

Posts: 1
Joined: 10/20/2003
Status: offline

 
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

 

Posts: 2625
Joined: 3/17/2002
From: Castle Rock CO USA
Status: offline

 
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!

_____________________________

Corey R. Bryant
My Merchant Account Blog | Expression Web Blog

(in reply to edalzell)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets and Accessibility >> First letter as a drop cap
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts