/ Published in: HTML
Expand |
Embed | Plain Text
h1 { font: bold 330%/100% "Lucida Grande"; position: relative; color: #464646; } h1 span { background: url(gradient.png) repeat-x; position: absolute; display: block; width: 100%; height: 31px; } <!--[if lt IE 7]> <style> h1 span { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gradient.png', sizingMethod='scale'); } </style> <![endif]-->
Comments
Subscribe to comments
You need to login to post a comment.

I'm not quite sure on what to use this for, or how to set up the gradient.png file.
Could you add some information in your description?