Questions tagged as 'html'

2
answers

How to display on a JSP page the attributes of an object that was passed in a list

I'm working on a Java Web project, using the Spring MVC framework. I'm having trouble displaying information that comes from a list where analysts are registered. The analyst name is displayed correctly, since name is a String attribute of...
asked by 04.08.2015 / 19:49
1
answer

Return a variable value with ZeroClipboard

I'm using this link library to copy text by clicking the button for the user's clipboard. I'm trying to find a way to change it a bit, but to no avail. The basics of using the library are: <html> <body> <div id="d_clip_butt...
asked by 04.08.2015 / 18:37
1
answer

Do not receive negative numbers in an input

I have the following code: link $(document).ready(function () { $('input').keyup(function() { var $th = $(this).val(); $th = $th.replace(/[-]/g, ""); $(this).val($th) console.log( $(this).val()); }); }...
asked by 29.06.2015 / 11:06
1
answer

Bootstrap changing color in print

I made a report system that is displayed to make A4 sheet printing. I put some edges in it to make the impression. The problem is that at the time of printing, it prints everything black. The problem is the bootstrap, because when I shoot it eve...
asked by 30.06.2015 / 17:21
1
answer

Make the inside div that "overlap" the parent div

I have this structure: .containerNome{ width: 97px; height: 23px; border: 1px rgb(0, 0, 0) solid; background: rgb(0, 0, 255); border-top-left-radius: 10px; border-top-right-radius: 10px; -moz-box-shadow: inset 3px...
asked by 24.06.2015 / 04:42
2
answers

How to make this MENU with CSS

HTML<navid="menu-navigation"> <ul> <li> <span class="icon building"></span> <a href="#" title="">LINK UM</a> </li> <li> <span class="icon services"></span> &...
asked by 02.07.2015 / 13:35
1
answer

One of the elements of the page moves when clicking the other!

There is no JavaScript that is doing this that I will cite below with my page, but yes, CSS itself, I do not know what that is, I tried to solve 'without making a fuss', but it did not work: See for yourself, click the login button, which is a...
asked by 02.07.2015 / 16:48
2
answers

How to create a function to clean the group of a radiobutton?

I'm working on a typing system for a paper form, where I have some radiobutton options, for example: <fieldset> <legend> Disponibilidade de energia elétrica? </legend> <label for="sim"> <input type="radio" name...
asked by 20.06.2015 / 20:44
1
answer

How to manipulate margin of a Flat-UI video

I'm using a skin for Flat-UI , but when I put the video inside a panel, it appears a margin below that I can not get out of nowhere. See FIDDLE (scroll the Results bar down), or snippet below: .panel-info > .pan...
asked by 23.06.2015 / 19:48
1
answer

Change the background of a div according to Scroll

Hello, I have already tried several ways but I have not been able to create a bar similar to that of link that moves according to page descends. * I mean the galaxy bar at the top Thank you     
asked by 06.07.2015 / 21:26