Questions tagged as 'css'

1
answer

Select only the first children of a parent element

I have the following marking: <div class="step-content"> <div id="step-1"> <h1>step 1</h1> <h1>step 1</h1> </div> <div id="step-2">...
asked by 05.08.2015 / 17:52
1
answer

div does not respect size defined in css

I'm trying to create a messaging system, but the formatting of the div is not respecting the size. I would like you to help me, to know where I am wrong: #limit { max-width: 500px; } #table-overflow { max-height:400px; ove...
asked by 11.08.2015 / 03:43
1
answer

jQuery, how to change the z-index of datepicker

When I make a $('#man_dia').datepicker(); the tag with id = 'man_day' is just an input, and jQuery inserts the other elements in the DOM alone, I even get the id that jQuery generates #ui-datepicker-div { z-index: 999; } Bec...
asked by 07.08.2015 / 15:10
1
answer

Table Alignment

Why does the page data of the rounds of this table are not aligned correctly? I would like them to be in the correct way, ie aligned like the rest of the other rounds, type 2,4,7,9 without having the feeling of left-side spacing, bec...
asked by 25.07.2015 / 13:43
2
answers

When you click on a name, it appears in another div

I have a project developed in Bootstrap, where clicking link Products will open a Bootstrap Modal with the products listed. However, I would like you to click on one of the products to close the modal and the clicked product would appear in...
asked by 01.07.2015 / 20:22
1
answer

CSS animation "Flickering" or tremendous

My idea is to put an invisible image on the page, which when hovering, appears and triggers an animation. The problem is that as soon as I put the pointer under the image, the animation is shaking, starting and stopping several times a second...
asked by 01.07.2015 / 18:42
1
answer

How to block mobile phones from accessing the website?

Good afternoon, I have a website and I want to make sure that when I access the site through the mobile phone that a message appears informing that the mobile application will be available soon and will not open the site how can I do it?    ...
asked by 08.09.2015 / 20:42
2
answers

Overlapping Information When Using Media Queries

I developed this site www.prolinesound.com.br , in the desktop version everything is perfect but when I started adjusting the media -queries to make you more mobile-friendly, I encountered a problem. When I click on the who we are link, it bl...
asked by 09.09.2015 / 04:42
1
answer

Working with Grunt

I have read a lot about some tools used to facilitate the workflow on the front end and I knew Grunt, I understood his function and when it might be useful, but I have the following doubt when I use Grunt to perform the tasks of minification, co...
asked by 03.09.2015 / 16:14
1
answer

Problem with CSS and ASP Button

I am trying to put a ASP button with a certain class CSS but I am not able to put the ASP button working according to CSS . If the button is HTML it gives no problem. CSS Code : .images_1_of_5 .button{...
asked by 23.06.2015 / 19:17