[horde] Dimp and Internet Explorer

Nuno Marques subs at di.fc.ul.pt
Wed May 24 08:55:53 PDT 2006


Chuck Hagenbuch wrote:
> Quoting Nuno Marques <subs at di.fc.ul.pt>:
>
>> Does anyone know how to fix this problem?
>
> Yes. Spend some time driving yourself absolutely apes*** playing with
> CSS. Then, when you have it working and have cleaned it up, send us a
> patch.
>
> -chuck
>
> --"we are plastered to the windshield of the bus that is time." - Chris
> --Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org

To get it working under IE I had to change a couple of things in
dimp/themes/screen.css

#dimpmain {
    position: absolute;
    cursor: default;
    left: 180px;
    top: 10px;
    bottom: 0;
    right: 10px;

/*added this*/
    width: 83%;
}


.msglist {
    float: left;
    overflow: hidden;

/*added this*/
    width: 99%;

}


PROS: Looks good in IE
CONS: In firefox Dimp doesn't cover all the screen surface

If someone has a better solution please let me know.

nuno


More information about the horde mailing list