Questions tagged as 'html'

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

How do I visualize the person in charge with the dependents

My select is wrong. How do I view the dependents of this user: I have 1 user: (Mauro Santos) and 2 Dependents: (Thiago and Dhalila), how do I view it in view . Select SELECT * FROM cad_lideranca WHERE numerocontrato = :numerocontrato...
asked by 26.12.2016 / 14:27
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

Add a separator to each item

Hello, I have the site exemplo.com , in it I use Bootstrap, I would like to add an / a each item in his navbar, like a breadcumb. As if it were a breadcumb but in navbar. Thank you in advance.     
asked by 31.12.2016 / 10:30
1
answer

ChartJS 2.0 Rotation

How can I rotate the text? What I have: I'mtryingtorotatebutctx.translatedoesnotworkright,see: Here'smycode:animation:{onComplete:function(){varchartInstance=this.chart;varctx=chartInstance.ctx;ctx.textAlign="center";...
asked by 18.07.2016 / 14:27
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

Mount playlist with folder / directory items and play the playlist in loop [closed]

Basically I would like to have a video player on my index.html page that passes all the videos that I have in a folder, ie if I delete or move another video to that folder, the video player passes all that there they are, whatever the tit...
asked by 29.11.2016 / 15:45
2
answers

Text alignment problem within select and input

I'm having trouble defining the style of inputs and selects. The text is misaligned / cut, as the figures below (first image in chrome and second in IE, in Mozilla is equal to chrome) input{ height: 25px; border-radius: 0px; border: 1px...
asked by 12.07.2016 / 05:31