[horde] Dimp and Internet Explorer

Ben Chavet ben at horde.org
Wed May 24 10:17:39 PDT 2006


Quoting Michael M Slusarz <slusarz at horde.org>:

> Quoting Nuno Marques <subs at di.fc.ul.pt>:
>
>> Ben Chavet wrote:
>>> 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
>>
>> Looks good on both now.
>
> I've added these two elements to DIMP's css file.  The only issue is
> that you did not mention you *removed* a pre-existing width:100%
> declaration from .msglist.  That width needs to remain, so hopefully
> IE will use the second _width declaration to overwrite the first.  I
> just don't have IE handy right now to test.
>
> michael

Yes, IE uses the second width.

--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/b3a2193d/attachment.bin


More information about the horde mailing list