Questions tagged as 'html'

4
answers

Link in table tr

Well, I need every line tr of my table to be a link to when the person clicks redirects to the related page. I tried to do this: while($linha = mysql_fetch_array($query)) { $timestamp = strtotime($linha['DAT_ULTIM_ATUAL']); $...
asked by 02.07.2015 / 22:02
4
answers

Receive input value in real time

Well, my question is the following, I have a form with 2 inputs , or people put 2 dates in each. If followed I have a javascript that calculates the difference between the 2 dates. I would like to know how I would do it so that without the p...
asked by 07.07.2015 / 18:34
2
answers

How to rotate vimeo video automatically (with autoplay)

Is it possible to start a video automatically when it opens in a lightbox ? When it is clicked, it opens a lightbox with the video of VIMEO, but I want it to be started when you open the link and not when you click play. I put the iframe...
asked by 19.08.2015 / 23:29
2
answers

How to Create conditional in a DIV to change content

I'm trying to make a conditional to display content within a div . My site has CSS adjustable per browser type, but this only changes the display size! I need to change the content of a given div for each type of browser...
asked by 21.08.2015 / 16:23
2
answers

Master page in HTML

Good morning! I'm trying to make a Master Page in HTML 5. I created an HTML page called master.html with every menu structure I want. I call this page as follows on my index.php page and it works: <html> <body>...
asked by 24.08.2015 / 15:17
3
answers

Change the content of the div without refreshing the page [duplicate]

I'm a newbie, take it easy with the answers. hahahaha I have a div in the middle of the page and want to change the description of it by clicking a button. I wanted to create about 5 pages inside the div, so to speak. I created two buttons,...
asked by 14.08.2015 / 22:04
1
answer

Mount table with div

I have the following table in HTML <table style="width: 100%"> <tr> <td style="width: 50px"> <img src="https://s32.postimg.org/x1llms2ph/caixa_padrao.png"> </td> &...
asked by 11.07.2016 / 14:27
2
answers

Div or image appears only inside another

I would like to put a div or an image (preferably div, if it is possible) inside another one, for example, I wanted the Div not to appear outside the other if it is surpassing behind. href="https://i.stack.imgur.com/XBKF2.png"> In the examp...
asked by 07.07.2016 / 16:22
2
answers

Create playlist control flow for web player

To illustrate what I'm looking for, look at the figure: Screen Shot ForthisIputthesourcecodeforexample:Code<html><head><styletype="text/css"> #slide #screenshot { width: 480px; height: 360px; border: solid 3px #333; }...
asked by 28.12.2016 / 21:05
1
answer

How to remove HTML and Scripts in user-written messages?

I have created a messenger, and after the user writes the message it is stored in the database in varchar format, at the time the recipient sees the message, if it was written with HTML tags, and Script tags this is displayed to the recipi...
asked by 16.12.2016 / 13:35