Questions tagged as 'css'

1
answer

How to paint a background image with CSS

Does anyone know how I do this yellowish effect in CSS in the photo?     
asked by 24.05.2017 / 02:31
1
answer

How to adjust the alignment of a th?

I would like to know how do I adjust the alignment of a Table Heading <th> ? I do not know if it is possible to do this procedure as it is done for <tr> or <td> . I want to be able to do this to align the con...
asked by 25.05.2017 / 20:09
1
answer

Responsiveness on mobile devices with bootstrap-material?

I'm using bootstrap-material on a system, if I use the non-maximized browser the responsiveness works. But not on mobile devices. Does anyone know what it can be?   Styles<linkhref="{{ elixir('css/all.css') }}" rel="stylesheet"/&g...
asked by 09.08.2016 / 19:45
1
answer

CSS event in one element to apply in another

It is possible with CSS to make the following code .grupo-input input:hover .grupo-input span{ margin-top: -30px; } Where in the HTML it looks like this: <label class="grupo-input"> <span>Nome</span> <inpu...
asked by 07.08.2016 / 23:50
1
answer

How do I set two (or more) css parameters at once?

I wonder if it's possible, in a scenario where the two values are the same. I would do this to advance writing. For example, pass HEIGHT and WIDTH together: height, width: 50px; I tried to do this, but it did not work...
asked by 30.12.2016 / 00:53
1
answer

Display fixed alert regardless of the scroll position on the page

I'm putting together a confirmation alert, clicking on the link it will appear. It's all working, however when the page is too big the alert does not appear as it goes to the top of the page. I need to make it 30px, but jquery has to identify th...
asked by 29.12.2016 / 18:22
2
answers

Is it possible to customize the Facebook button? [duplicate]

Can I create a custom facebook button? I want it when I click on my custom button ( link ) happen exactly the same as what would happen if I click the default button to enjoy from Facebook. If so, how can I do this?     
asked by 02.06.2016 / 19:14
2
answers

rewind the click counter signaling where it left off

I tried to create a progressive and regressive counter to mark that tag is stopped. Code el = document.getElementsByTagName('a') var x = 0, y = 0; document.getElementById('menos').onclick = function() { x--;...
asked by 30.05.2016 / 22:00
2
answers

Remove border that separates columns from a table

Good evening! I'm trying to remove the border that separates the columns from a table, but it does not work. The table is this: <table border="0"> <td> <tr> <img src="http://depositodetudo.pe.hu/hospedagem3/...
asked by 24.11.2016 / 04:20
1
answer

put DIV in the center of the page [duplicate]

How do I get this 'div' to be in the center of the page? .dialogbox { position: absolute; top: 30px; width: 550px; border-radius: 4px; background: #FFFFFF; margin: auto auto; overflow: hidden; display: none; z-index: 9999; } I need to ke...
asked by 19.12.2016 / 18:55