English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can someone tell me how to make this image into a css that will look good using photoshop and dreamweaver? Thanks a lot in advance.

www.milemarker9.com/background.jpg

2007-10-30 10:33:06 · 3 answers · asked by B 1 in Computers & Internet Programming & Design

3 answers

make it one pixel wide.
use

body
{
background-image:url(http://wherevertheimageis);
background-repeat:repeat-x;
}

be aware though that some browsers don't understand CSS very well and will ignore any CSS applied to the body tag (isn't that mean?) So you can always use.

.bodyContainer
{
background-image:url(http://wherevertheimageis);
background-repeat:repeat-x;
}

and wrap the entire page in (directly inside the body tags)


this is the content of the page

2007-10-30 10:40:23 · answer #1 · answered by lansingstudent09101 6 · 0 0

It has been my experience that there are hundreds if not thousands of advertising and marketing companies as well as graphic artists out there that hire coders and programmers to do exactly what you are asking here.

The adding of a background in CSS is actually very simple and you should be able to find hundreds of online resources to do it yourself.

However if you were looking to have someone do all your websites coding you would be best to hire a professional especially if you are looking for custom programming.

2007-10-30 17:40:28 · answer #2 · answered by Kevin 4 · 0 0

You don't make images into CSS.

CSS is for formatting HTML.

2007-10-30 17:38:08 · answer #3 · answered by Wundt 7 · 2 0

fedest.com, questions and answers