Camel Case
by Brian Tapley on
July 20, 2007
Avg Rating
3.7
(6)
|
Log in to rate post.
Tagged with
whitespace camelcase ,
Explorer 6.0 ,
Explorer 7.0 ,
word-spacing ,
Safari 1.0 ,
Explorer for Mac ,
Firefox 1.0 ,
Explorer 5.0 ,
Safari 2.0 ,
Opera 7.x ,
Firefox 1.5 ,
Explorer 5.5 ,
Opera 8.5
Problem
Visually combine words in "CamelCase" while retaining their meaning.
Solution
Use word-spacing.
Detailed description
<style type="text/css">
.camel-case {word-spacing: -.5ex }
</style>
<span class="camel-case">Cold Fusion</span>
Result is: ColdFusion
Text ID:
CAMEL_CASE
Comments ()
To add a comment, please
Log in.