Questions tagged as 'html'

1
answer

Extract the li list with xpath

Hello, I'm developing an application with java + selenium I have the second web element: WebElement results = ( new WebDriverWait( driver, timeout ) ).until( ExpectedConditions.visibilityOfElementLocated( By.id( "local" ) ) ); Where id...
asked by 30.05.2017 / 20:49
1
answer

HTML Layout Ratio

I'm starting a project using the materialize css library, I'm not very knowledgeable about layouts , I'm having difficulty with the proportion of HTML elements. In the% w / w of% below, it is expected to: However,whenyouo...
asked by 18.05.2017 / 18:42
1
answer

CSS - position an element on the right

Iwanttopositionthediv"bookright" on the right side of the HTML page I believe I have the correct CSS code but it is not working. pf see the photo, at this moment it appears underneath the image, I want it to appear on the side, on the right sid...
asked by 06.05.2017 / 16:57
2
answers

New page in html

Let's say I have a site called site.com.br, and two HTML files. One called index.html, and another, sub.html. I would like to make the index.html file stay on the site as only site.com.br and sub.html stay as site.com.br/sub.html . How...
asked by 10.05.2017 / 04:24
1
answer

Creating tables through div

I would like to create a table structure that can have a variable amount of columns, for example, one hour might have only 3 columns and at another time it may have 5 or 6 columns, that number is not limited, that amount columns will not change...
asked by 10.05.2017 / 14:38
1
answer

How to know the result number inside a loop with mysqli_fetch_array?

How to know the result number inside a loop with mysqli_fetch_array to have a condition that separates the first from the rest? In my table sql only contains a single integer field id . What I want to do is get the first e...
asked by 29.04.2017 / 13:45
1
answer

QR Code reader ZXING in HTML - WEBQR

I'm trying to implement the reader in my web application just like on the "webqr.com" website, I've copied the entire site from index.html to the scripts (2). until that's fine I access the server through localhost and it works as in the image b...
asked by 27.04.2017 / 14:15
1
answer

Data jQuery problems

I'm having a small problem in my jquery code, I wanted to do a sum in which I put the value in the input + the span value in one div and generate that in another span, but it does not show me results. p> HTML <div class="media-body"> &...
asked by 27.04.2017 / 15:24
1
answer

Help with DateTangePicker in jQuery

I'm using the jQuery Date Range Picker on a form. Follow the code in jsfiddle My problem is when I click on the input Input appears the date range picker normally, but when I click on the input date, I need it to close and open on the outpu...
asked by 05.06.2017 / 23:03
1
answer

Problem with tag select in form

I have developed a contact form in my site but in this form it has a select unde the person will be able to choose a service but I have no idea how to insert this into my code I would like to know if it is possible. At first my code wor...
asked by 19.04.2017 / 18:53