Questions tagged as 'css3'

2
answers

How to leave a div and an image over a carousel?

I want to make a carrousel and over it, a div and the logo, to give that effect of being superimposed. Try to do as in this EXAMPLE , but to no avail. When I add such properties ( absolute e relative ) to the carousel code it does not...
asked by 19.01.2016 / 20:43
1
answer

Placing a form-inline inside a panel-group and continuing all elements in-line

I can not align "Collapsible Group Item # 1" with the "form (s)" as seen in this example: link I tried to put the 'in-line' class in some parts of the code hoping to align, but it is not working. Somebody save me? =)     
asked by 18.01.2016 / 16:07
2
answers

Get background-color from another element

It's annoying to always change the background color of several objects, I want to know if I can define the color of an object and then just match the color of the other with the color of that object, to get something dynamic, change the color of...
asked by 06.02.2016 / 22:45
1
answer

How to "crop / slice" image layout with HTML and CSS?

I have doubts on how to assemble the layout below with HTML / CSS: I have not implemented anything yet, because I have no idea how to do it. Any suggestions? Thank you!     
asked by 10.08.2015 / 18:16
1
answer

Make the inside div that "overlap" the parent div

I have this structure: .containerNome{ width: 97px; height: 23px; border: 1px rgb(0, 0, 0) solid; background: rgb(0, 0, 255); border-top-left-radius: 10px; border-top-right-radius: 10px; -moz-box-shadow: inset 3px...
asked by 24.06.2015 / 04:42
2
answers

site does not work in mobile version

I made a site that in turn must be responsive it will have to work on portable devices but I used a feature called animate.css of this file I used the following effects: fadeInDown , fadeInUp , fadeInLeft , and fadeInRi...
asked by 03.07.2015 / 19:44
1
answer

How can I develop this layout?

I'm making a website as illustrated below, but I'm having a problem with doing div central. I do not know how to do that part where it is nav and section . Code: html, body { position: relative; width: 100%; h...
asked by 25.09.2015 / 22:37
2
answers

How to customize scroll bar in div? [duplicate]

I have a menu that uses Bootstrap offcanvas but I wanted to style its scroll bar in the style of Facebook chat.     
asked by 13.10.2015 / 21:07
1
answer

Changing the mouse cursor [duplicate]

I am quereno change the cursor of my mouse I put my code and it does not work the images this in png and it does not catch I have to use it with .cur even if yes like I do it because in photoshop for example it does not have this extension to...
asked by 22.05.2015 / 15:43
2
answers

Reduce image and center

Personal I have an image that I bring from the database and put it in an IMG tag in the size of 960px by 480px. I need to resize it to 470x160. I need it to be resized by length, and the height left over is trimmed, but out of the center. See th...
asked by 29.03.2015 / 23:24