Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

bajar div de otro div

New Here ,
Jun 13, 2017 Jun 13, 2017

como le hago para bajar el marco azul abajo de las imagenes y texto

Captura.JPG

935
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 14, 2017 Jun 14, 2017

The problem is still caused by your use of the position property, I would need to see the full code in situ. Please upload the site to a (temporary) online location and supply the link to the site.

Please, no images of the code.

Translate
Community Expert ,
Jun 13, 2017 Jun 13, 2017

The answer lies in the code. Please show the code by giving us the link to the site or by pasting the code, including CSS, here.

As a first assumption, I would say that you have used position: absolute somewhere in the CSS.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 14, 2017 Jun 14, 2017

el primero es del cuadro azul que quiero bajar el segundo es lo de atras

footer.JPGtexto e imagenes.JPG

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 14, 2017 Jun 14, 2017

The code that you have shown is of no use. I need the CSS for the blue part, being the container for the form.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 14, 2017 Jun 14, 2017

este es el codigo del contenido footer de la parte azul antes funcionaba pero ahora ya no

footer.JPG

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 14, 2017 Jun 14, 2017

Sorry, I did not realise that the form was part of the footer.

Try removing the top and bottom attributes as per

.footer {

  width: 100%;

  position: relative;

/*top: -1425px;*/

/*bottom: -97px;*/

}

If that does not work, please come back here.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 14, 2017 Jun 14, 2017

ya lo quite y bajo un poquito pero no completo

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 14, 2017 Jun 14, 2017
LATEST

The problem is still caused by your use of the position property, I would need to see the full code in situ. Please upload the site to a (temporary) online location and supply the link to the site.

Please, no images of the code.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines