Chiara wrote:

> I need your help because I don't know what to do to solve
> this problem:
> Please, have a look at:
> http://mirage.profissionclients.com/default.asp
>
> As I need to change background and title in each page of the website,
> I want the title on top of the big image with the night view. At the
> moment I have positioned it in a odd way to make sure everyone
> understand what I am dealing with.
>
> As you can see, if I put this image it in an absolute positioned div,
> I have an odd problem in Internet Explorer 6: the whole content
> disappears completely.


There are different cases when absolute positioned boxes near to floats
disappear in IE, some are discussed here [1].
In your case try adding to your floated image (which has a width of 100% of
its container)  margin-right: -3px.

Hope this hepls,
Bruno

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

--
Bruno Fassino http://www.brunildo.org/test

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to