mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] [patch #4350] Code cleanup : web interface chunks displ


From: z
Subject: [Mldonkey-users] [patch #4350] Code cleanup : web interface chunks display
Date: Mon, 10 Oct 2005 06:53:24 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.1)

Follow-up Comment #6, patch #4350 (project mldonkey):

The chunk float style wraps on IE, therefore it should not be used.

Perhaps you can try to integrate a fixed-width table into the table cell
instead of using spans.  The width of the empty td's can replace the spans. 
The fixed-width of the table is the total width of all td's (prevents
"squishing" during window resize).

Something like the following seems to work in IE/Moz/Opera in a quick test.

<code>

<table width=20px cellspacing=0><tr><td class="chunk0"
style="width:5px"></td><td class="chunk1"
style="width:15px"></td></tr></table>

</code>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4350>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]