I believe this only happens in Internet Explorer. Most of the time
setting a CSS background-color to the element your text sits on will
solve the issue.
On Mar 26, 10:45 pm, jgarcia wrote:
> Hi,
>
> I using fadeOut and fadeIn to show/hide a selected from a
> . With this code:
>
> if ( toggle
$('.showPasswordForm').click(function(event){
$('#signinPanel').fadeOut(1000,function(){
$('#passwordPanel').fadeIn();
});
return false;
});
try that
andreacfm wrote:
Any suggestion??
On 15 Mar, 22:15, and
Any suggestion??
On 15 Mar, 22:15, andreacfm wrote:
> Hi,
>
> A fast question. This code run in 1.2.6 but fails in 1.3 ++.
> Why???
>
> $('.showPasswordForm').click(function(event){
> $('#signinPanel').fadeOut(function(){
> $('#passwordPanel').fade
3 matches
Mail list logo