.node-type-blog_entry .content-inner p:first-child:first-letter {
font-size: 3.2em;
float: left;
line-height: 0.8em;
padding: 0 2px 0 0;
color: #624D43;
font-weight: bold;
position: relative;
left: -3px;
}
and the HTML (as rendered by Drupal):
<div class="node-type-blog_entry" > ... <div class="content-inner"> <p> <img ... />My text here. </p> <p>etc, etc.</p>.
The drop cap is rendering in Chrome 13 and IE 9, but not at all in Firefox. Is there something about the way I have set up the specific element that Firefox doesn't like?
Thanks in advance...


Sign In
Create Account

Back to top









