Questions tagged as 'html'

3
answers

how to paint a date expired with css

Ihaveatablethatshowsthematurities,howcanIleavethefontredorthebackgroundredifitisexpired?usingcssMytableismountedasfollows<tableid="myTable" class="uk-table sortable uk-table-hover uk-text-nowrap" cellspacing="0" cellpadding="1" border="0" wi...
asked by 28.06.2017 / 16:40
1
answer

Webview + videoview open videos from an HTML and play in videoview

Look at friends I'm new to the Android platform But I wanted a simple example of how to open HTML with video links and play them directly in the videoview of my app I am grateful for any example you give me     
asked by 05.04.2018 / 08:13
2
answers

Problem in centering images

I have some problems with centering my images. Basically I wanted to center my images in the center of my page. But if for example I go to another PC with another resolution my site gets all deformatado. I wanted to know if anyone could help...
asked by 23.03.2018 / 18:08
1
answer

Set different CSS sizes for each browser

I have a problem with my code, in case, I have a banner that in Chrome and Opera, it appears in the exact size of the whole screen, however in Edge and Mozilla it appears broken not occupying 100% height with the others . In CSS it looks like...
asked by 02.04.2018 / 18:55
1
answer

Parameter with more than 16 characters javascript error

I'm trying to pass a variable by an onclick function but when I'm going to see the return is not coming up the whole value, as below: $("#nomePromocao").append("<tr><td><button onclick='Ativar("+id'+")' .... return value = 7....
asked by 10.07.2018 / 05:51
1
answer

Domain Login System

Well let's see if you can help me! I'm trying to make a basic login system, however I have a problem, I'm still a beginner in php and I do not know much. I'm trying to make this form work correctly. <input name="dominio" type="text"...
asked by 26.08.2018 / 19:45
1
answer

Site is not responsive [closed]

I did a test with Bootstrap, in the desktop browser it works beauty, but in the mobile device it gets small. <html> <head> <link rel="stylesheet" type="text/css" href="bootstrap.css"> <script src="boots...
asked by 23.12.2015 / 00:29
3
answers

How not to let the user click more than once button using javascript [closed]

How to not let the user click more than once button using javascript <input type="submit" class="inviar" name="teste" id="testeid" value="Enviar">     
asked by 24.08.2017 / 01:10
1
answer

Selenium getattribute list c #

I have a problem creating a list with attributes follows HTML code: <div class="post clearfix" data-post-id="92842173">...</div> <div class="post clearfix" data-post-id="92841636">...</div> <div class="po...
asked by 08.11.2015 / 04:49
1
answer

What can I do to load page without breaking code? [closed]

Currently, when I load the page from my site, everything appears broken, with no configuration and then renders everything, the problem is that this is not interactive to the user. I have already mined the js / css files, the speed has improved,...
asked by 30.11.2015 / 18:33