Hi,
Have you tried wrapping the "Cui" part in a span, em or strong element and
styling that element?
HTML:
<h1 class="header">C'est <span>cuit</span></h1>
CSS:
h1.header {
color: #f00;
}
h1.header span {
color: #ccc;
}
Please note that the font tag is deprecated in xhtml (visual presentation
needs to be dissociated from the content), and nobr is not really standard
either (though it makes for lack of white-space:nowrapsupport in IE).
Hope that helps.
--
Goulven Champenois
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---