CSS, Images and Backgrounds
Creation Robot random header image

CSS, Images and Backgrounds

March 4th, 2004 · No Comments

Added a mini robot logo to the CSS; first time I’ve added a picture using CSS. Didn’t take me very long to draw so no doubt I’ll be redoing it some time soon. For the eagle eyed it’s a mix of influences from bomberman and gir.

Here’s how to do the CSS image:

your CSS file

background: #fff url(whatever.com/image.gif) no-repeat top right;
border: 0px solid #000;
width: 70%;
}

The position can be any pair of top, right, bottom and center, in no particular order. You can also replace no-repeat with repeat-y or repeat-x.

  • Digg
  • del.icio.us
  • Facebook
  • Live
  • Spurl
  • StumbleUpon
  • Reddit
  • Technorati
Tags: art, creationrobot

Category: Writing

Related Posts:

Download whole websites
 
 ......  
 
Images!
 
 ......  
 
50 ways to become a better designer
 
 ......  
 
Best Image Plugin For WordPress
 
 ......  
 
Underground Lakes and Rivers
 
 ......  
 
*Drops to knees* Damn you IE, damn you all to hell
 
 ......