Questions tagged as 'html'

2
answers

Align menu with CSS

I have this menu that currently has two IDs that can be more. <ul> <li><span class="ytVideo" data-videoID="6AmRg3p79pM">(Youtube 1)</span></li> <li><span class="ytVideo" data-videoID="El3IZFGERbM"&g...
asked by 20.12.2015 / 02:34
1
answer

Save fields from one page to another

I have these two pages each with a form, I would like to be able to send the information of the two forms in an email. How do I save the values of the fields nome and numero and send only on page2 along with the other two fields of...
asked by 22.02.2016 / 16:23
1
answer

How do I make the transition work on the "round trip" when using hover?

I have this :hover here ... .novidades{ background-color: #F5dcdc; background-color: #f5dcdc; background: linear-gradient(#f5dcdc, #bebef4); position: relative; bottom: 0; } .novidades:hover{ bottom: 20px; transition: bot...
asked by 21.02.2016 / 15:26
1
answer

When I press enter in the input type file, it opens a blank page

This is my code, pressing enter opens a blank page <div class="form-group"> <div class="col-sm-12"> <div id="fileselection" style="margin-bottom:30px"> @using (Html.BeginForm("A...
asked by 11.12.2015 / 13:31
1
answer

Change values of a div

I have a combo when event occurs onchange it performs a query on the database with the selected value and inserts into a div values, the problem is that when I apply $('.minhaDiv').html(resultado) it returns me only the last...
asked by 14.12.2015 / 17:25
1
answer

Show DIV by an ID

I'm looking to add this message to a page called contact.php <div class="alert alert-warning alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true"...
asked by 04.02.2016 / 03:41
1
answer

GET / POST for the same page?

Hello, I'm a beginner in PHP and I'm following some videos-classes, in one we pass parameters via GET or POST (whatever) to the same form page, the goal is only to work with radiobox and checkbox , however I have two p...
asked by 15.12.2015 / 21:21
2
answers

DataTable with jsf

I'm having a hard time using the primefaces datatable along with jsf, I've tried to implement it in a way: <p:tabView> <p:tab title="Alterar Usuarios"> <h:form prependId="false"> <h:panelGrid c...
asked by 18.02.2016 / 16:38
1
answer

How do I remove the square when I click on the icon?

I am testing the navbar bootstrap and, as I do not know much about styles, I do not know how to solve. When I click on the icon a dotted frame appears outside the outline of the image as below: Iknowthisisrelatedtothestyleofthepage,butIdonot...
asked by 20.02.2016 / 15:46
1
answer

Problems setting up Table with CSS

I'm creating a commercial project in JSF, and to start the project I started to create the layout of the pages, to create the project, I'm doing it in pieces, and in each piece of the project I'm creating small projects that will be part of a si...
asked by 08.12.2015 / 14:59