Questions tagged as 'css'

1
answer

Validating text box

Always when I do a javascript validation of a text box, to see if it is empty or not, I do it as follows: function validar(){ var input = document.getElementById("texto"); if(input.value == ""){ alert("Preencha todos os campo...
asked by 01.08.2014 / 23:57
1
answer

Generate PDF from selector in current page with CSS

I would like to know how to generate a PDF from a selector that I define and that all the formatting of this selector comes correctly in the PDF? I want to make client-server. Example: Imagine that I have a full page, hence I have a specific...
asked by 02.08.2014 / 04:50
1
answer

Transition "Fill from left" in the background

I need to make a fill from left transition in the background of a button. Something very similar as it is in link (look for the "fill from left" button). I want it when I hover over it, it fills the background from left to right. My synta...
asked by 26.02.2014 / 19:10
1
answer

Bootstrap Navbar Collapse problem with firefox

I recently started working with Bootstrap and am trying to create a navbar . The problem is that navbar appears to be normal until we decrease the size of the window where it gives collapse as it should, but the toggle...
asked by 03.03.2014 / 19:15
3
answers

Problem with the Bundle

I'm developing a project and it's time to work on its performance, and I've been using the bundling and minification MVC 4.5 , it worked as expected, it put together all the styles that are set up in a bundle , made a minified i...
asked by 21.02.2014 / 20:01
1
answer

Message about dppx and dpi in the Chrome console

When I enter the internal system I am doing here in the company I go to the console and a strange message appears:    Consider using 'dppx' units instead of 'dpi', as in 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not c...
asked by 25.03.2014 / 21:17
4
answers

How do I make a textbox always right when I'm focused?

I have a textBox money value that is with 0,00 , when I click to type a value example 12345 , it gets 10023,45 . I would like to know how I can sort this with Javascript.     
asked by 30.01.2014 / 21:02
0
answers

Animation as in this site http://deen.com.br/ [closed]

I wanted to deploy to a site the effect on the scroll that occurs at the beginning of this site link , where it seems that the screen is moving     
asked by 02.01.2019 / 16:11
1
answer

Leave tooltip visible without hovering

I want the tooltip to appear as soon as you load the page, other than the hover effect. [class*="tooltip"]{ position:relative; text-decoration:none; } [class*="tooltip"]:after,[class*="tooltip"]:before{ posit...
asked by 02.01.2019 / 13:22
1
answer

How to solve the problem of the square when dragged by the mouse cursor?

When the movement of the mouse is rapid it ends up leaving the square and thus the square does not move along with the mouse, I would like to know a solution so that the square always accompanies the mouse independent of him leaving the field of...
asked by 30.12.2018 / 14:06