Questions tagged as 'css3'

1
answer

Div being superimposed by another

I'm setting the mobile version of a page, using the bootstrap I set my divs with the col-md-4 (desktop version) col-xs-6 (mobile version) classes. In the desktop version is working normal with three columns as accurate, already in the mobile ver...
asked by 21.07.2017 / 20:23
1
answer

Positioning label and inputs in an html form

Hello, I'm studying HTML5 and CSS3 and I'm trying to style it by performing the placement of the inputs / checkbox / combobox and their labels. Suppose I have the following code: <form> <label for="Input1" id="lbl1">I...
asked by 24.07.2017 / 23:48
0
answers

navbar fixed top

How can I just leave navbar as navbar-fixed on scroll and when the client is at the beginning of the site, do not overlap the top1, at the moment it is disappearing when I place navbar-fixed and goes under the page. > <div class="row top...
asked by 25.07.2017 / 14:32
0
answers

How to catch events from a drag and move to php

I have this project below. In it I have a list of images where I can drag and soda as you need. So far it's working properly the way I need it. I need to consider the position of the images as an order, example: img1 = posição 1 img2 = posi...
asked by 05.08.2017 / 18:38
1
answer

Zoom in and Zoom out in CSS3 in the same animation

I'm trying to make an animation in CSS3 with zoom in, zoom out and transition in CSS3 + HTML. What I want is that by hovering over the div, it decreases to 0.9 and then increases to 1.1 in the same animation. Following CSS and HTML codes:...
asked by 07.07.2017 / 16:17
1
answer

Checked does not work

The logic is to make the menu appear when it is as a checked checkbox and it is on a screen of maximum width 800px but for some reason it does not work ... .classes { margin-top: 80px; width: 100%; height: 70px; background-co...
asked by 07.07.2017 / 01:31
0
answers

Modals overlapping the screen

   My modals they are overlapping the screen when I do the test in real time via github, if the test is done on my own   machine by opening the .html file they look perfect. GITHUB    MYMACHINE      HTMLCODE   link CSS CODE...
asked by 01.07.2017 / 19:10
1
answer

Menu with border

I'm developing an application that contains a bordered menu so I'd like the menu to look like this ButI'mnotabletoleavetheborderlikethisandneitherroundlookslikethiswillIputmycssandhtml <h:panelGrouplayout="block" styleClass="pagamento">...
asked by 06.07.2017 / 05:38
1
answer

Bootstrap - Always show the sidebar

Good afternoon, my friends. I just downloaded a Dashboard bootstrap template through this link , item 6. I expected the side menu to look like this, always visible on the left: But it came hidden, having to click the button to expan...
asked by 11.07.2017 / 19:18
1
answer

How to organize data in 3 columns without layout break, using CSS Flexbox?

I have a list of items (ul), and each item occupies 33% of the screen, thus forming a horizontal list of 3 columns. When there is no more horizontal space, it forms a new line, something very simple, is perfect when all items have the same heigh...
asked by 28.06.2017 / 17:21