Questions tagged as 'html'

1
answer

Styles for commandButton

I have a problem putting styles to an h: commandbutton: -my css to which I refer can not be modified. -my commandbutton has as input type="submit" and inherits the styles of the text boxes (input) -the style for my button are for button tags -to...
asked by 19.04.2017 / 22:03
1
answer

Slide an input range from a point other than the middle

How can I make an input range have the widest slider? I want to achieve this and that the slider can be pressed at any of its points, not just in the middle. For example, in the following link I have managed to make a very wide slider but it onl...
asked by 30.11.2016 / 12:03
1
answer

how to go from one page to another with php all the data of some checkboxes

I have a page with a series of checkboxes, which are generated with php because they are formed depending on the amount of files in a folder. by clicking on the submit button, I want to be able to show on another page which are the checkboxes...
asked by 24.11.2016 / 19:12
4
answers

Check Validation with jquery does not work for me

I have a page where I have N checkbox, of which at least one must be typed before submitting, I have the following but I do not validate check, someone knows why? The JS code is: <script type="text/javascript"> $('form').sub...
asked by 07.12.2016 / 19:57
0
answers

table in html that does not show all the results of a select

Good friends I have a web application with a table to which at the moment of pressing the "search" button taking as value the one chosen in the default combobox '0' .. it must show me all the existing stores in the BD, probe in toadOracle and it...
asked by 17.11.2016 / 14:22
1
answer

2 select and 1 button on a div make them responsive [duplicate]

my question is the following, I have 2 select in html and a joint button, I have been shaping them with css and they look good but when changing the size of the browser the titles of the select and the button are not alienated , I've only been...
asked by 28.11.2016 / 23:24
1
answer

Apache cordova does not work correctly

I have been dealing with apache cordova for a while now, I can not walk it in console or with visual studio. The problem is that it does not let me add any platform, even the browser. In this example I try to add the browser in my project and it...
asked by 02.11.2016 / 16:47
1
answer

Add Iframe in a DIV

Dear, I am generating a html and I want to add an image that is in a wordpress path in a iframe within my page. <div class="box-img-login"> <iframe width="288px" height="214px" src="<portalWebUtils:link key="link....
asked by 15.11.2016 / 13:09
1
answer

I do not know how to use Component Angularjs

Good morning. I am working on a project of a web page where I use Angularjs. The case is that they sent a controller where I use a .component and the template and I have no idea how it is done, I started doing something looking on the internet...
asked by 09.11.2016 / 12:15
2
answers

Redireccinar Domain to local server apache, keeping original url in folders and subfolders

I have a free server, which I want to use to redirect to my server local apache, keeping its original url, in all my local apache server, both in folders, and in sub-folders. By using the following code it is possible to keep the origin URL but...
asked by 04.12.2016 / 22:13