Questions tagged as 'div'

2
answers

Div with other divs inside

I just want to make a div , as if it were a windows window, with title, body and a button bar at the end. But I do not know why, depending on the size of the window, it "leaks" or is left over the screen ... I wanted the title and the bar...
asked by 02.03.2016 / 02:37
1
answer

How do I put a menu under the logo? [closed]

I can not seem to make my menu appear in index . How do I put the menu under the logo? This is the code: <html> <head> </head> <body> <img src="img/belo.jpg" alt="" width="250" height="80" align="left">...
asked by 14.03.2015 / 20:00
1
answer

DIV lose the alignment if it is with a number of different rows

I'm trying to align some DIVs but I realized that when the DIV that is next to the other is not with the same line number in <p> it just loses alignment, I'm developing in Laravel using BLADE and implanted the VIEWS Follow the HT...
asked by 13.11.2018 / 19:44
1
answer

Title staying outside the div

I have a div parent that contains two divs child and one of that div child contains two divs child . The title of one of these is getting out of it. I modified its size because of the available size that SO-en allows, to avoid creating...
asked by 21.08.2018 / 20:23
1
answer

Bootstrap - Update only one of the div (Menu)

I'm starting a project with bootstrap and would like to update only the div class = content when selecting any menu option. How do I do it? Follows: ├── html files │ └── index.html Src/ ├── pages/ │ └── form1.html │ └── form2.htm...
asked by 25.05.2018 / 21:15
1
answer

How to get a picture of the user's computer?

I'm starting to build an HTML form (bootstrap), and I want to add a div with a "add image" button so that it is possible to fetch the image inside the computer, and as soon as the photo is added, the user can type a caption below the view of it....
asked by 06.02.2018 / 16:49
1
answer

Which correct way to apply Lightbox to each descriptive link and clean

I have a small turnaround. I need your help for a change. I am practicing on a personal project, the Light Box effect and if possible I would like to listen to the expensive colleague . Be pointing errors or changes for didactic purposes,...
asked by 17.10.2017 / 04:58
1
answer

How can I hide or show a div from one page to another?

I have a file where people write in the fields: <div class="banner-bot" > <div class="container"> <h2>Registar</h2> <p>Preenche os dados para criar a tua conta. Quando te registares irá ser enviado um emai...
asked by 12.10.2017 / 19:57
1
answer

How to copy div from iframe to parent? (replicate) can be using ajax, jquery, javascript

I have an index.php which makes a post in conteudo.php, and takes the result and writes in the #contribed div within index.php. Post: <script type="text/javascript"> $(this).on('load',function(){ var dadosLink = 'nada...
asked by 15.10.2017 / 04:33
1
answer

Dyn div - following the scroll bar of the page

I have a div that is in the second column of the page and I wanted it to become "dynamic", that is, it followed the scrolling of the page, but even with searches, I did not get anything that could help me. Div code: <div class="...
asked by 05.10.2017 / 22:41