I am trying to do a FF drop capital. Containing the first letter in a span
works but I would prefer a p:first-letter approach. I have seen some
discussion on this before but I did not find a solution. 

 

The issue is that FF seems to ignore line-height when in a first-letter.

 

Is there a solution?

 

For those interested this is the IE solution

 

p.storyIE{

     border-top: 1px solid #C0C0C0;

     margin-top: 0px;

     padding-left: 200px;

}

p.storyIE:first-letter {

    float: left;

    font-size: 2.73em;

    height:.6em;

    line-height:.88em; 

    margin-top:4px; 

    margin-right:1px;

}

 

 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to