Monday, August 10, 2009

Retirement Party Invitation In Word

Btemplates

We see some working examples in this and host files on our server, if you do not want to get into that story and really do not know how you can use my files (in case you change your server to publish a new entry links): File List.
The following will attach the style sheet and js files (both before \u0026lt;/ head>):

\u0026lt;script src = " url-jquery-1.2.2.pack.js " type="text/javascript"></script>
<link href="
url-facebox.css " media="screen" rel="stylesheet" type="text/css" /> <script src="
url-facebox.js
" type="text/javascript"></script> <script type="text/javascript">
    jQuery(document).ready(function($) {
      $('a[rel*=facebox]').facebox()
    })
\u0026lt;/ script> and files are added as follows: For an image
:
\u0026lt;a href=" listenmusic.jpg
"
rel="facebox"
> Girl listening to music \u0026lt;/ a>

For a layer (div) esccondida:

\u0026lt;p> \u0026lt;a href="
#mydiv
"
rel="facebox"
> View DIV with id = "myDiv" on the page \u0026lt;/ a> \u0026lt;/ p> \u0026lt;div id="
myDiv "style="display:none"> The content of this layer will only be visible if pressed click on the link above, which contains the id myDiv
\u0026lt;/ div>

an external HTML file (only if on the same server):
\u0026lt;a href = " archivo_externo.htm " rel = "facebox"
> View "External.htm" fetched via Ajax \u0026lt;/ a>
and to add external html (as above) giving css styles:
\u0026lt;style type="text/css">

.
style
{background: silver;
} \u0026lt;/ style> \u0026lt;a href="
arcchivo_externo.htm
"
rel="facebox


[.estilo] "

> View "External.htm" fetched via Ajax, weitere styled with ". thickstyle" CSS class \u0026lt; , / a>

0 comments:

Post a Comment