Jump to content


gradient background


2 replies to this topic

#1 ::WebCreate::

    Young Padawan

  • Members
  • Pip
  • 177 posts
  • Gender:Female
  • Location:a not so great place...

Posted 06 September 2007 - 07:15 AM

Hi,

I would like to have this gradient as a background in a web page:
Posted Image

How do I go about making a background like this without it tiling if the window is opened larger.

#2 ::WebCreate::

    Young Padawan

  • Members
  • Pip
  • 177 posts
  • Gender:Female
  • Location:a not so great place...

Posted 06 September 2007 - 10:25 AM

found a way :blink:

#3 Not Dan

    Young Padawan

  • Members
  • Pip
  • 45 posts
  • Gender:Male
  • Location:UK

Posted 06 September 2007 - 10:29 AM

Select a column only 1 pixel wide. Save the picture and upload it. Then in your CSS:
<style>
body{
background-image:url('linktopicture');
background-repeat:no-repeat;
}
</style>
That should work.

EDIT: Damm I was too slow

Edited by Not Dan, 06 September 2007 - 10:29 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users