Questions tagged as 'css'

1
answer

How can I Embed texts and return from the last one to the first slideshow image? [closed]

I have 9 images and are to be shown in a slide , with button mousein , mouseout , Loading , Z-index . So far so good, CSS is right. In slideshows I have not been able to put my texts to follow the photos I show. I d...
asked by 15.11.2014 / 14:22
2
answers

How to center and position two images side by side? html css

HTML:<divid="ladoalado"><img src="imgs/login.png"><img src="imgs/cadastro.png"></div> CSS: #ladoalado{ float: left; margin: auto; } Image of the code:     
asked by 30.09.2018 / 17:46
3
answers

Capture click with Jquery and add css

I'm a beginner in Jquery and I have the following question. I have div and ul with several li . The ul is as display:none , I want to trigger display:block when I click on the div. As below: <di...
asked by 02.04.2014 / 14:13
3
answers

How to put Header on top of a DIV?

How do I override the header at the top of the div, and when the div is auto scrolling, do not get the header set when scrolling down? For example: <!DOCTYPE html> <html> <head> <style> #titulo { backgrou...
asked by 23.12.2018 / 13:59
2
answers

How to create the fade effect on a link that uses sprite?

I created a link with a transition effect, but not a fade , but a background movement. HTML <a class="botao" href="#">Contrate agora</a> CSS .botao { background:url(http://i.stack.imgur.com/5PWNy.png) 0 0; col...
asked by 07.05.2014 / 03:09
1
answer

Automatic textarea

Speak, people. I'd like to know how to allow automatic scrolling of textarea , for example, as soon as the user types something inside textarea , it changes height, according to what the user types. I've removed the arrow / scr...
asked by 01.09.2016 / 06:27
2
answers

Change the border of the div and at the same time display the value in another HTML tag

I have div that I'm going to change the value borderRadius and it will round off. And I have a input that is of type range to control the rounding value. And at the same time I'm going to display the value of ra...
asked by 30.08.2016 / 00:52
1
answer

How do I make this panel with bootstrap grid system?

I'm having a hard time doing a dashboard sales I know how to use the bootstrap grid system but in this project I need to do the class row has height size and aligns with the other grid I'll post an example here link I want to do the same...
asked by 19.08.2016 / 05:31
1
answer

How to make a circular progress bar for web? [closed]

Like the one from the attached image below     
asked by 05.12.2016 / 08:29
2
answers

css menu separated by bar

I have the following list: <ul> <li>Inicio</li> <li>Notícias</li> <li>Download</li> <li>Contatos</li> </ul> I would like to make this a horizontal list separated by a slas...
asked by 21.06.2016 / 20:55