Hi Santiago,

I have applied the patch for Tapestry 5.1.0.5 that changes the bundled
version of Prototype to version 1.6.1, which is compatible with Internet
Explorer 8.
http://tapestry.formos.com/nightly/tapx/
http://tapestry.formos.com/nightly/tapx/ 

It has basically solved the problem, but the appaereance of the background
images was still not perfect, they overflew out of their edges and after
about 1 second error-bevel-left.png and error-bevel-right.png gained their
normal size.

I have tried to override the following css entry, and it helped the
error-bevel-left.png
HTML>BODY DIV.t-error-popup SPAN {
background: url("error-bevel-left.png") no-repeat scroll 0 0 transparent;
position: relative;
}
Unfortunately position: relative; can't be set for tha tag with
error-bevel-right.gif, as it is set in the DIV.t-error-popup css entries,
and the aprropriate div, with this css style has the following style
property:
style="position: absolute; top: 122px; left: 423px; width: auto; height:
39px;" 

Izolda
-- 
View this message in context: 
http://old.nabble.com/problems-with-client-validation-Internet-Explorer-8---no-background-images-tp28149213p28534672.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to