Questions tagged as 'css'

0
answers

Table printing problem

I have a product table and I'm putting the layout of it to print. I'm using the tag so that the column title repeats with each new page in the impression but the client did not like the result that appears in the print below. This block of te...
asked by 11.05.2017 / 18:48
1
answer

How to show buttons for each menu option?

$(document).ready(function() { $("#myModal").modal('show'); $('#myModal').on('show.bs.modal', function(e) { $('.chosen-select').chosen(); }); }); <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min...
asked by 02.05.2017 / 19:31
3
answers

CSS - stylize a hyperlink

I have a hyperlink that I need to stylize using CSS making it look like a button with clear CSS, my question is that as I call a hyperlink in CSS, I already tried with div, already tried to assign an id to the tag. > <td><a href="delet...
asked by 01.05.2017 / 21:25
1
answer

Zoom in via CSS [duplicate]

I want to zoom in on the website using CSS, I know that using code body{font-size: 82.5%}; you can get the result, but the images remain the same size and elements entered via JQuery also continue to the previous size. Any method to zoo...
asked by 09.05.2017 / 23:58
0
answers

Modifying a third-party / external (JS) Script

I need to use an external script that generates a form (so far so good, it's working) ... Once the script is inserted into the page, I need the form's labels (generated by the script) to be responsive (I think a window.onresize ) ... But how do...
asked by 11.04.2017 / 22:29
1
answer

Caption in CSS and HTML images

I have a question I would like to know how I can put a caption in an image inside a div, Who can help me thank you, Thank you !!!! Information is below: .ar img { position: absolute; width: 200px; height: 130px; top: 946px; ri...
asked by 26.05.2017 / 21:19
1
answer

How to invert an image inside an @keyframe?

Well I'm using this @keyframe , but after descending to the right I would like the image to be inverted, this code does the inversion as I want: img { // -moz-transform: scaleX(-1); // -o-transform: scaleX(-1); // -webkit-...
asked by 03.04.2017 / 11:51
1
answer

How to make when you have words at the same time one of them uploads up in .vtt files

I would like to know if there is any way to make one of the lines stay on top when two lines are at the same time, but do not do this manually, but automatically.     
asked by 09.04.2017 / 02:37
3
answers

How to define the opacity of an element within a div greater than that of the div itself

As you can see, the opacity of the button is greater than that of the div , but even so it is in the same opacity, how could I change it ?? .div1 { width: 100px; height: 100px; background: #6a6a6a; opacity: 0.5;...
asked by 06.04.2017 / 21:09
0
answers

Bootstrap Jumbotron: sidebar with full width

I do not understand much of responsiveness, but I still wanted to create one of those layouts that look "normal" on the PC, but on the smartphone the hidden side menu is visible when clicking on a link on a fixed bar at the top. Searching a litt...
asked by 28.05.2017 / 17:54