:first-letter
How do you align :first-letter ? In firefox a big first letter is aligned way to low by default.
You can use the vertical-align property , such as:
Code:
p.first:first-letter {
font-size: xx-large;
font-weight: bold;
vertical-align: baseline;
}
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in
Nation
eBookworm.us
thx
vertical-align:-10px;
doesnt work in ie
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks