Questions tagged as 'css3'

2
answers

Image Rotation with CSS

<html> <head> <style src="reset.css"></style> <style src="header.css"></style> <meta charset="utf-8"> <title>Kw Design - Agência Digital</title> </head> <body>...
asked by 19.05.2016 / 21:30
1
answer

Changing CSS with Jquery

In my select I have the list with the options, when selecting an option the content alternates because it is tied to the selects. When I put data-native-menu="false" select does not allow changing table contents and selecting another option...
asked by 19.05.2016 / 19:40
2
answers

Problem with resizing in Bootstrap

I have the following problem I'm using bootstrap in version 3 I need my page to be the same as this template: butwhenIredimensionmyimageslooklikethis: Iwouldliketheblackimagetobebelowtheimageofthewineglass,butitwilltake100%ofboththetopandbottom...
asked by 19.06.2016 / 16:36
2
answers

Script for side menu

Does anyone know of any script to make a responsive side menu similar to that of badoo? When viewing the site on a large screen device the menu appears with all the options and qd is on a smaller screen the menu hides showing only icons with the...
asked by 25.05.2016 / 19:07
1
answer

Sliding-middle-out trait on top of image

I have an image and in the hover, I want to present a trace at the top of the image to grow from the middle out. example here (below "our programs"): link I'm using the code below, but I can not put the trace on top, and it does not leave t...
asked by 04.08.2016 / 13:44
4
answers

How to make a background cover on a separate div?

I'm making a website with side menu. 30% of the screen is the menu and the rest is the content. In the content div, I want to put a background image using the COVER method. I used the first one: link However, this method works perfectly...
asked by 28.12.2015 / 20:22
1
answer

Zoom effect in DIV

I need to make a similar effect to this page link . When you hover over the product (DIV) it has a zoomed effect and raised. I tried to do this: HTML <div class="row"> <div class="col-md-3 classe"> <img src="imagem...
asked by 10.05.2016 / 21:25
1
answer

How to Hover to Link and Icon at the Same Time

Good day, people. I have the following HTML code: <li> <a href="../navbar/" class="navbar-top user-color"> <span class="glyphicon glyphicon-user gly-user" aria-hidden="true"></span> ENTRAR</a>...
asked by 14.02.2016 / 16:54
1
answer

Difficulty in positioning objects after @media (max-width: 320px) {

Where am I going wrong? I have html below <script type="text/javascript" src="_global/_funcoes/_js/jquery-2.1.4.min.js"></script> <button class="menuAbrir"><img src="_img/btn-menu.png" width="50px;" title="...
asked by 11.04.2016 / 15:13
2
answers

I can not leave words next to form

I would like to leave a div completely aligned with a form straight horizontally. However, although they are side by side, the form is "descending" when it should be aligned horizontally. How can I solve this problem? Currently it looks l...
asked by 06.03.2016 / 22:27