Questions tagged as 'css'

2
answers

Incompatibility Firefox

I'm about to finish my first web project and when I'm reviewing the browsers I find that firefox causes me the following error in the footer. As you will see in other browsers it works and it looks perfectly in firefox is the only on...
asked by 01.09.2018 / 19:17
2
answers

Display a div when clicking with ajax

Good day to all, I would like you to support me with this, I have a html I have ajax and css, I want to click on the clicks (that already does) but at the time of clicking I am visualized a div that I have it with invisible ... this is my code...
asked by 13.08.2018 / 17:11
2
answers

Apply background-color to Input with hexadecimal number stored in database

I comment, in my DB I have a table Categorias which contains, CategoriaID , CategoriaDescription and CategoriaColor , my question is, when displaying the different categories in example inputs <input type="button"...
asked by 07.08.2018 / 19:28
2
answers

Make transparent text of a button and transparent button only where there is text

Well, my question is somewhat complicated, what I want to know is whether the text of a button can be made transparent but also the button on the part where there is text so that when I mouse over the button the letters are from the color or ima...
asked by 13.08.2018 / 03:13
2
answers

Why are CSS styles not updated?

It happens to me sometimes that I have to eliminate the datos de navegación , cookies , caché , and everything so that I just update the styles that you modify in CSS , which are in another folder as you already know. I u...
asked by 09.07.2018 / 10:44
1
answer

CSS doubt - the use of ""

Good morning, I have the following doubt, Suppose I have a structure like this: <div id=bloque1> <ul> <li> <a href=#>opcion1</a> </li> <li> <a href=#>opcion2</a> &l...
asked by 08.07.2018 / 18:17
3
answers

How to change list style with :: before?

I have a question about how to put a list-style:; with ::before . I mean changing the circle of a messy list to a different icon with ::before     
asked by 03.01.2018 / 04:08
2
answers

Close div with "x" [closed]

I would like to know how to do so that people can close a div that has an adsense ad by clicking on an "x" Here's an image of what I'm looking for:     
asked by 08.09.2018 / 17:08
1
answer

How to correctly condition the coordinates of an HTML element with mousemove in JavaScript?

What I need in particular is to obtain the coordinates of a div to be able to condition them (correctly), as for example with a new event. Now ... the problem is that I have solved it up to that point, the issue is that when running the e...
asked by 19.08.2018 / 17:49
2
answers

How to add and remove Javascript dynamically

I am developing a web application that needs to load modules dynamically, each module has html, css, javascript code fragments, which I upload via ajax with json: To add the html and the css, the innerHTML method works perfectly for me, which...
asked by 11.10.2016 / 20:29