Posts by Fabricio Marra • 41 points
4 posts
-
1
votes1
answer142
viewsQ: How to draw dotted lines from selection in Firefox, Edge and IE
How do I get these dotted lines out of the menu when the link is selected? I’ve tried using the outline:none, but works only in Chrome, already in Firefox, Edge and IE does not change anything.…
cssasked Fabricio Marra 41 -
1
votes1
answer108
viewsA: How to Do an Animated and Creative Loading with CSS3?
body { background: #ede9de; } .container { left: 50%; margin: auto -50px; position: absolute; top: 50%; } .swing div { border-radius: 50%; float: left; height: 1em; width: 1em; } .swing…
-
0
votes1
answer108
viewsQ: How to Do an Animated and Creative Loading with CSS3?
I wanted to do an animated loading like this example here: https://dribbble.com/shots/963799-Animation-Loading-gif…
-
0
votes2
answers380
viewsQ: Event.preventDefault() conflicting on Contact Form
I have a contact form using Phpmailer which in one project worked perfectly. All return messages were done using CSS only, without Javascript. But now, in this new project, I want to use JS to make…