Hi there noobster,
this is the code that I tested successfully...
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>text-transform:uppercase test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.contenuNews {
font-weight:bold;
font-size:48px;
color:#D53B00;
text-align:left;
width:500px;
text-transform:lowercase;
}
.contenuNews:first-letter {
text-transform:uppercase;
}
</style>
</head>
<body>
<div class="contenuNews">tHIS IS A TEST</div>
</body>
</html>
See if it works for you. 
coothead
Bookmarks