Mike Alsup schrieb:
>> Having blockUI able to block parts of a page would certainly be 
>> useful. Perhaps Mike may implement that?
> 
> I have no plans to do that.

Is that a Way to go!? Look at the atached HTML-Page, you have append a
class to the DIV and a DIV + the CSS.
Is short hacking Demo, IE7 + FF2.0.0.1tested, no other Browser! I think 
the way is to go ;)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="de" lang="de">
   <head>
     <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
     <title></title>
<style type="text/css">
/*<![CDATA[*/
     <!--
     div{
     background:#FAF0E6;
     color:#000000;
     margin:1em;
     }
     div.blockUI{
     position:relative;
     }
     div.blockUI div.theBlock{
     background: #F08080;
     border: 1px solid #800000;
     color:#000000;
     filter:Alpha(opacity=60);
     height:100%;
     margin:0;
     -moz-opacity:0.6;
     padding:0;
     position:absolute;
     width:100%;
     }
     -->
/*]]>*/
</style>
   </head>
   <body>
     <div>
       <h1>UN-BLOCKED click the Link</h1>
       <p>
         Having <a 
href="http://www.malsup.com/jquery/block/";>blockUI</a> able
         to block parts of a page would certainly be useful. Perhaps 
Mike may
         implement that? I have no plans to do that. I started down that 
road a
         while back and things got too ugly. I stopped because I wanted 
blockUI
         to stay as tiny as possible. But it's in svn so if someone wants to
         have at it, be my guest!
       </p>
     </div>
     <div class="blockUI">
       <div class="theBlock"></div>
       <h1>BLOCKED click the Link</h1>
       <p>
         Having <a 
href="http://www.malsup.com/jquery/block/";>blockUI</a> able
         to block parts of a page would certainly be useful. Perhaps 
Mike may
         implement that? I have no plans to do that. I started down that 
road a
         while back and things got too ugly. I stopped because I wanted 
blockUI
         to stay as tiny as possible. But it's in svn so if someone wants to
         have at it, be my guest!
       </p>
     </div>
   </body>
</html>





-- 
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to