Questions tagged as 'css'

1
answer

Effect waves materialize

I'm testing some materialize components, because I'm a beginner. I noticed that the effect of the waves-effect waves-light class is not working. I wanted to know what's happening, I've tried waves-rippler but it did not work either. I also think...
asked by 07.12.2017 / 06:04
0
answers

Font-size greater rendeniza in Safari

Are there CSS or other reasons why Safari / iPhone would ignore some font size settings? On my particular site, Safari on iPhone produces some font size: 13px text larger than the font size: 15px text. Maybe it does not support font size on some...
asked by 17.12.2017 / 17:52
1
answer

How to check an ImagePattern of a Rectangle in JavaFX?

I'm trying to check in this method if my Square, which inherits from Rectangle, was filled with an ImagePattern via the getFill () function: public boolean HouseIsValid(House Square) { return (Square.getFill().equals(green) || Square.get...
asked by 17.12.2017 / 13:58
0
answers

Error while selecting date focused on bootstrap datepicker

I'm using the bootstrap datepicker version 2.0. // Expected Behavior When you type a day it gets focused on the calendar so when you click on this focus day, you have to fill in the date. // Real behavior When you type a day it gets...
asked by 30.11.2017 / 19:59
1
answer

sticky-top Bootstrap does not work

Can you tell me if I need to change something in my CSS or JS to run the Bootstrap sticky-top? I'm using Bootstrap version 4.5 and CSS formatting just put a Height manually in the menu, the rest is just Bootstrap. Follow my code: @* Veri...
asked by 01.12.2017 / 14:51
3
answers

How to limit the size of the Body to stay centered on the screen in Css [closed]

body{ font-family: gotham, arial, helvetica, sans-serif; font-size: 18px; margin: 0; padding: 0; margin: 0 auto; }     
asked by 28.11.2017 / 02:01
0
answers

Php or javascript page counter

Well, I'm not able to use CSS @page to do page counting when printing, does anyone know a method? <style> @page{ counter-increment: page; } .totalpag{ content: counter(page); } </style> <span class="totalpag">...
asked by 16.11.2017 / 17:41
1
answer

how to make this banner code 728x90 pixels responsive?

This is the banner code of an affiliate program, size 728x90 pixels. I put it on the blog but on mobile devices the banner is getting cut, could they help? <!-- Começo --> <script type="text/javascript" language="javascript"> l...
asked by 15.11.2017 / 20:28
1
answer

Place div child of ul ul element occupying 100% of page width

The problem is this: I have a div that is the daughter of a li element of an ul that does not start in the corner of the page. There are two subproblems: 1 - I need to be able to expand this div so that it fills the entire width of the page w...
asked by 10.11.2017 / 00:03
1
answer

Hide picture of a button

I have a ngfor of buttons with certain images, but I want that initially these images appear with black color and only when clicking the image the image appears. How would my class show_image in css? <ion-content> <ion-grid>...
asked by 09.11.2017 / 14:48