Categories

Thousands of experts bid on your personal project at ScriptLance.com

Capitalize letters using CSS

This example shows how to use CSS to capitalize letters.

<html>
<head>
<style type=”text/css”>
p.capitalize {text-transform: capitalize}
</style>
</head>
<body>
<p class=”capitalize”>
capitalized letters in a sentence
</p>
</body>
</html>

Bookmark It

Hide Sites

$$(‘div.d14′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });