Questions tagged as 'css'

1
answer

How to find content without specific tag

I'm in a situation where I need to find content without a specific tag. Of course, any content is surrounded by a tag, even if it is body or html . With the example it becomes clearer what I need: <div class='texto'> <p&g...
asked by 14.09.2016 / 16:38
2
answers

Expanding an image with hover without the other elements moving

I would like to expand an image when hovering the mouse without the others moving. nav#foto ul li{ display:inline-block; margin-left:30px; margin-top:55px; text-align: center; box-shadow: 2px 2px 10px rgba(0,0,0,.3); back...
asked by 26.01.2017 / 14:59
2
answers

Center a div with absolute position and text in the center of the parent div

People are as follows I have a parent div and another div with an absolute positional text ... this text is aligned to the top and left of the parent div and I need to align to the center ... things like top: x% or left x% .. n work because the...
asked by 20.01.2017 / 11:40
2
answers

Grid Alignment Bootstrap

I have 3 images, they are aligned correctly, but from the resolution of the print below they start to appear one below the other, even though they have space to be displayed at most next to each other and the third below. I do not know if I unde...
asked by 16.05.2017 / 20:03
1
answer

Animation during ajax request

Personally I have an ajax request, only that it is taking a little bit, it only me of the return when successful or not, but during the request I do not show the user how is the procedure. As I do so, while the request is made, I show one animaç...
asked by 17.05.2017 / 20:58
4
answers

Footer always at bottom of page

I want to know how to make the footer always at the bottom of the screen, even on small screens. I'm using bootstrap. It looks like this: Iwanttoleavethefooteralwaysatthebottomofthepageregardlessofthecontentinthewhitepartandindependentoft...
asked by 18.05.2017 / 21:07
2
answers

How do I delete white space from columns?

I have the following table: <table> <tr> <td style="border-top:1pt solid black">A</td> <td style="border-top:1pt solid black">B</td> </tr> </table> Note that when you...
asked by 11.04.2016 / 14:46
2
answers

Disable mouse scroll

My code. Css: td div{ width:100%; height: 40px; overflow: hidden; padding-top: 9px; } td div:hover{ overflow: auto; } Html: <td><div><?php echo $objProg->getagen(); ?></div></td>...
asked by 13.04.2016 / 19:14
1
answer

Stylesheet with cookie works only the second time

I have a site that style is defined by the "default" or "cookie" cookie However, if you enter the first time on it it saves the cookie with the default value, but does not assume the style. It only works when you reload the page. On the...
asked by 11.03.2016 / 04:36
1
answer

How to position one div in front of another

I tried the following, but it did not work ... it continues with the bottom one staying on top of the top, when it should be the other way around. What am I doing wrong? .funil{ text-align:center; } .funil_1 { margin-bottom:-20px;...
asked by 17.03.2016 / 15:56