Posts by Maria Cecilia • 3 points
3 posts
-
-1
votes1
answer539
viewsA: Set different CSS size for each browser
To solve the problem I used a CSS Hack in the case of Mozilla: @-moz-document url-prefix() { /* CSS no qua queira utilizar somente nesse navegador */ } Edge: @supports (-ms-ime-align:auto) { /* CSS…
-
-1
votes1
answer539
viewsQ: Set different CSS size for each browser
I have a little problem with my code, in case I have a banner that in Chrome and Opera, it appears in the exact size of the entire screen, but in Edge and Mozilla it appears broken not occupying…
-
0
votes3
answers2099
viewsQ: How to change right when scrolling on navbar
Hi people see if you can help me, I need a function using jquery or a simpler method, which change my logo when scrolling the mouse scroll, at the moment I have the following function, which just…