Questions tagged as 'html'

3
answers

Menu with themes

I'm having a little difficulty. I have a menu in html and css and I want to put it as follows. Text - text - Logo - text - text Html: <div id="nav"> <ul> <li><span class="Email" >&l...
asked by 10.11.2014 / 18:21
2
answers

Show a table header only once

I needed help in organizing the table that will be exposed. I wanted it to be a part up identifying the fields (once only). The fields are: ID VAGA WALK APARTMENT NAME MODEL COR Here's my code: mysql_connect("localhost","roo...
asked by 03.11.2014 / 15:34
3
answers

Problem with window.open () JS

I have a table composed of 3 columns: link, status, action. In the action column, I have 2 links that will serve as "buttons": VIEW & TO DISCARD Thistablehasinaverage+100lines...IneedtheuserclickonVIEW,togetthevalueofthecolumn"Link" in th...
asked by 23.06.2015 / 20:50
2
answers

Fill div with ajax result

I have an ajax request with the following code: <script type="text/javascript"> function AddVoto() { $.ajax({ type: "POST", url: "{{url('votos/adicionar/')}}/{{{$postagem->id_postagem}}}",...
asked by 24.06.2015 / 16:02
2
answers

How do I access specific items of an ul with: nth-child ()?

How can I access 2-in-2 items in my list using the: nth-child () parameter, or is it easier to access and customize even items?     
asked by 19.08.2014 / 18:33
1
answer

Darken background with text over image

Is there any way to darken a background image without affecting the text that is on it? .slider-principal{ content:'\A'; top:0; left:0; opacity: 0.8; } .slider-principal p{ color: #fff; bottom: 0; left: 10px;...
asked by 15.04.2016 / 15:01
4
answers

E-mail sending by PHP does not show accents correctly

Situation I have an email newsletter system, emails are sent to clients every day, but I noticed that when using accents such as ´~'^ , the words unconfigured like this: ÓAÃÃà below. Well, I've tried to include <meta...
asked by 12.04.2016 / 14:36
2
answers

setTimeout or setInterval?

I'm using a tooltip plugin in jQuery to modify attributes title="" of various classes. It was working fine until I realized a problem - I am using a button that changes class as it is clicked, and when this button changes class t...
asked by 26.05.2015 / 19:28
2
answers

Print directly without going through the php dialog box

I use java script to print only the contents of a div, but I do not need to use the browser print dialog box.   Reason: I created a formatting for the text, when it goes to print by the dialog box is losing my formatting.   How could I get t...
asked by 02.05.2016 / 22:59
1
answer

How to leave the first option disabled and selected?

How can I start a selectbox of type select2 with the first option selected disabled? HTML: <div class="form-group"> <select name="tipoOperacao" id="tipoOperacao" class="selectTipo2" style="min-width : 100%"> <option...
asked by 23.04.2015 / 13:02