Questions tagged as 'css'

1
answer

Obfuscate CSS and JavaScript for free

Good afternoon, I'm developing a page and I want to obfuscate CSS and Javascript (AngularJS), I did a quick search on the internet and I saw some paid tools, and some Free tools made the obfuscation very basic being possible to manually go back...
asked by 22.09.2016 / 16:57
2
answers

How to display HTML code?

How can I display my code HTML ? I have a field where the user can change his nick by placing colors, and I want to display the code used as a hint for the user. My code: <pre> <code> <span style="color: red">G...
asked by 24.08.2016 / 04:17
1
answer

input effect using jQuery

I'm making a input with an effect equal to Android. Well here in this example I put input and select . input is working perfectly, when it is with the focus it turns blue. But select does not turn blue, can any...
asked by 11.08.2016 / 12:57
1
answer

Treat a word with period

I have a method that takes text as a parameter and makes a .split in the text separating the words with " " . For each word in the text I do a check checking if the word is equal to the item in my list of Enum , if the word is...
asked by 25.11.2016 / 00:40
2
answers

How to put an image in front of a button?

I'm trying to unsuccessfully put an image (Facebook icon) in front of a newsletter form: Itriedtosize,butIwasnotsuccessfulbecauseofmylackofknowledgeinCSS,Itriedtodecreasethefieldofformandeventhepositionofthebutton.Thisisthehtmlofform:<div...
asked by 06.02.2015 / 21:27
1
answer

Template Layout and Routes

I'm working on a system that uses MVC as follows, View -> HTML,CSS Model -> PHP Controller -> JS Basically, all system actions work in the following order: User triggers some action in js it valida...
asked by 17.09.2015 / 21:59
3
answers

Problems with CSS opacity

I'm trying to put an image so that it looks similar to this: Butitisnotwhathappens,butnoticehowmypageis;<divclass="container-fluid"> <div id="conteudo"> <div id="apresentacao"> <div id="frase1">...
asked by 01.12.2015 / 15:46
2
answers

When I put input inside some div the javascript does not work

I want to apply the css in a form but when I put the inputs inside some div the javascript does not work See the code: In case when I type the email and the password was for the blue button to be activated. <style> .btnDisabled{...
asked by 28.10.2017 / 19:09
2
answers

Is there a list with all properties that need prefixes?

I have a question about CSS: To run in different browsers, I need to use the prefix before the property, for example: -webkit-boder-left-rarius: 3px; . But what CSS styles like border , margin , transition , and s...
asked by 06.11.2015 / 19:05
1
answer

How can I calculate the font size of tags in a tag cloud?

I have a tag cloud and want to change the font size of each tag as per its usage. I need to have a minimum size and a maximum size. What would be the formula for calculating the size of the tags?     
asked by 24.12.2013 / 19:00