Questions tagged as 'css'

1
answer

How to fix CSS problem with letter-spacing and right-aligned text?

I have a situation in which I have a container with two lines of text in right-aligned. Only one of the lines has the letter-spacing: 15px; property to increase the spacing between the characters. The problem is that letter-spacing...
asked by 19.11.2018 / 13:24
1
answer

Media Queries does not work

I'm developing a WordPress site that needs to be responsive and for that I'm using media queries: <head> ... <link rel="stylesheet" href="css/style.css"/> <link rel="stylesheet" href="css/mobile.css" media="screen and (max-width...
asked by 07.04.2014 / 00:49
1
answer

CSS Incompatibility with jquery blockUI in IE 8

I'm using jquery 1.11.0 in> along with the plugin jquery-blockui < in> 2.66.0 and when blocking the screen, div gets white background in IE8 and earlier. Here are the images: The call to blockUI: $.blockUI({ message: "...
asked by 18.02.2014 / 20:21
1
answer

Why in css "reset" operations is it not recommended to use the asterisk?

I've seen several internet tutorials about css reset teaching that you should never use asterisks to apply the modifications. For example: * { margin:0; padding:0; } But along with the claim that doing this is problematic, I've ne...
asked by 18.02.2016 / 17:58
3
answers

How to leave the background of a fixed div in iOS (iPad) Safari?

I have a layout that works great on the desktop, but when viewing in iOS Safari (iPad specifically) it does not appear as expected. I want the div background to stay fixed when scrolling the page. Does anyone know how to fix this problem? css...
asked by 06.02.2014 / 20:51
1
answer

How to create MASK with pure JS in React

I'm developing an HTML, CSS and jQuery site in React, but I've seen that using jQuery is out of phase in React since it's possible to create some components faster and easier, my question is how to make a jQuery-made mask for Javascript pure, or...
asked by 18.05.2018 / 15:48
1
answer

As per legend at a point created in an image

I have code that draws points in an image based on my select options. Each point is related to a select and so I would like to know how by a caption with the name of each select in the point, or rather, the acronym to identify each point. <...
asked by 06.05.2018 / 22:48
1
answer

Align divs vertically to middle (middle)

I have the following code: @charset "utf-8"; /* CSS Document */ img { border: 0; max-width: 100%; } div.cabecalho { position:relative; width:100%; height:200px; border:.1px solid #000000; } div.cabecalho div.logo, div.ca...
asked by 27.04.2018 / 16:42
2
answers

How to customize send file button?

I have a submit file button: <input id="file" name="file" type="file" /> It looks like this: Iwanttoremovethis"No file selected" description and customize the button text. Can anyone help me?     
asked by 12.06.2015 / 16:14
1
answer

Change cell color according to result?

I am a beginner in this universe, and I am caught up in my development in a simple function that I can not understand. This code below gets a value from the database, and I would like the background cell to change by value, for example if the fi...
asked by 16.01.2017 / 23:16