Re: [css-d] positioning problems (IE and Opera)

2008-08-29 Thread Gunlaug Sørtun
Elle Meredith wrote: The logo is appearing behind the main image on the home page -- even though it has higher z-index Absolute positioned elements that are children of absolute or relative positioned elements, can't escape their parents' stacking level, no matter how high z-index is given to

Re: [css-d] positioning problems (IE and Opera)

2008-08-28 Thread Ingo Chao
Elle Meredith wrote: ... the round corners in the main navigation -- one corner does not align. The site is at: http://designbyelle.com.au/poinciana/ #main-nav ul li a { /*screen.css (Line 68)*/ background: white url(../img/rounded-left.gif) no-repeat left bottom; ... I think

Re: [css-d] positioning problems (IE and Opera)

2008-08-28 Thread Ingo Chao
Elle Meredith wrote: ... In Opera 9 the main problem is that the logo is positioned too much to the left. Also my stage on the gallery page is again positioned to the left instead of right The site is at: http://designbyelle.com.au/poinciana/ It is absolutely positioned, but it

Re: [css-d] positioning problems (IE and Opera)

2008-08-28 Thread Elle Meredith
Thank you Dmitry Demeshkin and Ingo Chao. So, here's the problems and solutions again: In IE 6 and 7: #main-image not positioned right Solution: #additional-content {position:relative; width:450px; } #home #main-image {position: absolute; top:0; left:0;} divs pushed down Solution: declared

[css-d] positioning problems (IE and Opera)

2008-08-27 Thread Elle Meredith
Hi, I actually have a few problems with some elements and wanted to ask for your help. In IE (6 and 7): On the home page, the #main-image is positioned too much to the right and it is above the logo instead of below it. There are also a few divs that get pushed down: -- #featured-project on