PDA

View Full Version : Possible Background Design


morrisdan1
02-11-2007, 02:04 PM
Hi,

I'm looking into the possibility of having someone design a small background for me to put on the top of each page in my website.

And that the top of the page should look something like the top of the following page:

http://netprofitstoday.com/_resources/pay-per-click-search-engines.html

You know, perhaps something kind of bright and metallic ?

And here's the catch, I'd like each top to be that of a different color, for instance yellowish if the theme's of the page is yellow and so forth.

Here's a link to my current site where I'd like the new top to be placed in:

http://www.dansbanners.com/

Anyone ? Thanks !

Matt
02-12-2007, 11:39 PM
Should be easy enough to do, probably with CSS. If your pages were dynamic, it could as simple as an include with the included script specifying the header color based upon the URL. If keeping page names the same is essential (i.e. they must remain static HTML, I think you'll have to hard-code the CSS value for each page, e.g.:
<h1 class="blueheader">...</h1> and then the CSS would be as simple as specifying the properties of "blueheader."

-Matt