Topic: positioning images over repeating bg with html/css (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 10-21-2005 17:24
hey guys, working on a site that has a repeating angled striped background, a square content area is centered on the page and has rounded corners and a light drop shadow. i've managed to get everything aligned in the header and content areas using css positioning for the background (centered at top and then repeats) but the problem happens when i hit the bottom of the content area: |
Paranoid (IV) Inmate From: France |
posted 10-21-2005 17:36 |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 10-21-2005 17:39
well, transparency isnt working because the shadow creates a blurry solid color area around the image unfortunately, would PNG be any different than gif in that respect? and unfortunately, while i'd love to ditch IE entirely that's what most of our clients use |
Maniac (V) Inmate From: under the bed |
posted 10-21-2005 18:14 |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 10-21-2005 18:39
gotcha, i'll have to look into it more. it looks like i'm going to set the cell at a fixed height and set a css scrolling property to scroll within it, not ideal but it works for this application. |