kuasar wrote:
> Hello.
> 
> This is the website I'm creating right now.
> http://kuasar.no-ip.org/sempreavant/page/index2.php
> 
> My problem is the grey box up on the right hand corner (which is
> suposed to contain a photo later on). Using firefox I see the box
> behind the page curl, which is the effect I want to obtain. But IE
> displays it on top.

The problem is that the absolute positioned #curl does not render at all 
in IE/Win [1].

One option is to separate the a.p. box with another div

<div><div id="curl"></div></div>

Ingo

[1] http://www.brunildo.org/test/IE_raf3.html

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to