View Single Post
Old 05-03-2006, 04:46 AM   #4 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 701
DJMaze is on a distinguished road
or even shorter
Code:
background: transparent url('circle.gif') no-repeat fixed center
Another trick to make one kind of form tag a special design is like:
Code:
<head>
<style type=”text/css”>
input["submit"] {text-weight: bold}
</style>
</head>
<body>
<form>
<input type="submit">
</form>
DJMaze is offline   Reply With Quote