Questions tagged as 'html'

1
answer

CSS font-smoothing: antialiasied makes no difference?

It is possible in the late Fireworks cs6 (and from what I read in photoshop too) to optimize the rendering of the fonts. Searching to see it was possible to apply this in the web pages vi there are sim resources to accomplish the same: -webkit...
asked by 08.03.2016 / 23:24
1
answer

Select (HTML) with multiple selection. Marco one and should mark all, not working

I have this select with multiple select <tr> <td width="10%" class="label_right">Autorização Prévia: &nbsp;</td> <td class="label_left">...
asked by 19.01.2016 / 18:49
1
answer

Best way to add a lot of HTML to the page via JS?

Well, I'm creating a small social network (one page) and I wanted to know how to add a lot of html to the page. I'll explain better: I have a div called timeline that serves as a container and within it in thesis is to be added another...
asked by 14.01.2016 / 17:17
1
answer

How to lock so that CSS does not change beyond Footer and Header

I wanted to know if I can lock CSS to a specific location. See the following: I have created a system where each user will define his own Header and Footer (consequently his own css). However I would like that when reading th...
asked by 19.01.2016 / 13:11
2
answers

Search by date php pdo

I need to search the database using the DtBase column, for example: on day 26 I populated the table with several information, on day 28 I want to see what I did on day 26. I want an input date or another method that it is more feasible for me...
asked by 26.01.2016 / 16:34
1
answer

Send data from a dynamic table via ajax

I have a dynamic table, where I can add or remove a row, when I add a new row I can send what is written by the form ... But not when I try to send via ajax, it only sends the first line. How would it be right to send all the new lines? html...
asked by 27.01.2016 / 19:38
1
answer

Single sign-on system [closed]

How to create a unique login system in PHP ? Give access to multiple sites for the user, without having to log in to each site. Like Google, with a single login, you use Google and YouTube.     
asked by 28.07.2016 / 01:05
1
answer

Calculate in javascript without refreshing the page

I'm trying to create a script in javascript to get a value entered by the user, and multiply by the specified value, but every time I click the button, it does the calculations, but it refreshes the page then zeroes. Here is the code I...
asked by 10.01.2017 / 17:35
1
answer

How to interact with HTML created with javascript?

I'm creating a posts system that will be updated by ajax, however when I add another post the side menu does not work. How to update without making the menu stop? This is the code I'm using, put a button next to it to simulate ajax updating p...
asked by 10.01.2017 / 20:10
1
answer

Image not picking feature of the div in which it is inserted

I have a header tag, where is my menu, this header tag has 80% width of the screen and is fixed at the top. I have just below the menu an image, which I want to take 100% of the screen, but it is inside the same header tag. Is this image not cat...
asked by 26.11.2015 / 12:05