Topic: css multicolor background |
|
|---|---|
| Author | Thread |
|
Paranoid (IV) Inmate From: Santo Domingo, DN, Dominican Republic |
posted 02-11-2008 02:58
Hello there: |
|
Paranoid (IV) Inmate From: Norway |
posted 02-11-2008 08:03
|
|
Paranoid (IV) Inmate From: Santo Domingo, DN, Dominican Republic |
posted 02-11-2008 15:34
quote:
|
|
Paranoid (IV) Inmate From: Norway |
posted 02-11-2008 16:12
|
|
Paranoid (IV) Inmate From: London |
posted 02-11-2008 16:49
How unnecessarily confusing, two FAQs called CSS... |
|
Paranoid (IV) Inmate From: Santo Domingo, DN, Dominican Republic |
posted 02-11-2008 17:04
I'll upload tonight a sample of what I want to acomplish. |
|
Maniac (V) Inmate From: there...no..there..... |
posted 02-14-2008 18:45
so for your background of your content, it would have one color, the div containing the logo would have a different color and the credits would have something different as well. code: content{
background-color:#FF0800;
}
#logoDiv{
background-color:#00FF00;
}
#creditsDiv{
background-clor:#0000FF
}
|
|
Lunatic (VI) Inmate From: under the bed |
posted 02-14-2008 19:16
This sounds like a serious case of RTFM. |