Questions tagged as 'div'

1
answer

Slide control (in div) with jquery - next and prev function?

Friends, I need to mount this slide where I can have a control, that is, next and previous button. In the example the structure is ready, but I do not know how to implement the prev and next controls in jquery. Could someone help? The link be...
asked by 24.09.2015 / 14:40
2
answers

CSS Inheritance in Divs

I'm having trouble editing some inherited divs. Well let's look at the example: This is the current code: <div id="conteudo"> <div class="titulo">xxx</div> <div class="texto">xxx</div> <div class="ante...
asked by 24.03.2015 / 23:11
1
answer

Div stop on top of another div

I'm having a problem, I would like a div with "position: fixed;" when it gets in footer to be one div over the other and not one over the other. For example, the header of this site: link . If you turn the site upside down you...
asked by 30.01.2015 / 15:33
1
answer

Call external file by Div

In the script below it is possible to call an external file through this <div> <div id="script" class="#"></div> Look at this snippet of the script: https://'+id+'?= How do I get through <div>...
asked by 19.08.2014 / 18:05
1
answer

Link to a div on another page does not work

I have this code: <div id="text"><p>A Intertráfego está disponível a ser alcançada a qualquer momento. Saiba <a href="pedir_cotacao.html#map">onde estamos</a> e <a href="pedir_cotacao.html#otherQuestion"> os nosso...
asked by 26.03.2014 / 13:22
1
answer

Show a div for each option in a dropdown

I have to create a dropdown that will show a div with a button for each dropdown option. For now I have the divs (I have to do more) and the dropdown, but I do not have the JS to show and hide. There will be just one show. <html> <hea...
asked by 06.05.2014 / 16:46
1
answer

DIV resize after being clicked

Hello! I have a page with several DIVs. which are several different news. these DIV so in a size of 300px by 250px,  I would like to know how I can by clicking on any of these div it resizes on the screen and gets bigger, making it appear all...
asked by 01.12.2018 / 22:18
1
answer

How to improve the formatting of information within my Div?

Gentlemen, I need to format my Div according to the image attached below, with Meta information about Div, etc. Currently my code is breaking this information in lines, as attached image. Here's a snippet of my code, I hope you can help me...
asked by 30.07.2018 / 14:53
1
answer

Align div center and left

Hello, I have a question regarding div alignment. I have a situation where I have multiple divs within one another. I want the internal divs to be aligned to the center, but when there is a line break, the div that went to the second line goes t...
asked by 02.08.2018 / 19:31
1
answer

How to control height within a Grid?

Currently, I have the code below, I would like to go down the marca and meta to the limit of the red line, how can I move them? html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body {...
asked by 21.08.2018 / 19:30