Skip to main content

All Questions

Tagged with
0 votes
1 answer
59 views

I'm trying to make this a randomly visible and clickable small link button. How can I make this work?

I'm building a church website and I'm new to coding so I don't fully understand pseudocode, but here's what I have right now: css: @keyframes offsetFix { 0% (background-color: #ffffff;) 90% (...
CryptoMynd's user avatar
0 votes
3 answers
115 views

How do I fix a dropdown button (HTML)

Whenever I try to change the things in this code, I'm only changing the button and function parts, but either nothing shows, or the button dosent work, when I click the button, it should show ...
Tokyn Blast's user avatar
0 votes
1 answer
453 views

Showing Hidden Image With Onclick Function

my objective is to have an image hidden until a button is pressed to then show the previously hidden image. Right now I have an image in html with an Id of "yellowrose" that is hidden with ...
Brian Lee Victory's user avatar
1 vote
3 answers
47 views

JavaScript Function Activation Issues

I have another question that's been bugging my mind since I started using js fairly recently so that my app would be nicely responsive but I've been hit with another block here. As the title says I ...
Arkonsol's user avatar
  • 139
0 votes
1 answer
170 views

How to Display DIV Contents Based Upon Visibility of Another DIV Contents

I have the following DIV elements shown together on a page: <div><a href="javascript:;" id="awesome-button" style="visibility:hidden">This Link Shows Up First</a></div> <...
codacopia's user avatar
  • 2,481
0 votes
1 answer
2k views

Jquery Toggle visibility button

Im trying to make a button which should make one element hiding (display: none;) and one visible and vice versa. Here is an example of the sort of thing ive got: example at the moment when clicking ...
user2246968's user avatar
1 vote
1 answer
2k views

Set Visibility For Multiple Divs With One Button

I am trying to show/hide multiple divs with the one button, but I am confused on how to go about it. The button works with just setting the visibility of one div, but I can't get it to work with ...
Spencer's user avatar
  • 55
9 votes
5 answers
82k views

Totally invisible html buttons

Use the following code: <html> <body> <input type="submit" style="color: transparent; background-color: transparent; border-color: transparent; cursor: default;"> </body> </...
VVWdefect's user avatar
  • 151
3 votes
2 answers
2k views

CSS: Button Visibility Problem

I am working on a project with a video player. I want to add play/pause and skip buttons together but one of the buttons is always invisible, however working. The codes I am using: in .css file: ....
yaksoy's user avatar
  • 141