Questions tagged as 'css3'

0
answers

html and css in a class practice

Now it is the submenu of the submenu that does not appear to me when I go to the name and also how I put the submenu so that it comes out below his father. /* Menú */ nav { width:90%; max-width:1000px; margin: auto; ma...
asked by 26.11.2018 / 14:14
1
answer

Launch event of a hidden element html

I have this html table: <table> <tr> <td>A</td> <td><img src="img/d1.png"><input type="checkbox" class="ocultar chk_asiento" value="A1" onClick="asignar(this);"></td> <td><img src="img/d...
asked by 23.11.2018 / 00:32
0
answers

Combo Box add format

Good day. I want to format my combo box so that I stay as follows: The point is that I have not been able to give it the correct format and now I have it all piled up showing it in the following way: What would be the best way...
asked by 22.11.2018 / 04:50
1
answer

validate date is not less than today's

I am trying to do a validation, where the date chosen and the time is not less than today, I can not use any other framework or library more than js or jquery <script> $(document).ready(function(){ $("#fecha").change(functi...
asked by 22.11.2018 / 00:11
1
answer

modify .css file from a .js file

I want to know if you can insert this .container-box .formulario: nth-child (3) {     display: block; } from a .js file to a .css file or if I can change the number 3 of the nth-child (3) What I'm looking for is to do as an animation...
asked by 16.11.2018 / 07:50
0
answers

Hide a menu in Bootstrap 4

I have a menu made with bootstrap 4 using navbar and dropdown , until here everything works fine. The menu code is as follows: <nav class="navbar navbar-expand-lg navbar-dark bg-dark navbar-static" role="navigation"&g...
asked by 16.11.2018 / 20:31
1
answer

Create a window like in GMAIL

I'm making a button that when clicked shows a low window, like GMAIL: I get the idea of showing it, but I can not align it in such a way that it looks like the image. This is my code: $(document).ready(function() { $('.boton_ven...
asked by 16.11.2018 / 17:43
1
answer

Limit an external CSS sheet to a single div

If at the time of designing my page I find that to use an external javascript library, such as a carousel image gallery, it needs to implement a CSS stylesheet, but these styles make other aspects change of the page, how can I easily limit all t...
asked by 10.11.2018 / 20:15
0
answers

@mediaquery ignores padding property

@mediaquery is working well with all the properties except padding, which is ignored .. Why is this happening and how can I solve it? Is it a bug or what? .. I put my syntax in case it is badly encoded and I have not noticed (help please!): @m...
asked by 09.11.2018 / 19:58
1
answer

@mediaquery: can you disable scripts all over the web when a specific resolution is detected?

I have a page with many jquery animations, but these animations I only want to work on the original version of the page, that is, on the normal size page (it is for laptops, desktop PC and tablets) but I want to disable the animations in the mob...
asked by 09.11.2018 / 21:16