![]() |
![]() |
![]() ![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 163 Pomógł: 0 Dołączył: 10.09.2006 Ostrzeżenie: (0%) ![]() ![]() |
chciałbym uzyskać taki efekt jak tu po wciśnięciu validate http://mattberseth2.com/ajax_modalpopup_pr...ss/default.aspx
szukałem w googlach, nie wiem może coś przegapiłem może o złe rzeczy pytałem patrzyłem też w dokumentacji jQuery i nie doszukałem się czegoś takiego |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 26 Pomógł: 0 Dołączył: 17.02.2005 Skąd: skad Ostrzeżenie: (0%) ![]() ![]() |
zrob tak:
Kod <div id="loader"></div> #loader { position:fixed; z-index:9999; top:0px; left:0px; background:#fff; opacity:0.8; /* dla FF */ filter:alpha(opacity=80); /* dla IE */ width:100%; height:100%; } Kod <![if IE 6]> <style type=\"text/css\"> /* tylko dla IE w naglowku strony */ #loader { position:absolute; width:expression(document.documentElement.clientWidth + 'px'); height:expression(document.documentElement.clientHeight + 'px'); top:expression(offset = 0 + parseInt(document.body.currentStyle . paddingTop) + parseInt(document.body.currentStyle.marginTop), document.documentElement.scrollTop + offset + 'px'); } </style> <![endif]> u mnie działa (IMG:http://forum.php.pl/style_emoticons/default/smile.gif) A jeśli by nie działalo to zmień na Kod <!--[if IE 6]> <![endif]--> nie wiem dlaczego ale czasami robi to różnicę |
|
|
![]() ![]() |
![]() |
Aktualny czas: 6.10.2025 - 04:21 |