Login |
|
|
|
|
Websiteinfo's |
|
|
|
|
|
Re: xoops page pre-loader module....... | Subject: Re: xoops page pre-loader module....... by Krobi on 2007/11/24 3:28:54
first of all you need the javascript
its that Quote:function toggle_visibility(id, flag) {
if (xoopsGetElementById(id)) { xoopsGetElementById(id).style.visibility = (flag) ? 'visible' : 'hidden'; } }
then you need that Quote:<!-- Load indicatior --> <div id="waitDiv" style="position:absolute; right:0%; top:50%; visibility:hidden; text-align:center;"> <{include file="powerdreams1/theme_loading.html"}> <script type='text/javascript'> toggle_visibility('waitDiv', 1); </script> </div> <!-- End Load Indicator -->
and for the end that Quote:<!-- Page Loaded Indicator Stop --> <script type='text/javascript'> toggle_visibility('waitDiv', 0); </script> <!-- End -->
|
|
|
PD-Members |
User online: 1
Guests: 1
Members: 0
more...
Members: 423
Today: 0
Yesterday: 0
Latest: LELO_05
|
|
|
|
Werbung |
|
|
|
|