Questions tagged as 'html'

0
answers

HTML table with fixed top columns

I'm trying to create a table that when the page goes down, the column row is fixed at the top. So, in jQuery I defined in the scroll event that when the columns were below the offset, it changed the Position of the columns to FIXED and...
asked by 05.06.2015 / 14:25
1
answer

Print colored icon

Good morning, I have an icon in the HTML page in red color: <i class="fa fa-circle fa-2x text-danger"></i> When you print, it is black and white. Is there a way to change this with @media print?     
asked by 27.05.2015 / 14:02
1
answer

Open External Link in Windows Media Player

I have an offline HTML page that contains a link to a MP4 video, I would like that when I load this link, I would open the Media Player or other software that I have installed and predefined on my computer to play the video, ?     
asked by 27.05.2015 / 11:22
1
answer

How to change content of a select from another select

How can I put a button related to the other? Example: <span class="IWLABEL10CSS" id="IWLABEL7">Distrito</span> <select name="PAIS" size="1" width="180" class="COMBODISTCSS" id="COMBOFAB" tabindex="1"> <option value="In...
asked by 27.03.2014 / 12:59
0
answers

Bootstrap carousel with multiple items and default carousel on the same page

I'm having a problem in applying CSS to a particular carousel on the page. When I try to apply CSS in .carousel-inner .prev/.next only in the second carousel it does not work. If I take out #secondCarousel (when applying CSS...
asked by 27.05.2015 / 15:12
0
answers

Signature with Pagseguro via form html

Hello, Following the tutorial on this page, you can easily create a button that directs you to pay for a product: link <!-- Declaração do formulário --> <form method="post" target="pagseguro" action="https://pagseguro.uol.com...
asked by 31.07.2015 / 19:54
1
answer

Fields aligned in form

Good evening, I used 'float: right;' to put some fields in a side-by-side form, but they go down one field. 'Full Name' and 'Date of Birth' should be side by side, but the date field descends. Picture: Codes:Registrationpage link CSS li...
asked by 24.05.2015 / 01:21
0
answers

Add function to firefox

I want to make a modification in firefox so that it refreshes the page automatically after a period. That is, I want to "fire f5" in a certain time interval and on a certain page. I've been reading about extensions of firefox, and I have seen th...
asked by 20.05.2015 / 23:59
1
answer

Foreach within While

Capture in an array the values received via checked checkbox post, these checkboxes have the values equal to the field names of the table, I need to query with while and print the fields referring to array: <?php $campos = '''.implode('...
asked by 22.05.2015 / 03:48
0
answers

Anchor does not stop at the beginning of div and link does not remove underscore blue [closed]

Good afternoon guys, I'm building a one-page site and anchor navigation but I'm having a problem, clicking the menu that redirects to the anchor of the div corresponding to the "ID" does not stop the div at the beginning of the div in the beginn...
asked by 02.06.2015 / 21:26