Questions tagged as 'css'

2
answers

Is it correct to use $ (selector) .not (': visible') here?

I am refactoring the CSS of a system function and to treat the CSS property and not a string I changed this line of code: (from the 1st way was working correctly) var ultimaMensagem = $("#box-confirm:not([style*='display: none;']),#box-erro:n...
asked by 01.07.2015 / 16:38
1
answer

How to use Helvetica or another font on a website, and make any PC appear?

I'm having source problem on a site, I'm using Helvetica, but on other PCs that do not have this source it does not appear. How can everyone see this source?     
asked by 08.06.2015 / 20:41
2
answers

Give height and overflow-y in a div

I'm trying to give height and overflow-y to div to limit the size of div and add a scroll. Something like this: ForthisIamloadingalistofdatacomingfromDB(IamworkingonASPMVC)inthediv,andIaddtheheightandtheoverflow...
asked by 17.04.2014 / 11:33
1
answer

How to increase the thickness of a text-shadow

Is it possible to increase the thickness of a text-shadow ? Look at this EXAMPLE in JSFiddle It's just like I have not put a text-shadow , it's invisible.     
asked by 14.05.2014 / 19:30
1
answer

How to use fadeIn () with an append ()?

How to add the fadeIn () effect, along with an append (). EXAMPLE     
asked by 19.02.2014 / 23:36
4
answers

Automated tool to join multiple stylesheets (CSS) in 1 only and to join Scripts (JS) in 1 Sheet only

I searched the internet for ways to join Stylesheets CSS and Script Sheets JS in an automated way, but did not work well. I have about 17 Style Sheets and 15 Scripts, if I do it manually I will be "crazy" and it will take a...
asked by 24.07.2014 / 03:13
2
answers

Increase div height with animation using CSS

I have this code that creates a wine glass with CSS: body{ background: #000; } .wrap { width: 100px; margin: 0 auto; position: relative; } .glass{ margin: 0 auto; height: 100px; width: 100px; border-radius:...
asked by 02.06.2018 / 21:39
1
answer

Terms used in CSS

Knowing that CSS literally means Cascade Style Sheets , I regularly see the term "property" being used to refer to left , width , top , background etc . Faced with this, I had the following doubt: Is this referral...
asked by 22.07.2018 / 02:15
1
answer

Suggestion of program for creation of tree Html?

Hello, I would like to know if there is a program of some kind that will allow me to quickly create an html tree, as in the example: I would like to add to the tags in the chart the name of the class or ID's that are also children of a...
asked by 22.07.2018 / 23:55
1
answer

Print HTML page content

I would like to print a page of this format ButwhenIgotoprintitisinthisformat IhaveafunctioninJS,butIdonotknowhowtosolvethisformattingproblemCODE<!DOCTYPEhtml><htmllang="en"> <head> <meta charset="utf-8"> <meta...
asked by 26.05.2017 / 14:29