Questions tagged as 'css'

2
answers

Apply css to all but a few specific elements

How to apply padding to all a.button except those with a span , I do not know how to do but an example: a.button:not(span)     
asked by 18.11.2015 / 12:30
3
answers

Table css type excel

I am creating a table for data insertion / query that is the most similar to the format of an excel sheet. My table: Problem: As the image above shows, putting input into td , it does not occupy td all, staying...
asked by 21.02.2014 / 10:54
3
answers

CSS transition top

I am creating a CSS that simulates letters from a deck, with letters and letter hands. When a one-handed card is selected it is highlighted above the others. This works fine, however I would like to apply a transition effect to when the card...
asked by 02.05.2014 / 15:22
2
answers

Fix the footer of an html page and follow the contents of the page

I need to set the footer tag to the end of the html page, but when the content exceeds the page the tag footer must accompany the content and not be fixed. See the CSS code is the HTML code I'm using for this. header {...
asked by 08.06.2014 / 04:28
2
answers

Counter properties in CSS. What do they serve and how do they work?

Recently I was studying CSS and discovered counter-reset and counter-increment , but I did not really understand the properties and I had some doubts. Questions What is counter-reset and counter-increment in C...
asked by 26.09.2018 / 15:05
3
answers

Change the input background populated by Chrome autocomplete

I'm creating a form, and as everyone knows, the browser has the "autocomplete" option, so far so good, but I came across the following situation: p> Asyoucanseeintheimageabove,thefieldthatwasfilledinautomatically,hastheyellowbackgroundandwe...
asked by 19.11.2017 / 14:55
1
answer

Problem with Background Html / Css

I created a id in css with a background. When I put div in html the background becomes beauty, but when I put a <form> , the part it occupies becomes white. Note:whenIputboldtextinit,too.HowcanIresolvethis? Here's an...
asked by 19.03.2014 / 13:20
3
answers

How to use a different logo if the default does not exist?

I wonder if there is a solution to the following problem, If there is a company logo, consider it and apply it to css, if there is no use of logo_default, then I could control versions and my users could customize the application without fear...
asked by 14.05.2015 / 15:08
2
answers

A Absence of semicolons in CSS and Javascript can influence the operation of the code?

I always leave my css and javascript code minified but never noticed the generated output. Well, I noticed that the last rule of a selector (in css) and the last function (in javascript) always misses the semicolon. For example, a simple rule in...
asked by 28.10.2014 / 14:45
1
answer

Pointed Buttons and Text Balloons

I'd like to know some alternatives to using some% s of custom% s as well as the famous text balloon. Currently I use a button that inside has <div id="container-button"></div> and a <span id="texto"></span&g...
asked by 24.08.2014 / 19:10