PDA

View Full Version : Gradient bg



elwatie
June 29th, 2004, 02:20 AM
helo there,how to make gradient bgcolor in HTML?

mlk
June 29th, 2004, 03:53 AM
use a very large jpg image for your background, let say 2000x1 or 1x2000 pixels (which contains the gradient) then use that as a repeating background, trick is done =)

DDD
June 29th, 2004, 11:49 AM
yup just place this in your BODY css background-image: url("yourimage.jpg");

You may not need the quotes