Ir para conteúdo
Fórum Script Brasil

Pesquisar na Comunidade

Mostrando resultados para as tags ''lightbox''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • Programação & Desenvolvimento
    • ASP
    • PHP
    • .NET
    • Java
    • C, C++
    • Delphi, Kylix
    • Lógica de Programação
    • Mobile
    • Visual Basic
    • Outras Linguagens de Programação
  • WEB
    • HTML, XHTML, CSS
    • Ajax, JavaScript, XML, DOM
    • Editores
  • Arte & Design
    • Corel Draw
    • Fireworks
    • Flash & ActionScript
    • Photoshop
    • Outros Programas de Arte e Design
  • Sistemas Operacionais
    • Microsoft Windows
    • GNU/Linux
    • Outros Sistemas Operacionais
  • Softwares, Hardwares e Redes
    • Microsoft Office
    • Softwares Livres
    • Outros Softwares
    • Hardware
    • Redes
  • Banco de Dados
    • Access
    • MySQL
    • PostgreSQL
    • SQL Server
    • Demais Bancos
  • Segurança e Malwares
    • Segurança
    • Remoção De Malwares
  • Empregos
    • Vagas Efetivas
    • Vagas para Estágios
    • Oportunidades para Freelances
  • Negócios & Oportunidades
    • Classificados & Serviços
    • Eventos
  • Geral
    • Avaliações de Trabalhos
    • Links
    • Outros Assuntos
    • Entretenimento
  • Script Brasil
    • Novidades e Anúncios Script Brasil
    • Mercado Livre / Mercado Sócios
    • Sugestões e Críticas
    • Apresentações

Encontrar resultados em...

Encontrar resultados que...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Encontrado 2 registros

  1. Olá, To fazendo um site em html5 e está funcionando beleza até eu tentar inserir uma lightbox. Eu insiro o script <script src="../dist/js/lightbox-plus-jquery.min.js"></script> e a página desconfigura o cabeçalho e o background. O lightbox funciona ok porém não tem como deixar a página do jeito que fica. Se alguém souber e puder compartilhar agradeço muito. Obrigado.
  2. Olá, estou com problemas para implementar o lightbox em um script php tenho no index estes códigos: <? include "config.php"; $pg = $_GET[pg]; $cidade = $_GET[cidade]; if(empty($pg)) { $pg = "principal"; //include "estrutura/estatisticas/contador.php"; } ?> <? if(empty($pg) OR $pg=="principal"){?> <? }?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript"> var $JQuery = jQuery.noConflict() </script> <!--JAVA PLAYER POP UP--> <script> function link(end){ window.open(end,"nova","height=442,width=470,left=60,top=50"); } </script> <!--JAVA RECADOS --> <script> function link(end){ window.open(end,"nova","height=500,width=600,left=60,top=50"); } </script> <title> >> Portal noticias <<</title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #FFFFFF; } .topobg { height: 3px; } img {border:0;} .inicio { color: #000000; font-family: "trebuchet MS", Verdana, Arial; } .entrete { color: #1C5A97; font-family: "trebuchet MS", Verdana, Arial; font-size: 35px; font-weight: bold; } .fotos { color: #9981E6; font-family: "trebuchet MS", Verdana, Arial; } .videos { color: #99CC00; font-family: "trebuchet MS", Verdana, Arial; } .contato { color: #0099FF; font-family: "trebuchet MS", Verdana, Arial; } .btradio { color: #999999; font-family: "trebuchet MS", Verdana, Arial; } .style4 { font-family: "trebuchet MS", Verdana, Arial; font-size: 12px; } .style10 { font-family: "trebuchet MS", Verdana, Arial; font-size: 15px; } .style9 { font-family: "trebuchet MS", Verdana, Arial; font-weight: bold; color: #FFFFFF; font-size: 14px; } .fundo_topo { height: 35px; padding-top: 2px; } .style22 { font-family: "trebuchet MS", Verdana, Arial; color: #FFFFFF; font-weight: bold; font-size: 14px; } --> </style> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="shortcut icon" href="icone.gif" > <link rel="stylesheet" href="menucss.css" type="text/css" /> <link rel="stylesheet" href="menuh.css" type="text/css" /> <link href="menu_style.css" rel="stylesheet" type="text/css"> <style type="text/css"> .style18 { font-family: "trebuchet MS", Verdana, Arial; font-size: 14px; color: #FFFFFF; font-weight: bold; } </style> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> </head> na página que exibe a noticia a imagem é mostrada da seguinte forma: <? $alinhara = ($dados[alinhamento_foto]=="R")?"right":"left"; $larguraG = ($dados[largura_foto]=="")?"250":"$dados[largura_foto]"; $alturaG = ($dados[altura_foto]=="")?"h=":"h=$dados[altura_foto]"; echo "<a href='thumbs.php?w=$LarguraFoto&imagem=images/$tabela1/$dados[id]/$dados[foto]' rel='lightbox' title='$dados[titulo]'>"; echo "<img src='thumbs.php?w=$larguraG&$alturaG&imagem=images/$tabela1/$dados[id]/$dados[foto]' align='$alinhara' border='0'>"; echo "</a>"; $texto1 = "$dados[texto]"; $texto2 = str_replace('<font face="Verdana" size="2">', "", "$texto1"); $texto3 = str_replace('</font>', "", "$texto2"); echo nl2br($texto3); echo "<br><br><i>$dados[creditos_fotos]</i>"; ?> mas não esta funcionando, segue o link http://www.educacadorsc.net não sei onde esta o erro.
×
×
  • Criar Novo...