Previous Message
Next Message

Metallic website

Sent by Matthew Ohlman on 21 June 2005 15:03


Hi Greg,

If you have a good graphics editing program like Adobe Photoshop, you 
can create a very long and skinny image, like 2000px by 25px, and then 
use the gradient tool to make the gradient.  Then by using CSS put this 
as your background image and make it repeat horizontaly, like so:
 
body {
    background: #000;
    background-image: url('background.gif');
    background-repeat: repeat-x;  

}

Hope this Helps,
Matthew

Greg Morphis wrote:

>A friend of mine would like to see his site look like the attached..
>The header is easy becase its a solid color, heh, but can someone help
>with the metallic look of it? Is it possible?
>
>Thanks!
>  
>
>------------------------------------------------------------------------
>
>______________________________________________________________________
>css-discuss [EMAIL-REMOVED]]
>http://www.css-discuss.org/mailman/listinfo/css-d
>List wiki/FAQ -- http://css-discuss.incutio.com/
>Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>  
>
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: