Viewing 3 replies - 1 through 3 (of 3 total)
  • for instance, in their style.css, they are using a thin vertical image as background and repeating it horizonally (repeat-x) to make the gradient at the bottom of the blog:

    #page{background:transparent url(images/bg.png) repeat-x center bottom;}

    if you don’t have it already, get the developer add-on for firefox and the firebug – great tools to have a look at the structures of css and html and for debugging.

    Thread Starter 19thstep

    (@19thstep)

    Thanks for the help, what I’m really curious about though is the gradient at the top of the site which isn’t repeated horizontally!

    It’s an image created specially for this purpose.

    Peter

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How can I add a gradient background? CSS?’ is closed to new replies.