|
Posted by BootNic on 11/09/06 02:43
> dorayme <doraymeRidThis@optusnet.com.au> wrote:
> news: doraymeRidThis-FA1EF9.12132509112006@news-vip.optusnet.com.au
[snip]
> IEZoom is first time I have seen what a mess it can make.
>
> IEZoomB looks good. Better than IEZoomC. This is with JS off? Is
> there a moral in this? To be rid of the js bits altogether in
> your fix? Or have I misunderstood this or have you described off
> and on above wrong?
The javascript portion of the mess just adds a "|" somewhat like style
does, it should have been " | ", and removes the border.
In the libefore.htc file:
liY.insertBefore(document.createTextNode('|'),liY.childNodes[0]);
liY.insertBefore(document.createTextNode(' | '),liY.childNodes[0]);
in the conditional comment for some reason I put:
padding-left:expression('auto'); /* remove padding with JS */
should have been:
padding-left:expression('0'); /* remove padding with JS */
The non JS portion of it just uses a border, which would be remove
if JS is enabled with the expressions.
To remove the JS part just delete the expressions and remove the
behavior reference.
--
BootNic Wednesday, November 08, 2006 9:43 PM
Truly great madness cannot be achieved without significant
intelligence.
*Henrik Tikkanen*
[Back to original message]
|