is there any way to alter the default behavior ?

i get the bubble from follow code
<t:textfield value="myValue" validate="required"/>

so how to fix the bubble display in a non-intrusive way?






Chris Lewis wrote:
This is a fairly seasoned 'hack', and is the basis of the JS version I posted. It works as far back as IE 5.5 I believe. Does IE 7 not correctly handle PNG alpha channels?

Howard Lewis Ship wrote:
Interesting; does that work with IE 6 and IE 7?

On Jan 31, 2008 11:43 PM, Davor Hrg <[EMAIL PROTECTED]> wrote:
if you already distinct Firefox and IE
than you can easily use png for IE too...

<img src="test.png" width="247" height="216" style="filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png',
sizingMethod='scale');" alt="">

and for css backgrounds just replace
url(test.png)
with
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png',
sizingMethod='scale')



Davor Hrg


On Jan 31, 2008 5:13 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
For 5.0.9, I use GIF files for IE.  It looks almost as good as
Firefox.  It's a stylesheet trick, so Firefox still gets the full PNG
version.


On Jan 30, 2008 9:49 PM, Dapeng <[EMAIL PROTECTED]> wrote:
the new bubble looks very cool

but ... it works not that ok under windows xp, IE6

see my screen shot    http://dapeng.spiralcomms.com/temp/ie6.png


is this a known bug ???

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to