Questions tagged as 'css'

0
answers

Float in DOMPDF does not work as it should

I need to use dmpdf to generate a grid of images, but the float does not work right. Instead of it coming down when it reaches the edge of the page it keeps going to the right. I have tried to put a div above limiting the size but it also did no...
asked by 12.08.2015 / 15:59
1
answer

White space when zooming in on page and cell screen

I can not find the error that is generating this white banner on the screen when I zoom in and on the mobile screen when I access it. <!DOCTYPE html> <html> <head> <title>Iracema Filha - OFICIAL</title> <link...
asked by 04.06.2015 / 19:54
1
answer

List evenly 3 column-count

Well I think this is in css what is not my beach, I would like to be listing the results of the bd and pass the next result to the next column I tried to use (summarized) SELECT * FROM anuncios ORDER BY data DESC .recipiente{ -webkit-colum...
asked by 04.06.2015 / 02:56
0
answers

Bootstrap carousel with multiple items and default carousel on the same page

I'm having a problem in applying CSS to a particular carousel on the page. When I try to apply CSS in .carousel-inner .prev/.next only in the second carousel it does not work. If I take out #secondCarousel (when applying CSS...
asked by 27.05.2015 / 15:12
1
answer

Fields aligned in form

Good evening, I used 'float: right;' to put some fields in a side-by-side form, but they go down one field. 'Full Name' and 'Date of Birth' should be side by side, but the date field descends. Picture: Codes:Registrationpage link CSS li...
asked by 24.05.2015 / 01:21
0
answers

Anchor does not stop at the beginning of div and link does not remove underscore blue [closed]

Good afternoon guys, I'm building a one-page site and anchor navigation but I'm having a problem, clicking the menu that redirects to the anchor of the div corresponding to the "ID" does not stop the div at the beginning of the div in the beginn...
asked by 02.06.2015 / 21:26
1
answer

transition and opacity make some images disappear

I'm trying to simulate masonry jQuery using only CSS columns , I managed to do it quietly, the problem is that I put an opacity and transition in the image and :hover of the image, when the mouse passes over , the layo...
asked by 26.06.2015 / 15:20
0
answers

Problem with css since the site was changed to https [closed]

Good evening, I had the whole site in HTTP now I changed to HTTPS to increase the security and the data of our users what is happening to me and that I am having a css problem only on the first page in HTTP it appeared well but now since I ch...
asked by 11.05.2015 / 04:08
1
answer

Link does not click on small dimensions

I'm having a problem with the links ( <a href=""></a> ) because in normal screens (desktops) it is normal as it should be, now when the resolution is smaller type mobile or tablets, the link is not clickable, I do not know beca...
asked by 08.05.2015 / 23:48
1
answer

Insert square in caption googlemaps

I'm trying to add a caption in my google mapmap. To mount the caption I created a square with the color representing a value. css: .square{ width: 48%; height: 0; /* Quadrado */ padding-bottom: 48%; margin: 1%;...
asked by 29.04.2015 / 21:02