Questions tagged as 'css'

3
answers

Div with height 100%

I need to leave a div with height: 100% content and below it I still have the footer, but, for example, when I do not have content to complete the entire screen, the footer appears at the bottom of the page. It has 100px and...
asked by 18.02.2014 / 14:11
4
answers

How to soften the font with CSS in Chrome?

I have a "cracked" font problem in Chrome, so it looks like the tips are pixelated. To help, I'm posting two images IE : Chrome: My CSS that calls the font: @font-face { font-family: "Helvetica-nw"; src: url('../fonts/Helv...
asked by 12.03.2014 / 19:36
2
answers

SVG file in CSS does not perform Javascript function

I'm using an SVG as background-image , via css: #element { background-image: url('triangle.svg'); } Then inside the SVG file I call a function in onload because I need to pass RGB color parameters to SVG and change the fil...
asked by 02.04.2015 / 15:12
1
answer

What is the reason for the suffix "some number" in the CSS link? [duplicate]

I was seeing the sources of some sites, and sometimes I see something like this: <link href="http://css.siteX.com/imagecache/.../ymPrompt.css?2014102701" type="text/css" rel="stylesheet"> I would like to understand why ?201410270...
asked by 05.04.2015 / 22:15
3
answers

Is there a way to make a child div float by scrolling the scroll of the parent div?

I have a div primary, and within this, another div (secondary). I'm trying to position the div pendent% in the primary div so that it becomes a floating DIV (popup style) that overlaps the other elements. But for this...
asked by 04.04.2017 / 05:57
2
answers

DropDownList Quantity Items

Good morning, I'm using dropdownlist in asp.net to load some data coming from the bank, however I do not know the amount that will be shown, because it depends on the fill in the bank. I'd like to show only a certain amount of i...
asked by 12.04.2017 / 15:18
1
answer

Property font-stretch

Today I came across a very intriguing CSS property that is font-stretch . In Google Chrome, typically when we inspect an element that has multiple properties together in a single property (for example, margin:► 0; font:► 14px sans-se...
asked by 11.10.2015 / 17:05
1
answer

CSS Performance (CSSOM and selectors)

Given the CSSOM assembly by the browser and parser (read) that is given right to left . I would like to ask a question because I was writing a css in a project and I always have performance issues with me not using Type Selectors and I try...
asked by 28.07.2015 / 18:10
1
answer

Texts with undesired effect in Bootstrap

Why does my text appear with another text below it after I add the Bootstrap library on the page? (Notice the Copyright and the text from the top)     
asked by 25.05.2016 / 03:55
2
answers

How to put ALT in a Background-Image? How to make a Background-Image more accessible and semantic?

It's a simple but objective question. We know of importance of the tag ALT for semantics, accessibility and even for SEO. But how can I set these properties of the ALT tag to an image that is set to background-image ?...
asked by 05.11.2018 / 12:15