Questions tagged as 'css3'

0
answers

How to leave the Object fixed on the screen?

I'm having a problem when I zoom in or out of the browser, my "balloons" they follow the respective command, if you increase it increases, if you decrease it decreases, however I would like to leave them with the positioning fixed on the screen,...
asked by 11.12.2016 / 19:13
0
answers

Bootstrap: Resizing the figure

I have the following HTML code: <section class="container sobre-site"> <h2 id="sobre-site-id" class="subtitulo">Título</h2> <figure class="thumbnail"> <img class="img-loja" src="img/espaco/8-1.png" a...
asked by 16.11.2016 / 19:15
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
1
answer

Media wants to ignore attributes

I'm trying to make a DIV only show on small screens, so I've defined the following: @media screen and (max-width: 460px) { #bloco{ display: block; width: 100%; height: 50px; background-color: rgb(150,...
asked by 28.10.2016 / 12:28
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

Integrate an admin template into a bootstrap template for site

Hello I am a beginner in bootstrap and I have some questions, I would like to know if you can help me. I have 2 templates, one for the site (KALLYAS) and an admin template (METRONIC), both in bootstrap. Can I integrate the admin template w...
asked by 11.10.2016 / 15:53
3
answers

Clicking on a button, how to slide the screen down

I have a pricey area, and I have a button next to "have more details", I want that when clicking this button, the screen scroll down the page that is where I have the "contact" section. I wanted to know how to do this "slip"     
asked by 08.10.2016 / 00:52
1
answer

How to do automatic scrolling

I'm developing an application where the user asks a question and the server delivers a response, I'm having trouble getting the scroll bar to follow the conversation, so far I'm having the chat history on the screen, but I have you drag with the...
asked by 15.10.2016 / 07:48
1
answer

Vertical alignment and inline display

Good afternoon! I have the page below and for as long as I try I can not make the menu stay in line with the logo. Where am I going wrong? Another problem is that the logo and menu have height of 88px but the div that hous...
asked by 20.09.2016 / 19:26
1
answer

Apply css in parent

I have a borderless input inside a div and next to the input has a magnifying glass, in that case it is a search field, as far as I know it is not possible with css and yes only with javascript, more suddenly someone can I need to give you an id...
asked by 09.08.2016 / 22:02