Questions tagged as 'css'

2
answers

How to leave a div and an image over a carousel?

I want to make a carrousel and over it, a div and the logo, to give that effect of being superimposed. Try to do as in this EXAMPLE , but to no avail. When I add such properties ( absolute e relative ) to the carousel code it does not...
asked by 19.01.2016 / 20:43
2
answers

How to insert CSS formatting in Java Script

I have the following Java Script code: status.text('Enviando...'); How do I format this information that will be written on the screen with CSS? Complete code: <script type="text/javascript" src="js/jquery-1.6.1.min.js" ></scr...
asked by 20.01.2016 / 15:39
1
answer

How to add a time counter in Game

I got this game in HTML + JavaScript + CSS a while ago, I'd like to implement a time in the upper corner of the screen (either side) bugging every game! Here is the function of Start in the game, I think of implementing the difficu...
asked by 06.02.2016 / 01:56
1
answer

Repeat animation in css

Good afternoon. I have a small problem with css animation. I am using 3 different keyframes to make an animation, however when I finish these 3 keyframes I would like to repeat them in exactly the same order. If I set the property to animatio...
asked by 22.02.2016 / 18:47
2
answers

How to make a div have the size of an image and display it?

When declaring a div and importing an image as background-image , I need to declare the size ( height and width ) of the div. However, let's say I have an image size of 900x506 (example). And that I just declared div...
asked by 19.02.2016 / 15:07
1
answer

How to force the maximum width of the table?

How can I set the width to be occupied by the table? forcing it to do a line break and continue when it reaches that maximum width?     
asked by 27.09.2015 / 01:40
1
answer

How to "crop / slice" image layout with HTML and CSS?

I have doubts on how to assemble the layout below with HTML / CSS: I have not implemented anything yet, because I have no idea how to do it. Any suggestions? Thank you!     
asked by 10.08.2015 / 18:16
1
answer

How to have the same margin for all lines of text:

I want to leave my text with the same margin that is being used in the <b> tag <head> <meta charset="UTF-8"/> <title>Harley Davidson</title> <style> div#interface { width: 1200px; marg...
asked by 18.12.2015 / 07:03
1
answer

Turn grids into carousel (slider)

I would like to know if it is possible to make a group of cols-* stay as carouel / slider only when less than 750px. First of all, for those who do not understand bootstrap, both grids and carousel are native parts of the bootstrap, so...
asked by 23.12.2015 / 22:53
1
answer

What is the best way to set the height of an iframe at 100%?

Personal what would be the best way to set the height of a iframe to 100%? I have tried with Height=100% owned by HTML itself (although it is not advisable after HTML5 and CSS itself), and I also tried to defin...
asked by 18.08.2015 / 23:09