|
Post by Your Worst Nightmare on Dec 18, 2004 18:20:50 GMT -5
How would I go about putting an image/graphic in as the background of the title bar?
|
|
|
Post by Bradley on Dec 18, 2004 18:51:29 GMT -5
How would I go about putting an image/graphic in as the background of the title bar? For the title bar you only need the titlebg line. <style type="text/css"> <!-- .catbg {background-image: url (URL OF YOUR IMAGE HERE);} .titlebg {background-image: url (URL OF YOUR IMAGE HERE);} .menubg {background-image: url (URL OF YOUR IMAGE HERE);} .windowbg {background-image: url(URL OF YOUR IMAGE);} .windowbg2 {background-image: url(URL OF YOUR IMAGE); } .bordercolor {background-image: url(URL OF YOUR IMAGE); } .welcomebg {background-image: url(URL OF YOUR IMAGE); } --> </style>
|
|
|
Post by Your Worst Nightmare on Dec 18, 2004 19:33:06 GMT -5
Ok. Thanks again!
|
|