Questions tagged as 'css'

1
answer

Image overlay without position: absolute

I have tried to position two images, this way The tear is a picture .png This is the html structure <div class="intertTa"> <div class="ta borderes ico"> <img src="..."> <img class="bad" src=...
asked by 21.12.2018 / 20:32
2
answers

Validate input type numeric?

How to validate a numerical type field so that it does not accept the minus sign (-) or the plus sign (+). because it only accepts numbers but between numbers it also accepts + and less        
asked by 19.11.2016 / 00:03
2
answers

Fade only the background of an HTML element

I want the text not to be lost, only the red background color should be lost. Here my code: $('#confirmacion').fadeIn(9500); $('#confirmacion').fadeOut(9500); #confirmacion{ background-color: red; color: #000; height: 2em;...
asked by 23.01.2017 / 05:56
1
answer

Side headboards on tables

How can I create left side headings in tables? For example, I have the following table: <table border="1" cellspacing="0"> <thead> <tr> <th>Titulo 1</th> <th>Titulo 2</...
asked by 01.03.2017 / 18:38
2
answers

Center Section Boostrap

Currently I have the following Form <section class="contact bg-primary" id="contact"> <form id="main-contact-form" class="contact-form" name="contact-form" action="enviar.php" method="POST"> <div class="col-sm-5 col...
asked by 14.03.2018 / 18:33
1
answer

Separate 3 select into a Form

I have a problem with 3 select and a label inside my form, I do not find the way to separate them to give them the correct positions HTML code <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <li...
asked by 31.08.2018 / 18:07
1
answer

div to be placed on top of the div that contains it?

I have the following code that dynamically puts some draggable images on top of another image. When you put the mouse on the div sensor, the info appears, but when it is in a corner, the div info is covered by the div that c...
asked by 20.03.2018 / 00:34
2
answers

Materialize - Implement "materialboxed" class in a link

Greetings ... The " Material box " class of the FW Materialize allows the user to click on an image to center and enlarge it. To exit the effect, the user can click on the image again, scroll outwards, or press the ESC key. I intend to a...
asked by 25.02.2017 / 17:17
0
answers

VueJS. Can the v-on property be added to a transition-group tag?

I am working on a project of Vuejs 2.5, in which I have a dynamic table with an animation that I provide the default label and in it I say that it will work as a tbody so that the effect comes out with each tr to appear. <transition-group...
asked by 30.08.2018 / 22:23
3
answers

Superpose elements

I have a map and above I want to have a container that in the future will be a modal to contain a form. The problem is that it appears below and I want it to come out, I've been doing tests with position z-index etc but nothing fin...
asked by 25.01.2018 / 16:06