|
User #342512 16 posts
Forum Regular
|
hey guys, I'm trying something that I'm not sure if it's possible or not. what I'm trying to do is put the 2 smaller pictures side by side on top of the main background, and still be able to type over them. each of the pictures will hold certain data and I'm not putting them side by side because there may be times when I only need one or the other, not both. is this possible using css ? I tried using background-position and div within div but none came out right. any help would be greatly appreciated |
reference: whrl.pl/RccByZ
posted 2010-Mar-13, 7pm AEST
|
|
User #166340 934 posts
Whirlpool Enthusiast
|
what I'm trying to do is put the 2 smaller pictures side by side each of the pictures will hold certain data and I'm not putting them side by side clarify |
reference: whrl.pl/RccBzr
posted 2010-Mar-13, 8pm AEST
|
|
User #342512 16 posts
Forum Regular
|
|--------------------------------------| | background pic 1 | | |--------------| |----------------| | | | bg 2 | | bg3 | | | |--------------| |----------------| | I'll be adding text over background 1 |
reference: whrl.pl/RccCoM
posted 2010-Mar-14, 12am AEST
|
|
User #166340 934 posts
Whirlpool Enthusiast
|
Experiment with this idea. Assign widths and heights accordingly
|
reference: whrl.pl/RccCqf
posted 2010-Mar-14, 1am AEST
edited 2010-Mar-14, 1am AEST
|
|
User #28959 245 posts
Forum Regular
|
body {
<div id ="#wrapper"> |
reference: whrl.pl/RccCCk
posted 2010-Mar-14, 7am AEST
edited 2010-Mar-14, 7am AEST
|