Topic: CSS and Title images (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Houston, Texas |
posted 10-13-2002 04:02
www.dfpunk.com/ code: <html>
code: #Header_01{
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-13-2002 04:08
First of all, you're using CSS inneficiently. When you have multiple things with the same style, use a *class*, not an *id*. For instance, use this HTML: |
Bipolar (III) Inmate From: Houston, Texas |
posted 10-13-2002 04:43
It Works. I wonder, how could i get the images to change for different resolutions |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-13-2002 04:58
Hmm, that would require javascript, unless you're content with specifying the images to be 100% width of the divs, and the divs a percentage width of the body (the containing element). |