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?
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...
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...
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...
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...
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"/>...
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...
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...
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...
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...