Estou há alguns dias com esse problema e não consigo resolver. Não sei qual a melhor maneira de explicar o problema pois não achei um tópico de regras para postagens. Mas vamos lá. Eu preciso inserir essa galeria de imagens http://myxmodels.com/temp.html em uma página PHP. O problema é quando faço isso, ele "bagunça" a galeria, retirando as opções de rolagem e jogando as imagens para baixo.
Esse é o código da galeria de imagens usada no link informado anteriormente:
<!-- the CSS for Smooth Div Scroll --><linkrel="Stylesheet"type="text/css"href="Smooth/css/smoothDivScroll.css"/><!-- Styles for my specific scrolling content --><styletype="text/css">#makeMeScrollable{
width:100%;
height:330px;
position: relative;}#makeMeScrollable div.scrollableArea img{
position: relative;float: left;
margin:0;
padding:0;/* If you don't want the images in the scroller to be selectable, try the following
block of code. It's just a nice feature that prevent the images from
accidentally becoming selected/inverted when the user interacts with the scroller. */-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;
user-select: none;}</style><divid="makeMeScrollable"><imgsrc="img/content/IMG_0198.jpg"/><imgsrc="img/content/IMG_0349.jpg"/><imgsrc="img/content/IMG_8533.jpg"/><imgsrc="img/content/IMG_8535.jpg"/><imgsrc="img/content/IMG_8536.jpg"/><imgsrc="img/content/IMG_8550.jpg"/><imgsrc="img/content/IMG_8614.jpg"/><imgsrc="img/content/IMG_8619.jpg"/><imgsrc="img/content/IMG_8620.jpg"/><imgsrc="img/content/IMG_8623.jpg"/><imgsrc="img/content/IMG_8633.jpg"/><imgsrc="img/content/IMG_8717.jpg"/><imgsrc="img/content/IMG_9827.jpg"/></div><!-- LOAD JAVASCRIPT LATE - JUST BEFORE THE BODY TAG
That way the browser will have loaded the images
and will know the width of the images. No need to
specify the width in the CSS or inline. --><!-- jQuery library - Please load it from Google API's --><scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"type="text/javascript"></script><!-- jQuery UI Widget and Effects Core (custom download)
You can make your own at: http://jqueryui.com/download --><scriptsrc="Smooth/js/jquery-ui-1.10.3.custom.min.js"type="text/javascript"></script><!-- Latest version of jQuery Mouse Wheel by Brandon Aaron
You will find it here: http://brandonaaron.net/code/mousewheel/demos --><scriptsrc="Smooth/js/jquery.mousewheel.min.js"type="text/javascript"></script><!-- jQuery Kinetic - for touch --><scriptsrc="Smooth/js/jquery.kinetic.min.js"type="text/javascript"></script><!-- Smooth Div Scroll 1.3 minified --><scriptsrc="Smooth/js/jquery.smoothdivscroll-1.3-min.js"type="text/javascript"></script><!-- If you want to look at the uncompressed version you find it at
Smooth/js/source/jquery.smoothDivScroll-1.3.js --><!-- Plugin initialization --><scripttype="text/javascript">// Initialize the plugin with no custom options
$(document).ready(function(){// None of the options are set
$("div#makeMeScrollable").smoothDivScroll({});});</script>
Pergunta
rodrigodalmolin
Pessoal
Estou há alguns dias com esse problema e não consigo resolver. Não sei qual a melhor maneira de explicar o problema pois não achei um tópico de regras para postagens. Mas vamos lá. Eu preciso inserir essa galeria de imagens http://myxmodels.com/temp.html em uma página PHP. O problema é quando faço isso, ele "bagunça" a galeria, retirando as opções de rolagem e jogando as imagens para baixo.
Esse é o código da galeria de imagens usada no link informado anteriormente:
E esse é o código da página onde quero inserí-lo (http://myxmodels.com/fashion):
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.