Questions tagged as 'html'

1
answer

div set in browser footer

I'm having to leave a div that would be a "Buy" button fixed in the browser footer. Leave it at the end of the monitor, and even if the scroll scrolls down, it remains in the same position at the end. How could I do it using HTML / CSS?     
asked by 10.12.2015 / 23:20
1
answer

Responsive site, when resizing the elements go to the bottom of the page

The page has only one photo in the center and some texts. I added a Media Query so that when the viewport is less than 700px it magnifies the images, maaas as I decrease my screen, it explodes ... and drops down to the bottom of the page. Whe...
asked by 04.12.2015 / 21:04
1
answer

Problem with float

I'm not able to align two elements side-by-side properly. The container of these two div 's looks like it has height: 0; or initial , only recognizing the height of the element without float: left; , which in this c...
asked by 06.12.2015 / 19:47
1
answer

WEM + Lost Grid Methodology

I would like to know what would be the best practice to use different grid sizes with the same block. Ex: I have a Card component, and on my dashboard page I wish to have 4 Card s per line I also use this component elsewhere, on the...
asked by 30.12.2015 / 21:15
0
answers

How to make a certain link of an iframe load the whole page

Example: <iframe scr="https://www.google.com.br/?gfe_rd=cr&ei=WKaFVtKXJ8yG8Qec97KwCg#q=stack+overflow"></iframe>    A simple google search for Stack Overflow site I wanted it when I clicked the link (pt.stackoverflow...
asked by 01.01.2016 / 00:49
2
answers

Center the caption of an image figcaption

I can not center the caption of the image relative to the image. Already tried with text-align: center; but it did not work. Here is the code: <figure class="foto-legenda1"> <img src="media/airlines-arena.jpg" class="image1"/>...
asked by 18.11.2015 / 18:40
0
answers

Submenu in the "area" tag

I have to develop this element that is in the middle (yield): I'veneverdevelopedaformlikethisinHTML/CSS,soIwentforthetag<map>andmadethefollowingcode:<divalign="center"> <img src="diskbanner.png" usemap="#Map" border="0"> <m...
asked by 18.11.2015 / 15:22
1
answer

Clear the auto-fill of forms asp.net mvc

I have a registration screen where I noticed that when the user lets the browser write the cache, when it will fill always comes a list of information that has already been typed, I would like to clear this information in a way that did not offe...
asked by 17.01.2016 / 02:46
1
answer

Fill a Select Multiple and Make Update in the Table

I have a <select multiple> that is filled with information from a table exams , the user selects the exams he wants for a certain function and sends to register in the table Okay. My questions are: How to display this retr...
asked by 18.01.2016 / 18:30
1
answer

how to remove all the data remnants in the google search cache?

I have already disabled the indexing (robots.txt) and have already inserted the meta tag ( <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> ) into the <head> of the page, however when I search on my site to see if...
asked by 25.11.2015 / 19:19