Previous Message
Next Message

first letter styling

Sent by Zoe M. Gillenwater on 14 October 2004 15:03


Scott Hamm asked me to send this to the list because he is having 
trouble doing so.
----

I'm trying to style first letter within span:

<h1>Deaf<span>Aviator</span></h1>

With css style as follows:

h1:first-letter {
	font-size:20px;
	color:#000;
	}
h1 span:first-letter {
	font-size:20px;
	color:#f00;
	}


Didn't work.  What is the workaround to this ?

----
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: