Questions tagged as 'html'

1
answer

Delete CSS applied to Brothers object clicked with Javascript

How could resetar a CSS applied with Javascript via Click element? I have a table whose tr and td are dynamically created and a table table is created directly in% static%, HTML of course does not have...
asked by 26.05.2015 / 14:59
1
answer

Problems retrieving data from Mysql

I'm trying to retrieve data from Mysql database for a form, I was able to retrieve some data but others display - Resource id #7/#4 PHP: @$id = $_GET['v']; $res=mysql_query("select * from login where cdlogin = '$id'"); $res_pes=m...
asked by 23.05.2015 / 05:45
1
answer

Interactive title in a Modal

Well, I have this html: <div> <span class="upgrade_description"> Upgrade 1 Segunda a Sexta das 20h às 02h</span> <a href="#abrirModal" rel="modal" class="button">R$ 399</a> </div> <div> <spa...
asked by 26.05.2015 / 19:30
3
answers

Onmouseover and onmouseout events taking too long to swap images

I have a problem using the onmouseover and onmouseout events that when passing the mouse it does the swapping of the images but it is very slow it takes a lot, there is another way to do this by following the example below. p> <...
asked by 20.10.2014 / 17:59
3
answers

Problem with Div shift when running Zoom

I'm building the default layout for some pages I'm developing, but I'm still new to html and css pages. In my code, the footer tag moves from the main div when I zoom, I'd like to know how to prevent elements from exiting the div when zooming is...
asked by 13.10.2014 / 21:47
1
answer

Audio Tag does not work on Phonegap

Audio tag does not work on Phonegap using AACP format, in normal MP3 format. <audio src="http://107.161.23.70:9984/;stream.nsv" controls autoplay></audio> Does anyone know why?     
asked by 05.02.2015 / 13:48
3
answers

Translate specific part of the woocommerce template

Hello, I can not find the file to translate the text "Product successfully added to your cart." Along with the "Continue Shopping" button. ps: I have already tried to open several language files in poedit but still unsuccessful.     
asked by 15.04.2015 / 20:43
1
answer

Make text appear under the box

I have an X3D animation box <X3D> ..... </X3D> <p> ..... </p> And I want the text to appear below this, instead: How do I do it? Thank you.     
asked by 20.12.2014 / 18:20
1
answer

CSS, firefox does not recognize Bree Serif font

I use google sources, however I got surprise today that I went to test my files in firefox and realized that the font was not loaded. See link @font-face { font-family: 'Bree Serif'; font-style: normal; font-weight: 400; src: local('Bree...
asked by 16.12.2014 / 21:25
1
answer

How to download HTML-linked files within AIR application?

I created an application with Adobe AIR and I threw inside it the HTML component that will open my desired page. The problem I'm having is that within my HTML page there are some file download functions, but these do not work because they are in...
asked by 09.12.2014 / 11:50