Questions tagged as 'css'

1
answer

Customize cursor with css

I would like to know how I change the cursor by putting an image that I want, is it possible? I have tried to do this as follows: CSS? #esquerda{ width: 400px; height: 600px; border: 2px solid red; cursor: url(imagens/cur...
asked by 22.08.2015 / 02:45
1
answer

Menu with vertical and horizontal balls

How can I make these two menus? I got it from the Twitter site but did not want to get their codes, how can I do it? so that I can add infinite numbers with their respective descriptions ..     
asked by 28.08.2015 / 01:10
1
answer

Chamfer effect [Bevel] in PS texts in CSS

I am facing a problem that I believe to be common between Designer and Dev / frontier / webdesigner or lack of communication at creation time or lack of developer technical knowledge to apply the technique. I am producing a Layout that is...
asked by 26.10.2015 / 14:49
2
answers

How to fix "flicker" of webfont of icons when doing reload of the page?

When reloading the page the icons of a webfont are loaded only after loading the CSS and this causes a "dancinha" in the text. See below the unwanted behavior of the icon when reloading the page: ThesourcecodeformyCSS:@font-face{font-fami...
asked by 18.10.2015 / 16:41
1
answer

How to add image as background?

Instead of the common white background on my site, or instead of setting another background color, I want to set an image as background. I want this still image, not scrolling with the page and adapted to the screen, filling the entire width and...
asked by 18.08.2015 / 23:01
2
answers

How to center a slide?

I'm using this slide which is before and after. The question is: I need to centralize this slide and leave it responsive, because when I play the code it is leaning against the left corner. I tried to give a margin-left , at first it cen...
asked by 29.07.2015 / 20:01
1
answer

Show div only after passing a second section

How do I show a div only after the scroll passes a certain #id? <div class="row" id="menufixo"> <!-- TODO ADICIONAR CLASS navbar-fixed-top PARA MANTER MENU NO TOPO --> <div class="col-md-12"> &...
asked by 16.07.2015 / 18:00
2
answers

How to loop posts in WordPress?

I personally need to create this layout for articles in my WordPress loop and I do not know as I could do. I know I'll need some instructions on PHP and some Bootstrap implementations, I'm using this CSS framework. Does anyo...
asked by 20.07.2015 / 23:14
1
answer

Pseudo Class in CSS does not apply Rule

I'm doing a CSS to control the printing of a page. The only thing I will show in the print is an image that is on the page. So in CSS I did like this: *:not(#imagem-draw){ display: none; } But the result is that it shows nothing. H...
asked by 21.07.2015 / 13:37
4
answers

Spacing between inputs Bootstrap

I would like to know how I can add a spacing between selects , for better understanding see image below: Ihavetriedwithcss:.col-md-4{margin-bottom:5px;}Butitgotweird,mycodehtmliscurrentlylikethis:<divclass="form-group"> <d...
asked by 10.02.2016 / 18:28