So how can I get that image to go under the content box? Z-index's dont work in IE?
z-index is the reasom for a lot of trouble in IE...
create the grey box with CSS using a background color and diff. borders
Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 619
5660 credits Members referred : 0
www.dg9.org
« Reply #4 on: Feb 07, 2008, 08:44:06 pm »
actually I cannot see it in FF2 either... What do you intend to do. Can you show me the old page with the problem? Maybe I can help. In my experience, using absolute positioning with z-index values especially putting the image call at the bottom, puts the image behind the previous object div or paragraph or container. It is best to achieve the same graphic style by using relative positioning...
How can I get it positioned underneath the content box, and lower down on the page?
Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 619
5660 credits Members referred : 0
www.dg9.org
« Reply #9 on: Feb 08, 2008, 11:19:25 am »
Actually you have two problems, other than the image not showing at the bottom problem, the background of the colourful paws on top and of the puppy pic at the bottom is #f7f7f7 instead you have white, which makes the edges visible. The solution is to replace your css tag for "container" and it fixes all problems mentioned. See Below.