Questions tagged as 'div'

1
answer

Inner shadow of the parent element on the child

I need to make the inner shadow of the parent element over the child element. I have a div with overflow: scroll and a table inside it that can be larger than this div . I'm causing an inner shadow to appear in this...
asked by 28.04.2017 / 13:47
1
answer

Laravel 5 Pagination without "refresh"?

I have a form where I display a table with data to assist the employee in creating the contract, this table is being paged: ($seguranças = DB::table('Segurança') ->where('disponibilidade', '=', 'disponível')...
asked by 04.11.2016 / 14:00
1
answer

Load HTML into Div via Ajax

I would like to get the answer from ajax, and load the div ... If I load the div, passing the url works 100% var detalhamentoDiv = $("#detalhamentoDiv"); detalhamentoDiv.load('/Exemplo/Controller/Teste'); $('#detalhamentoDiv').modal('show')...
asked by 03.09.2016 / 17:20
1
answer

Open div according to combo selection

I need to include rows in a table with textbox fields according to combo selection. The x is that if the user selects in the Employees combo = 2, it should display the Name 1 and Name 2 textbox, if you select Employees = 3, it displays the Na...
asked by 23.02.2016 / 19:21
2
answers

Create a div that occupies a width of 100% of the screen?

I created a <div> but it is not occupying 100% of the top I want to see: link she is with a spacing around :( This is the code I used: css: .top-bar { position: relative; width: 100%; height: 60px; background:...
asked by 02.01.2016 / 23:37
1
answer

Show a DIV and hide another if the parameter in the url is a default parameter

I do not know if the question was formulated correctly but anyway ... My problem is this: The user will enter such a code and click on search. This request will go through a PHP that will check if this code is present in the code.txt file and...
asked by 14.10.2015 / 21:34
1
answer

I need to make a form with css and I can not. E rotation does not work in IE11

Talk to people, how are you? (I hope and I hope so) I'm starting a new personal project , and I'm getting fucked up with two questions: 1 - The menu set is rotating, while the central logo stops and only runs in the hover function, but un...
asked by 17.12.2018 / 20:15
0
answers

Show and Hide Div Element - Toggling When Clicking

I'm creating a video page on Google's Blogger. When I add 1 or more videos on the same page the server shows this code. As you can see, each code corresponds to 1 video. How do I not display all the videos? Would it be that although...
asked by 20.11.2018 / 02:47
2
answers

Set Section [Position: absolute]

People, I'm making a website as a college project, however I'm picking up a little to solve a problem with the positions of the elements. I have 3 sections, one set to be Header, one set to be Contents and one set to be Footer. The header and...
asked by 17.10.2018 / 22:34
1
answer

Section above the video, using toggle

I want to leave a video on the home page of the site I'm creating with HMTL and CSS, but when I click on any sidebar menu option, the section will transition over my video, leaving it in the background. But what is happening is the opposite. I l...
asked by 22.09.2018 / 04:01