Questions tagged as 'css3'

1
answer

the content of a td rowspan = 4 does not cover 100% of the td

I am designing a document with html tables, the problem is that I want to put a logo or image in a <td> that covers 4 rows but the image only takes me the space equivalent to one row, although the <td> four rows the ima...
asked by 18.05.2018 / 17:57
2
answers

Center MENU Bootstrap

my HTML code is as follows: .nav-header { position: relative; float: left; width: 100%; z-index: 100; bottom: 20px; } #fh5co-menu-wrap .sf-menu a { padding: 1em .75em; } <div id="fh5co-wrapper"> <div...
asked by 30.04.2018 / 00:22
1
answer

Modify the bootstrap navbar-brand 4

How to make the red box focus vertically on the navbar without changing its size or the height of the navbar? I have a bit of css code with which I adjusted the size of the red box without affecting the size of the navbar. Sludos! <!D...
asked by 04.05.2018 / 06:14
3
answers

Change text color of navbar bootstrap4

I have a bootstrap navbar 4 but I want to change the color of the text but it does not leave me, I'm trying to call from the CSS the class that contains the text and nothing that lets me change the color, it only leaves me if I change it directl...
asked by 18.06.2018 / 20:03
1
answer

Give edge to li with css [duplicated]

I have this style that I got from the page link .circulo { width: 100px; height: 100px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background: #5cb85c;...
asked by 17.04.2018 / 17:55
1
answer

Show and hide divs

I have the following problem, I already managed to hide a div from right to left, but what happens is that the second div (the one that is going to be shown) does not appear until the first div is completely gone. But I need that as the first...
asked by 12.04.2018 / 00:48
1
answer

Why is it not placed in front of the image when positioning with absolute position the text and position relative to the image? [duplicate]

when you put position absolute to the background image and position relative to the front text does not work the text is not positioned in front of the image: .imagen-fondo1{ position: relative; } .imagen-fondo2{ po...
asked by 27.03.2018 / 20:20
1
answer

Method submit jquery

I'm in a form tipom wizad, and I download the code of a button that is created from vis and links, the thing is that when I click the submit, it changes its appearance, and then it does not make me the submit, I've put the $(this).submit();...
asked by 23.03.2018 / 16:17
1
answer

Fit logo in header

I want to make a header that has the logo on the left and then put three lines with: Name of the person, Specific data of the person, Three buttons: phone, mail and whatsapp. But I have several problems: I want the logo to fit the...
asked by 08.03.2018 / 00:54
3
answers

Error aligning Bootstrap form

I am presenting a problem when aligning my form and it is that when I click on a inputtext as if it were to be entered, it validates it and I get its message and makes the name of textArea Description move ' This is th...
asked by 12.03.2018 / 05:36