Questions tagged as 'html'

1
answer

Use: before or a div with an image?

I'm finishing a website and I'm not sure if I use :before or a div with the background of the image, what I need is this: Asyoucansee,theyare2divs,thefirstisthatoftheglasses,andthesecondisthetext,Itriedtomakea:beforetohavethis...
asked by 10.07.2014 / 14:43
1
answer

Insert Google Drive Worksheet into Website

I'm programming an HTML / CSS site, but the client needs to update a spreadsheet that is on the cover of the site. I was able to insert a spreadsheet created in Google Drive, through an iFrame, but it has white bars on the side and also the t...
asked by 08.07.2014 / 13:45
2
answers

Streaming data on Http in Javascript

Is there a way to send data about Http, but instead of all the information at once, send one part at a time? For example: I make an Http request for GET /produtos . This will return all my products (assuming I did not put a limit). If...
asked by 01.07.2014 / 20:17
3
answers

Transparency of a SWF with wmode = transparent does not work in Firefox [closed]

I need to display a SWF with transparency. <wmode = transparent> is working in all browsers, except in Firefox. What can it be? <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="root"...
asked by 15.09.2014 / 18:33
1
answer

Problem Aligning Footer

Hello, I have a problem that is disturbing for a long time, I have a page where there is a div whose has several contents inside that modify according to the user's desire, just below there is a Footer If I put a position: relative...
asked by 31.08.2014 / 01:17
1
answer

Colorless IE table

I have a problem on the IE11 page because the rectangle appears to White and Chrome appears correctly. <formmethod="post" action="Procurarquery.php" enctype="multipart/form-data">             CSS: .Tabela { background: #7db9e8; /*...
asked by 19.05.2014 / 10:45
1
answer

How do you make the top edge of the div overlap the top tip of the right edge?

I'm trying to make the upper border of div totally overlap the top edge of the right edge, but I'm not succeeding. html <div class="caixa"></div> css .caixa{ width:100px; height:100px; border-top:14px...
asked by 31.03.2014 / 23:32
1
answer

Search within a session

I have a function in controller that returns me a JSON , which I get in a JQuery and I mount my page. I, store her return in a session, as below: SessaoUtil.SalvarSession("PegaHotelPacote", package.Buscar((SessaoUtil.Recup...
asked by 28.03.2014 / 16:18
2
answers

Error executing java program for printing through PHP

I have a web application that generates an image for a badge and to be able to send it automatically to print, I created a program in java that does this. The program runs perfectly, I generated a jar, pasted together with the php files insid...
asked by 01.04.2014 / 21:39
1
answer

How to check radio button option and show corresponding HTML table

Situation: We have three tables in the same form the first one contains the radio button: <td> <input required="required" value="Evento" name="tipo" id="evento" type="radio"> <label for="tipo">Evento.</label> <input...
asked by 12.03.2014 / 06:19