Questions tagged as 'html'

6
answers

How to create link with hover showing sides traces

What I want to do I want to create a menu and for each link I want to apply a hover effect. When the user hovers the mouse will show strokes on the sides of the link. Image Example Follow here as I'm trying to do. When I hover over "h...
asked by 02.09.2014 / 15:19
4
answers

hyperlink mailto button

I have an HTML hyperlink to send mail through mailto: <a href="mailto:[email protected]?Subject=Hello%20again" target="_top">Send Mail</a> The problem is that in the source code it is possible to visualize the mail. How...
asked by 13.08.2015 / 13:11
2
answers

Show items as selected by a select (HTML) [closed]

Good afternoon! I have a database with two tables, products and menus, the two tables are indexed through the CdCardapio field. I created a html select element that contains all the registered menus, so that when selected, for example, the "B...
asked by 15.09.2015 / 20:35
3
answers

How to make them disappear & nbsp; & nbsp; & nbsp; & nbsp ;? [closed]

I have a div that will serve as a menu. The problem is that I get these weird characters to format the code and I did not put them there: &nbsp;&nbsp;&nbsp;&nbsp; These characters are not visible by code, but...
asked by 15.07.2015 / 12:41
2
answers

Mask for Note Field - 10 or 5.5

I'm looking for a script in jQuery to make a mask: When you type 10 , the format field for 10,0 and when it is another note such as 6,5 , leave it. As an example below. I need you to delimit the moment you typ...
asked by 16.09.2015 / 14:58
2
answers

Limit input html

I want to put an input in html and I want to limit only 2 numbers. <input type="text" name="Dia" maxlength="2" size="2" > I tried this one but letters still appear.     
asked by 27.01.2015 / 11:20
3
answers

Get the value of select

My Select looks like this: <select class="input-medium ajuste" id="sel_mes"> <option value="09/03/2014">Março - 2014</option> <option value="09/04/2014">Abril - 2014</option> <option value="09/05/2014">...
asked by 09.03.2015 / 21:39
4
answers

CSS, input in firefox shows blank text

In firefox the text of my input does not appear, what reason? see link input { width: 100%; height: 35px; margin-bottom: 10px; color: #595959; padding-top: 17px; padding-right: 17px; padding-bottom: 17px; p...
asked by 16.12.2014 / 21:11
2
answers

Div diagonal mosaic in CSS

I need to create a menu with diagonal divs that when passing the mause over color change and each image contains a link to a different category. The problem is that I can not create a div diagonally, and wanted to find a solution to the probl...
asked by 03.03.2016 / 20:03
2
answers

How to send information hidden through a form?

I want to send an information through a form, however I do not want it to appear in a field, that is, I want to send information via post, but it does not appear in input . How to do this?     
asked by 27.02.2016 / 20:05