Questions tagged as 'css'

2
answers

Select option when clicking button

I have 3 buttons outside of the form tag and when clicking on any of them, I need the value to be selected in the select, follow image and code for better understanding: Buttons (outside tag form) <div class="botoes_action"> &l...
asked by 23.11.2016 / 14:44
1
answer

Close modal window when user clicks anywhere outside of modal [closed]

I'm using a modal window plugin, but I'm not able to make the modal window close. JSFiddle example: link (function($){ $.modal = function (el, options) { this.options = options; this.$el = $(el); this.$target = $(el...
asked by 05.06.2017 / 02:20
1
answer

"mask-image" property does not work in Firefox. Is there any workaround?

I'm doing a project where I should apply a mask (PNG or SVG) over an image . I'm using .svg-clipped { mask-image: url("../img/desktop_tds_hist.png") ; -webkit-mask-image: url("../img/desktop_tds_hist.png") ; -webkit-mask-image:...
asked by 05.10.2016 / 19:01
1
answer

If loop with css in JQuery

$('#label-user').click(function(){ if ($('#label-user').style.display != 'none') { $('#label-user').css('display', 'none'); } });     
asked by 03.10.2016 / 21:01
2
answers

Legend with mouseover in CSS

Well, I have a thumbnail of bootstrap , I implemented within it a div of legend, which should appear with the mouse on top. But it is popping the size of the% of parent%, which in this case is div and Thumbnail ,...
asked by 08.04.2017 / 05:08
1
answer

Stacking Blocks with Bootstrap

I'm doing a layout using bootstrap and I came across a problem at the time of stacking blocks to be responsive. I have 5 blocks of different heights, divided into 3 columns: When you reach a certain width, the blocks are stacked, but th...
asked by 15.08.2016 / 22:56
1
answer

Styling the label in an input file type

Is there a way to style a label of a certain form only when the input of type file is with a selected file?     
asked by 16.08.2016 / 15:33
1
answer

html / css icon links

I could not express myself very well in the title, however it is the following, checking the source code of some sites I came across codes that do not understand how it works ... follow the example <tag class='setas'>seta_pra_baixo&l...
asked by 15.09.2016 / 07:31
1
answer

How to put two Google Charts on the same page

I am creating a web application in which it uses two graphics fed by the bank. I use google's api, google charts. However, only the first graphic appears while the other is blank. <html> <head> <script type="text/javas...
asked by 16.06.2016 / 04:35
3
answers

Problem installing SASS

I downloaded RUBY and installed myself by looking at "Add Ruby executable to your PATH" Then I installed GEM, after that I try to install SASS but the following error appears in the image. The version of my Ruby and GEM are in the image, S...
asked by 17.06.2016 / 20:07