HTML Popup Window
Resumo
O VisualLightBox é um programa gratuito que o ajuda a criar galerias de imagens para a web facilmente com alguns cliques e sem escrever uma única linha de código, baseadas no famoso script LightBox2.
Nenhum código javascript, css, ou até html, nenhuma edição de imagem, basta um clique e a sua galeria será criada.
Recursos do HTML Popup Window
- Plugin jQuery ou extensão Prototype
- Transição cross-fade livre e suave
- Slideshow com a opção de arranque automático
- Versões Windows e MAC
- Complemento XHTML
- Efeito de zoom com sobreposição da sombra
- Cantos arredondados com sobreposição da janela
- Grandes imagens ajustáveis à janela do browser
- Muitos temas agradáveis para as suas galerias
- Rotação da imagem e ajuste do tamanho da imagem com alta qualidade e com anti-aliasing
- Criação automática das miniaturas
- Adicione legendas
- Carregue directamente para o FTP
Download do VisualLightbox
Download da Versao Gratuita Windows | Download da Versao Gratuita Mac |
O VisualLightBox é gratuito para utilização não-comercial.ajax popup window examples
A Versão Comercial do VisualLightBox disponibiliza uma opção para retirar a marca d'água VisualLightBox.com, assim como a possibilidade de colocar o seu próprio logotipo nas imagens. Após concluído o pagamento de forma segura, receberá uma chave de licença de imediato no seu e-mail que transforma a Versão Gratuita do VisualLightBox na Versão Comercial. Pode optar pelo método de pagamento mais conveniente: cartão de crédito, transferência bancária, cheque, PayPal, etc.
|
|
Apoio ao Cliente
Para a resolução de problemas, pedido de funcionalidades e ajuda em geral, contacte o nosso Apoio ao Cliente em Certifique-se que insere informação sobre o seu browser, sistema operativo,versão do VisualLightbox, e um link (ou código relevante). pop up links box on mouseover
Perguntas
Q:Instead of making one page with 40 photos, is there no property to make 2 or more pages?
A:You can do it in the following way: <!-- Start jQuery Thickbox Alternative.com BODY section -->
1. Create your gallery in jQuery Thickbox Alternative and publish it on a local drive in any test folder.
2. Make two copies of the generated index.html file (for example index1.html and index2.html).
3. Open index.html, index1.html and index2.html files in any text editor.
4. Find code for the gallery inside the BODY tag and cut some part of the images, so you'll have different images on each page.
<div class="gallery">
<!-- leave the following code on index.html page -->
<a href="./data/images/1.jpg" rel="lightbox[sample]" title="Best Toy Ever"><img src="./data/thumbnails/1.png" /></a>
<a href="./data/images/8.jpg" rel="lightbox[sample]" title="PrueaMacro"><img src="./data/thumbnails/8.png" /></a>
<!-- leave the following code on index1.html page -->
<a href="./data/images/3.jpg" rel="lightbox[sample]" title="Macro Leaf."><img src="./data/thumbnails/3.png" /></a>
<a href="./data/images/11.jpg" rel="lightbox[sample]" title="Bell Pepper"><img src="./data/thumbnails/11.png" /></a>
<!-- leave the following code on index2.html page -->
<a href="./data/images/5_0.jpg" rel="lightbox[sample]" title="5"><img src="./data/thumbnails/5_0.png" /></a>
<a href="./data/images/6_0.jpg" rel="lightbox[sample]" title="6"><img src="./data/thumbnails/6_0.png" /></a>
<!--[if lte IE 6]><script src="engine/js/pngfix_vlb.js" type="text/javascript"></script><![endif]-->
<a id="vlightbox" href="http://jQuery Thickbox Alternative.com/">Online Photo Album Sharing by jQuery Thickbox Alternative.com</a>
</div>
<!-- End jQuery Thickbox Alternative.com BODY section -->
<a href="index.html">1</a> <a href="index1.html">2</a> <a href="index2.html">3</a>
Q:I want to change color of the overlay shadow? How can I do this?
A:Open engine\css\jQuery Thickbox Alternative.css and find the following code: #overlay{ #overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #FFF;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #FF00FF;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}