Chris Ladd Wrote:

h2 {
         display: inline;

Hello,

Have you tried this Chris, and did it work? Because according to the rule 
book it shouldn't.

Display inline only changes the way an item is displayed in the client 
agent, not what it is. EG <P> is a block element, H" is a block element, and 
as <P> is a weird block element that can not contain another block element 
this should not work.

One way of emulating this is to use an true inline element <span> is a good 
choice and style it.

.first {
Font-family: ariel
font-co;or:#oooo
font-size:120%
}

Or whatever, that should work.... (Not Tried it, but see no reason it would 
fail) Maybe some could confirm that...

Kind Regards

GM)

########################################
To Style with css just be dumb and inventive
Dumb because I/E is and Inventive because FF is////
#########################################

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to