Questions tagged as 'css'

2
answers

CSS error when applying events to buttons - jQuery

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...
asked by 30.05.2017 / 15:18
1
answer

Why do styles not apply to the nav?

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...
asked by 21.02.2018 / 15:25
1
answer

How to remove scroll that appears when displaying a table within a Jquery accordion?

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...
asked by 25.01.2018 / 17:41
1
answer

How to adjust an image in fancybox2?

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...
asked by 13.05.2016 / 20:47
2
answers

Select pseudo-element with javascript

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:...
asked by 21.08.2018 / 14:55
1
answer

IE9 does not show font family

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...
asked by 18.01.2016 / 17:36
2
answers

Customize the arrival of mail with CSS through PHPMailer

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...
asked by 27.09.2016 / 15:46
8
answers

Center an img-responsive bootstrap

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>...
asked by 25.05.2017 / 23:50
3
answers

Change color of a div when moving the scroll

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...
asked by 21.11.2017 / 18:56
1
answer

Style the content of an object / embed

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...
asked by 11.10.2017 / 22:00