Posts by JVEUZEBIO • 137 points
14 posts
-
-2
votes1
answer102
viewsQ: Roll anchor
Good morning, I am trying to make a clickable Dice with scrolling on my blog. But the code I made does not work when creating the page, it changes the url instead of going to the informed ID. What…
-
1
votes1
answer78
viewsQ: Javascript Setinterval Does Not Work
I have the following code, where the links are hidden with opacity: 0 and with Hover he will have opacity: 1; But I need the SetInterval, show them randomly. Up why mobile does not work the hover. I…
-
1
votes1
answer36
viewsQ: Show Image Hover Mouse
You would need to show an image when passing the mouse, what would be the best way to do it? Follow my code: .scenario { position: relative; margin: auto; width: 400px; height: 400px;…
-
0
votes1
answer88
viewsQ: Button Does not answer Javascript command
I have a page that provides a coupon. Ah an image informing that it should be clicked, and when clicking it was for the same copy the text informed in the code. But after I added the pop-up, it’s…
-
1
votes2
answers90
viewsQ: How to Shoot Pop Up after Copying Text
I have a discount coupon for my website, when clicking on the button it is copied. But I would like after copied to show a small balloon shaped pop-up saying "copied". Follows my code: let…
-
1
votes1
answer156
viewsQ: Exchanging image with Javascript
I have the following code to automatically change image in Javascript. I wanted to use it to leave as a gif, without losing the quality. var index = 1; function changeImage(){ var rand = Math.floor…
javascriptasked JVEUZEBIO 137 -
1
votes1
answer477
viewsQ: How to hide url
I have a pop-up that the close button works as a link, but it appears in the URL and is an "ugly" effect. What would be the best way to get off follows code: <div id="openModal"…
-
1
votes1
answer1628
viewsQ: How to open Pop Up automatico?
I have the following modal code <a href="#openModal">Clique</a> <div id="openModal" class="modalDialog"> <div> <a href="#close" title="Close" class="closeModal">…
-
0
votes1
answer581
viewsQ: How to show only 1 image with Javascript
Good morning! I performed a customization for a page, where I used javascript to randomly show an image when reloaded. I have no knowledge of Javascript, I saw a video on youtube and I managed to do…
-
2
votes1
answer237
viewsQ: Media Queries Does Not Work Informed Measures
Good afternoon! I am working the first time with @media queries, I read a little I saw some examples but when doing my project I saw that it is not using the settings according to the measure…
-
0
votes1
answer103
viewsQ: Placing Javascript in Div
I have this code to show the date <script language="javascript" type="text/javascript">// <![CDATA[ now = new Date document.write ("Esquenta Black Friday Somente Hoje " + now.getDate() + "…
-
0
votes1
answer33
views -
1
votes1
answer258
viewsQ: How to Add My Slide Button
I started studying HTML and CSS now. But I need to do a slide and I found a note ready, but I needed it to have those little round buttons underneath centered in the middle. It’s for the mobile…
-
2
votes1
answer1671
viewsQ: How to change the image displayed in the Desktop and Mobile versions of a website
I needed the desktop version of a website to display an image and the mobile version another image. Since on the desktop the counter would be on top of the image (as it already is) and in mobile…