Hello there
I merely have a easy question to consult, how are that backgrounds that include a gradient created is he / she simply a big image set as being the background would this specific not drastically influence speed!
The green during this site for model:
http: //www. wcdarchives. com/bluffgear/
I would like to know how when post shrink the window gradient still stays intact is this some kind of html
Regards
i think he / she just creates and image that’s the size of the sides after which you can puts it during each side with the table in the middle. This is probly how We would do it!
I dont think so the reason when you resize the particular window the impression changes cant learn how to word what i am talking about
here’s your image
http: //www. wcdarchives. com/bluffgear/images/bg. gif
check the code to determine what he does with it
This is extremely easy to accomplish:
just create an image using a gradient of a color within your choice. It only need to be like 10px extensive max, to keep your filesize down, as well as height is just contingent on how gradual you wish the color in order to change. Take a review of my image (Karinne offers provided a url to it above. ) for an idea.
Others in the industry is done along with simple CSS:
human body background: #8DC181 url(images/bg. gif) bottom left fixed repeat-x;
Note: The background color need to be the same color as the top line of pixels of the gradient image, to stop a ugly looking line where a person’s image ends.
I see when i dont know a great deal css so thats good info im sure ill use something similar inside a upcoming project
You can eliminate you file size extremely! You only absolutely need a 1px wide image to generate this trick operate. And make sure you url to the css code compared to hard coding your current css file upon every page:
< head>
< connection href=".. /my_css_code. css" rel=" stylesheet" type=" text/css" >
< /head>