|
Post by newbiedesigner on Aug 30, 2005 19:46:10 GMT -5
ok i need help now on the home page of this site were it says fourms names i dont know how to get it like to fade from black to gray not and animation just 2 difrent colors blended to like a fade if you can help plz do
|
|
|
Post by Bradley on Aug 30, 2005 20:03:16 GMT -5
You need a gradient and a code like this. There's two main ones. titlebg is one you wantm though you'll probably also want to have a catbg later. <style type="text/css"> <!-- .titlebg{background-image: url(URL TO TITLE BG);} .catbg{background-image: url(URL TO CAT BG);} --> </style>You can use this to make a gradient: theccworld.com/programs/gradsetup.aspxSelect "Hex Color" for A and B. Then select Black for one and a shade of Grey for the other. Make sure to save the image it gives you, upload it to a webhost and use that link, not the one to the image the generator gives you.
|
|
|
Post by newbiedesigner on Aug 30, 2005 20:19:39 GMT -5
ok thanks thats just what i was looking for but is their a way to do that with the board back ground?
|
|
|
Post by Bradley on Aug 30, 2005 20:24:50 GMT -5
Like on pokenoobs.com/ ? (it goes from black to dark blue) Yup, you just need a really big gradient then. Give me a starting and an ending color and I'll make it. The code for it: <style type="text/css"> <!-- body{background-image: url(URL TO IMAGE);} --> </style>
|
|
|
Post by newbiedesigner on Aug 30, 2005 20:27:57 GMT -5
i have the granit made i just needed the code thanks tho if it dont work i will get back to ya
|
|