I'm doing an image viewer with four buttons (First, Previous, Next, Last).
Initially, an image is loaded randomly (I have them stored in a folder called "images"), and then we can move through events of those four buttons.
Why do not I app...
I am doing a css practice and I would like to know why you are not applying the styles that I apply to the nav, apparently everything is fine, I do not know what the problem could be. Thank you.
This is my html
html {
box-sizing: borde...
Greetings.
If they are fixed when we click on table1 a table is shown and that's all fine. But if they are fixed after displaying the table, a non-pleasant space is generated (after the page) and that space appears until the second accordion...
I'm using Fancybox2, could someone help me to adjust an image so that it is displayed completely without scrolling to see it all?
My image when opened with Fancybox is displayed like this:
My code in Fancybox is this:
$(document).r...
I have this pseudo class:
.swiper-pagination-v::after{
content: "b6";
margin: 10px;
background-repeat: no-repeat;
}
And I need to select it because it's the arrow that makes the slider work, for this is this kind of javascript:...
I'm making a web page and I want to use the source nexa bold , I have downloaded the source and I have it in various extensions such as .otf , .eot , .wof , .ttf , and .svg , I want to clarify that this error only...
Hello, how I have a question:
I am sending a table of 5 columns and 4 rows. It is very simple. I'm doing it within phpmailer and I enclose it with double quotes and the content in quotes simpres.
What I see is that when I send the e...
I know it's probably easy, but I can not focus the image. Using HTML5 and Bootstrap;
<div class="col-md-6 ">
<img src="../img/012.jpg" class="img-responsive" alt="titulo"/>
<div class="h-30"></div>...
What I want is that when you move the scroll, change the color of a div.
change from white to transparent
<div style="position : fixed;width : 100%;margin-top:-20px; background-color: white;height: 80px; " data-collapse="all" data-animat...
I have a web application that has a object element (containing a embed ) that I use to display the documents selected by the user.
The documents can be PDF or plain text files (.txt) that I have stored in chains in base64, and wh...