Questions tagged as 'css3'

1
answer

In HTML how to increase the space between the TDs without using cellpilling cellspacing?

My idea is to make a table that has a spacing between cells, as in the image: ButaccordingtotheMozilladocumentationforexample,youcanconfirmthatcellspacing="" cellpadding="" attributes are obsolete link And even if you talk:...
asked by 19.09.2018 / 17:46
2
answers

Align image next to text, respecting vertical spacing

I'm trying to make the images aligned to the right, respecting the spacing between the <p> tags, however it's getting like this: Ineedsomethinglikethis: MyHTMLcodelookslikethis: <p><img style="float:right" src="https://ww...
asked by 20.09.2018 / 23:25
2
answers

Is there a list with all properties that need prefixes?

I have a question about CSS: To run in different browsers, I need to use the prefix before the property, for example: -webkit-boder-left-rarius: 3px; . But what CSS styles like border , margin , transition , and s...
asked by 06.11.2015 / 19:05
2
answers

Is it possible to put a 'pre-image' in the youtube iframe?

I've embedded a youtube video on this site: link I would like to place an image above the video when it is paused at startup. I already did that but it was tagged 'video'. Can you do this with the iframe (this can be called an API?) From...
asked by 08.10.2015 / 15:55
1
answer

Modal occupy entire screen

I have the following Modal and I want it to occupy the entire screen / or most of the screen: <div class="modal fade" id="treinamentos" tabindex="-1" role="dialog" aria-labelledby="alterarLabel" style="z-index: 1100;" data-backdrop="static"...
asked by 19.01.2016 / 20:15
2
answers

How to make a progress bar with steps?

How could I make a progress bar of steps using html5, css3 and js? An example to make clear what I need to do: I have a preference for zero, but is there a library ready for this?     
asked by 14.08.2015 / 17:45
1
answer

How to use Helvetica or another font on a website, and make any PC appear?

I'm having source problem on a site, I'm using Helvetica, but on other PCs that do not have this source it does not appear. How can everyone see this source?     
asked by 08.06.2015 / 20:41
2
answers

jQuery switch div background specifies

I need a help with the following problem, I have the following HTML, which is part of an accordion <div id="accordion2"> <h3 class="btn-sub-main"><a>Banho</a><div class="seta-btn-sub"></div></h3>...
asked by 17.02.2014 / 19:58
1
answer

How does the Position property work? [duplicate]

I have read about the position property, but still can not understand its purpose. The absolute and relative values did not enter my head. I also wanted to know when I should use this property.     
asked by 22.12.2016 / 21:54
1
answer

How to make an image rotate

I need to make an image spin infinitely only with HTML and CSS and possible if yes how it can be done.     
asked by 20.05.2015 / 18:29