Questions tagged as 'html'

1
answer

Edit an image using a 'content: url ()' tag :: after attribute

I added an image url to a content: url (); but I want to edit the size of this image, straight from the .sub :: after tag, after adding a 'width :;' the image remains the same size, how do I change the width and height of the image through the :...
asked by 07.06.2018 / 19:36
1
answer

Pass variable via GET without action

I want to pass a variable to another page, I know I can use the GET method, however if <form method="GET" action="comentario.php"> is comentario.php it does not execute the commands to insert into the database (this co...
asked by 05.06.2018 / 17:41
1
answer

Page Display Error - Django

In Django I'm developing a Library project! (I'm new to Django, I've never worked with web development) In summary, I have a model library and a model book in the models.py file, in the Model book there is a ForeignKey Library. The entire...
asked by 15.05.2014 / 20:42
2
answers

Make item highlighted if referring to the selected menu

I have the following code <div class="produtosMenuItens"> <div class="produtosMenuItensTit bs">Residencial</div> <ul class="produtosMenuItensDiplay" style="display: block;"> <li class="produtosMenuIte...
asked by 21.05.2014 / 18:21
1
answer

In multiple YouTube videos, how do I play on one and pause another?

I have several YouTube videos on one page, I wish that when I play in one, if another video was rolling, pause it. It's possible? Without reloading the page ...     
asked by 12.09.2014 / 19:31
1
answer

Avoid double-click and redirect to another page

Good afternoon! I made a function to prevent the user from pressing twice on the same button, this part works perfectly. global.js $('.form-disable').on('submit', function(){ var self = $(this), button = self.find('input[type="submit"], b...
asked by 22.06.2018 / 15:34
2
answers

Create an image gallery

I'm starting a project and would like to create a page with a gallery like in the scheme below: Websitethatowns Gallery So it looks like the images are made available by lines, but I've only been able to make the images available by colu...
asked by 28.06.2018 / 20:56
1
answer

Javascript - Hide children from the radiobutton when you select another radio from the same group

I have a Radio Button group, some of them have other inputs as children, if they check the Input Father they should appear, if it is unchecked they should disappear. p> As in HTML below: <div style="padding-left:30px;clear:both;" cl...
asked by 26.06.2018 / 15:56
1
answer

Pass value to another page in angular

Good morning !! On a certain page I have a button that takes code and name of a client and I need to pass this information to an input from another page: Function page that takes code and name <tr *ngFor="let pesquisas of pesquisa">...
asked by 18.06.2018 / 15:43
1
answer

Lock website vertically

How can I prevent the content of the site from being horizontal when the user flips the phone? Would you have any solution of viewport or javaScript ?     
asked by 13.06.2018 / 15:32