Questions tagged as 'css'

1
answer

Problem bookstore when aligning div elements and applying z-index

I'm trying to make a bookcase using CSS the problem arises when aligning elements with display:inline-block does not work, the other elements appear vertically (I try to make them horizontal) and also the z-index I can not a...
asked by 08.01.2018 / 00:47
1
answer

immutable div within a div content-editable

Approach I would like to make a div that would be totally unmodifiable , preferably, inseleccionable and unfocusable even if it is within an element that have the contentEditable attribute enabled. Note: I can not choose...
asked by 18.02.2016 / 19:59
1
answer

Place icons on a menu with bootstrap4

I have a little problem, I'm trying to make a footer where I have some icons above and below I have a navbar, something like this: And I did this: <div class="footer"> <div class="container"> <div class="r...
asked by 18.03.2018 / 05:28
2
answers

How to apply in CSS3 edges rounded with gradient

Hi, I'm wanting to apply rounded borders with gradients to a box but I can not do it, although the gradient applies the edges, I would like them to be like the example I attached .box { border: 2px solid green; border-image-so...
asked by 05.12.2017 / 16:09
1
answer

How to convert HTML to PDF with jsPDF, without losing CSS styles

I have the following HTML <!DOCTYPE html> <html lang="es"> <head> <title>hola</title> <meta charset="utf-8"> <link link="" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/f...
asked by 17.04.2018 / 17:26
2
answers

Line break of a paragraph content in a popup?

I have the following code that dynamically puts some draggable images on top of another image with a popup . But, having a content in the <p> big% for example: sensor 1 2 3 4, 1234 goes to another line and I want it to continue on t...
asked by 06.04.2018 / 19:25
1
answer

Learning to use firstElementChild

Previously I've been doing a table with Jquery, in which I have complicated, in my code, I want to delete or add a row, tell me the number of the row that made this function (add or remove), for that the delete function already tells me, since t...
asked by 26.07.2017 / 16:37
1
answer

Problem with Affix plugin from Bootstrap

Well, the plugin does not work for me. The truth is that I do not know what to try, because in all the tutorials I've seen they put everything the same and it works for them but not me. I've even copied the code from those tutorials to a new pro...
asked by 26.09.2016 / 22:03
1
answer

Load animate.css animations several times

I have this button that, when it loads, I set it to "animated flash" as a class to make the animation "flash" of animate.css. The problem I have is to put the class back to it by clicking the button, which does not catch the animation. Any way t...
asked by 10.07.2017 / 23:35
1
answer

HTML - Codepen.io / Export pen correctly to text editor

Good morning, A few days ago I was modifying a pen of a user in Codepen.io, when I had it to my liking (actually I only translated it) I saved it in my dashboard (I kept the copyright of the original creator). Now I'm passing it to my...
asked by 27.04.2018 / 16:16