Questions tagged as 'html'

1
answer

How to perform a reload on only one part of the page, from an ID?

I'm trying to do a reload just for content from within a div. <div class="panel-body"> <pre> <p id="content" th:utext="${log.content}">Log content</p> </pre> </div> I...
asked by 18.07.2018 / 17:36
0
answers

Determine Bootstrap column width when detecting overflow in div

Currently the boostrap column distribution is fixed in size 2, example: col-lg-2 , however within that column there is <ul> with several <li> , and when overflow occurs the <ul> is displayed in two col...
asked by 23.07.2018 / 20:57
1
answer

Bootstrap HTML button collapse how to disable one when opening another

Hello, If anyone can check my html and css code please! I want that when clicking on the zombie or multiplayer button when one is already open, the other one is disabled. Type the multiplayer collapse button is open, by clicking on the collapse...
asked by 14.07.2018 / 20:16
0
answers

WordPress Elementor

People put a loading on the page but when I edit the page by the ementor it does not stop there I can not edit the contents = (could you help me to see what is happening? CSS: /*Loading*/ #page{ display: none; } #loading{ position:abs...
asked by 19.07.2018 / 21:41
0
answers

Overflow scroll and flex together

Hello, I am trying to apply an overflow scroll on an element that is being positioned with flex, but I noticed that it is not working because it is expanding to behave all its elements (probably because no height was defined). How would I make th...
asked by 19.07.2018 / 21:20
1
answer

Jquery after reload

I would like to know if there is any way to do it, because I have a function that when I click on a menu button it captures via jquery the page id but if example I am in the HOME page that has no id and is for service page which has id it a relo...
asked by 19.07.2018 / 20:46
1
answer

Menu with hover showing an image opening

Good. Someone has some reusable example of a menu similar to that of this site: www.boali.com.br Or could you direct me so that I can do it?     
asked by 17.07.2018 / 00:48
1
answer

Conflict in Requisition

I'm having trouble making the car.php page work by opening the visual DIV via the link when accessing the temporary address " link " But when I enter the address " link " the effects work. I leave below the codes used. Page index.ph...
asked by 12.07.2018 / 00:32
2
answers

How do I get the value of a specific form from the previous page in PHP? [closed]

Good afternoon! A page in PHP contains two form forms, each with a submit . How to get data from form 1, for example, after pressing submit through POST? Normally when there was only one form it would get the data directly...
asked by 11.07.2018 / 20:48
0
answers

Show complex objects in TD of a table

I have this table <div class="container"> <div class="row"> <div class="col-md-12"> <table class="table table-striped table-bordered"> <caption>Lista de Aplicabilidades</caption>...
asked by 25.07.2018 / 13:42