Questions tagged as 'html'

1
answer

How do I switch between 2 style sheets?

Well, I have a site that all its color is gold and black . Some font colors in gold, then golden, gold sidebar, etc ... How do I, when I put a button on the side of my site, written "purple version", and the visitor clicks this button, ch...
asked by 10.11.2017 / 05:31
1
answer

Comparison of tables

I am creating a system of bolão, where the administrator registers the games and the scoreboard, and the user has the option to kick a scoreboard, if this score is the same as the one registered by the administrator he informs that the user has...
asked by 06.11.2017 / 12:24
1
answer

BeautifulSoup - Real href links

I was studying about WebScraping with Python and started using the bs4 library (BeautifulSoup). When I started to get the tags a and the href attribute, I realized that I could not access the link if in href had something li...
asked by 07.11.2017 / 08:58
1
answer

Help with ajax to send new variable value on this page without refresh via radio button

I'm trying to make a table with a radio that when I click, it changes the order that the contents of the table is displayed, I saw that the way to do this is with ajax, but I do not have much time remaining, and from what I saw ajax I could not...
asked by 06.11.2017 / 21:54
1
answer

Decimal in field number (html).

How to put decimal (1.0 and 1.10) in step="0.010" of a field type = number? I have already tried to do but always the zeros are left out, it is not possible to make a 1.60 height eg result is always 1.6.     
asked by 07.11.2017 / 23:16
1
answer

Bring descriptive information of a sequence in PHP

I have a form, one of the fields is a dropdown that does query and brings the results as below: <select name="convenio" id="convenio" class="input" style="width:260px"> <option value="selecione">...
asked by 07.11.2017 / 21:46
1
answer

Select more than one item in select or something similar angularjs

I need to select more than one option in my select or something like it, is there a possibility? <select ng-model="modelcompraevenda.filial" class="form-control" > <option ng-selected="data.unit == 1" ng-selected="true"...
asked by 03.10.2017 / 21:23
1
answer

Generate publish Ionic site

Good morning, I need to publish a website with ionic structure (I know its main idea is to generate the app, but we have this app and it has to be a site and an app at the same time), what is the best way to do that?     
asked by 03.10.2017 / 15:44
1
answer

How to leave an HTML code rotatable on any computer by Pen drive

I would like to know how to program hyperlink and IMG src inside a Pen drive so that you can open it on other computers just by running inside the Pen drive itself.     
asked by 03.10.2017 / 12:22
1
answer

Add a div in the middle of an image

I have been studying parallax, with ideas to use in future projects but I have a problem that left me stuck. I leave below my test example: body, html { height: 100%; } .parallax { /* The image used */ background-imag...
asked by 27.09.2017 / 15:56