Posts by Lary • 113 points
11 posts
-
2
votes1
answer46
viewsQ: Make another div text disappear
Make text from a different div disappear when another text appears <style> .descricao{ display: none; } </style> <div id="textos1"> <span class="item"…
-
0
votes1
answer703
viewsQ: Scroll up/down bar slowly via link
Two fixed links in the corner of the page ai if you hover the mouse in the link of the scroll up the scroll bar goes up slowly and in the link of the scroll down the scroll bar goes down slowly, I…
-
3
votes1
answer82
viewsQ: Custom password window for the same page
I wanted to put a password on the page when it is accessed(simple), in a window (Alert type) with password that appears before loading the page, I wanted this custom "Alert" like a modal or any…
-
2
votes1
answer193
viewsQ: pictures show description when you hover your mouse in a separate div
I want to put an image next to each other and when you hover the mouse on top appears a description in a separate column of the site, in case there is no way it can be the same as long as to place…
-
0
votes1
answer94
viewsQ: Put accent in javascript code
I am doing a pedagogical job of completing words, but some words have accents and even if I put in the code appears that it is wrong, I wanted to know how to put the word in the code with accent and…
-
0
votes3
answers463
viewsQ: Change external iframe color or set opacity to iframe
I wonder if you have how to change the css of an EXTERNAL iframe that already has a white background and black font... if it is not possible, I would like to leave the opacity of the frame a little…
-
0
votes1
answer308
viewsQ: Change css by name / url (No ID or class)
I wanted to know a script that when seeing link and name in html page changes the style... I need to get a script that allows me to put some links and comment names or just one of the 2, I would…
-
-1
votes1
answer400
viewsQ: Create a javascript link or banner using another javascript
I wanted to put a banner or link in a particular location of the page using a javascript that would be in another location of the same page guy <script> função que eu colocaria os links ou…
-
-1
votes2
answers196
viewsQ: modal appears when entering the page instead of waiting to be clicked
I don’t have much experience in javascript, could help me to stop the modal from appearing when entering the page? I want the modal to appear only when there is a click on the link... <!DOCTYPE…
javascriptasked Lary 113 -
-1
votes2
answers7095
viewsQ: Open message window inside html page
For a long time I try to do this but I don’t know how, like, several sites have a link that when I click opens a window as if it were a more fixed pop up on the page, but I’ve tried everything I’ve…
-
-1
votes1
answer271
viewsQ: Hover in another image or background
People is possible to give Hover in another example image It’s not official but it’s like this: <div class='blabla'> <center><img class='bleble' src='imagem1.jpg'/></center>…