Questions tagged as 'css'

1
answer

Center Text block vertically according to the size of the div beside

My partners, I'm losing my hair with this problem I'm facing. I have some pages made with bootsptrap, in which each container has a row and has two columns (each with the following classes: col-xs-12 col-sm-12 col-md-6 col- lg-6), in this the...
asked by 31.03.2015 / 02:57
2
answers

CSS Inheritance in Divs

I'm having trouble editing some inherited divs. Well let's look at the example: This is the current code: <div id="conteudo"> <div class="titulo">xxx</div> <div class="texto">xxx</div> <div class="ante...
asked by 24.03.2015 / 23:11
1
answer

Break div when content exceeds maximum size

My style css to a div, like an A4 page .pagina { width: 210mm; min-height: 297mm; max-height: 297mm; padding: 30mm 20mm 20mm 30mm; margin: 10mm auto; border-radius: 5px; background: white; box-shadow: 0 0 0.5cm...
asked by 13.03.2015 / 16:55
1
answer

Navigate input tab with values [duplicate]

First is not the same question as I did earlier , it is a supplementary question. I currently have the following template in the JSFiddle that runs regularly, you press tab and scroll horizontal goes browsing, bringing i...
asked by 03.07.2015 / 14:52
2
answers

Zoom button and Street View do not appear on Modal Boostrap

I'm loading Google Maps v3 into a modal Boostrap Framework. The problem is that I can not see the icons / zoom button and Street View, they appear distorted in the blue square of the image. The right one was to appear on the red square as standa...
asked by 10.03.2015 / 16:54
1
answer

Put div with image on another div

I'm trying to implement a solution in a div in my project, but I'm not getting it, I did a test in JSFiddle it worked, as can be seen here, by my limitation in css I'm having trouble implementing. .produtos-wrapper{ position:relative;...
asked by 13.02.2015 / 18:34
1
answer

What is the best logic to implement sub-menu with mouse events

I'm developing this site and for now I have not put any JavaScript code in it to make it dynamic. I have a problem that is repeated in all projects because of lack of knowledge of language and logic, the following problem: When I hover ove...
asked by 26.02.2015 / 16:05
2
answers

Media query messing up another media query

Good morning, I have a problem with some media queries I started by doing the media queries on the desktop part with the following measures that worked perfectly: 1024x600 1024x768 1280x768 1440x900 1600x900 1680x1050 1920x1080...
asked by 16.04.2015 / 16:28
1
answer

Div stop on top of another div

I'm having a problem, I would like a div with "position: fixed;" when it gets in footer to be one div over the other and not one over the other. For example, the header of this site: link . If you turn the site upside down you...
asked by 30.01.2015 / 15:33
2
answers

Self-adjusting menu with li's

How can I create a self-adjusting menu without using any tables, just read? That is, create a horizontal menu where the li's would fit in the width without exceeding the size of the ul as you were adding items! This site here: apple.com/br ha...
asked by 15.05.2015 / 01:40