2 replies
  • WEB DESIGN
  • |
Hi,
I have a gradient background and i want to know how can I slice it and use css to use the images as bg in an HTML document.

Please I really need this.
Thanks.
#backgound #css
  • Profile picture of the author Patrick
    You can add bg into the body through this..

    In your css file

    body { background: url('images/bg.png') repeat; }


    assuming that you have named that image bg.png and your images are in the images folder.

    You can slice it any proportion you want.
    {{ DiscussionBoard.errors[3800504].message }}
  • Profile picture of the author agentogel
    you can slice it using adobe image ready
    {{ DiscussionBoard.errors[3802702].message }}

Trending Topics