Topic: image class question |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Louisville, KY |
posted 03-30-2002 14:39
Yo guys, couple questions for ya |
Bipolar (III) Inmate From: Berlin (almost) |
posted 03-30-2002 15:17
For the logo: Put a <div> in the place where it should be shown and set its width and height to the logo's width and height. Then, you add an ID to the div, like <div id="logo">, and in your style sheet file, you specify a background-image for that div, like #logo { background-image: url("mylogo.jpg"); width: 500px; height: 200px; }. |
Nervous Wreck (II) Inmate From: Louisville, KY |
posted 03-31-2002 01:47
thank you for your time |
Maniac (V) Inmate From: under the bed |
posted 03-31-2002 04:04
I think you'll need to post a link so we can see both the code (in its entirety) and the effect on the page. |
Nervous Wreck (II) Inmate From: Louisville, KY |
posted 03-31-2002 06:01
Hey DL, I've been stalking err, watching you for a long time |