[horde] Dimp and Internet Explorer
Ben Chavet
ben at horde.org
Wed May 24 09:01:07 PDT 2006
Quoting Nuno Marques <subs at di.fc.ul.pt>:
> 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.
try using an underscore for the added IE rules:
_width: 83%;
_width: 99%;
IE renders those, other browsers ignore them.
--Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: PGP Digital Signature
Url : http://lists.horde.org/archives/horde/attachments/20060524/751ef70d/attachment.bin
More information about the horde
mailing list