Questions tagged as 'css'

0
answers

Image gets huge in Carroussel

The problem is this: link I'm using a JQuery plugin to display images of type carroussel . But when the image is too high it generates this problem. I just wanted to make sure that if the height of the image is larger...
asked by 25.10.2016 / 16:58
2
answers

make div's down when changing screen resolution

Hello, I have the following code: <style> .fotosJaCad { display:inline-block; vertical-align: middle; width: 18%; height: 175px; text-align:center; border: #000 .01px solid; } @media screen and (min-width:...
asked by 21.10.2016 / 14:04
1
answer

How do the menus or classes appear gradually?

I would like a help, it is a project that would be a pizzeria site, where when the person entered the site did not appear all the "menus" or "classes" at a time, when you enter only the menu would appear, choose which pizzas the person would wan...
asked by 21.10.2016 / 17:54
1
answer

When I click a button, I want my box to open with a transition

I have a box: .box1 { width: 470px; height: 64px; border-radius: 5px; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); background: #fbfcee; position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: t...
asked by 16.10.2016 / 22:31
2
answers

Instantly insert DIV with CSS [duplicate]

Hello I'm trying to make s div's automatically fit one next to the other and if there is no side space you go and automatically dock from left to right, but it's not working. NOTE: What determines the format of the DIV is the image that...
asked by 14.10.2016 / 19:51
0
answers

Image above another as a stamp using css

I have an image on the screen where I want to add a stamp, the problem is that as this image is inside a foreach, so if I take the id of the image, it will be repeated. <div class="panel-body"> <div class="carimbo-foto">...
asked by 03.11.2016 / 19:48
1
answer

Problem: Divs move when clicking

I have a set of 4 divs with proper title, and when clicking on each one, the corresponding information is shown, when the page loads the divs are aligned with margin between each of them, however, when clicking in one of the div...
asked by 09.11.2016 / 05:12
0
answers

Remove div spaces with image using Canvas

I have a div, where I'm saving content using canvas <div class="container-capa"> <img src=~/Content/imagemcartaovisita/@Session["NomeCapaCartao"] class="img-responsive" id="capa" alt="" width="589" height="324"> <label...
asked by 08.11.2016 / 13:59
1
answer

Problem with CSS with friendly url

Well, I'm studying friendly urls and I came across a problem. Every time I put a / (slash) at the end of the url, the css disappears and the page gets pure html. I'd like to understand what's going on and fix it. Follow the images below for a be...
asked by 08.11.2016 / 18:25
1
answer

How to set the image format when saving the file using "html2canvas"?

I'm using canvas2image.js to transform a div into an image, everything works, the problem, I need to set a format for the image at the time of saving, without it it is left without a valid format. Example: <link href="~/Content/css/Car...
asked by 04.11.2016 / 16:26