Posts by Jhow Nunes • 64 points
2 posts
-
0
votes1
answer54
viewsA: Image Slider - CSS
Friend, the right thing is to put this functionality in Java, it would look like this. <div class="img"></div> in css. .ocultar{opacity:"0"} no js. setTimeout(function(){…
cssanswered Jhow Nunes 64 -
4
votes1
answer224
viewsA: How do I make an angular application work only on a specific browser?
You can use the property: "Navigator.useragent" to display the browser version. There are other properties as well. Run the code below in a browser to view all of them: var txt = ""; txt +=…