Skip to main content

All Questions

Tagged with
0 votes
3 answers
61 views

CSS Display None or Visibility Isn't Working

I have a list of links that are horizontal on the homepage of my site. However, while making the site responsive once the screen gets too small, like for mobile devices I want to change it to where ...
Aishah91's user avatar
0 votes
0 answers
28 views

How do I hide an entire HTML page, but make the page still renders and still exist?

I'm making an extension to hide the ChromeOS bookshelf by displaying a completely hidden tab, so the device would register a window being drawn, but the user could not interact or notice it. This is ...
grumpyman1's user avatar
0 votes
1 answer
61 views

Override HTML element visibility controlled by a <details> tag

I wanted to make an element inside a <details> tag be visible even if the <details> tag is not open using CSS styles. I tried using visibility, display, position, modifying the <details&...
MfyDev's user avatar
  • 510
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
0 answers
225 views

Apexcharts does not work with style visibility display = ‘none’

I have a simple web application using plain html/css/js (no framework). I have implemented a tabbed pane where the implementation is based on css turning visibility.display on/off. In one of the panes ...
user1486064's user avatar
0 votes
0 answers
32 views

Make icons visible regardless of absolute positioning

I am new to HTML and CSS. I want the black and blue shape to be able to stay inside of the red shape as it is now and the icons to be visible over the red shape. #leftnav { background-color: #...
South's user avatar
  • 5
0 votes
2 answers
189 views

How to make sibling div element visible when list item is hovered on

I have the following simple header component with navigation items, which when hovered on should add the following two css rules to the mega-menu div element so that it appears: visibility: visible; ...
cts's user avatar
  • 1,046
0 votes
1 answer
49 views

How can I make an element's attribute only appear on hover when another element is hidden?

I'm having trouble figuring out how to make the data-title only appear on hovering of the up-arrow only when the footer is down/not showing. However, I would also appreciate another solution where the ...
florizer's user avatar
-1 votes
1 answer
94 views

Using only javascript and css: can I enable the user to selectively display and hide divs of different classes, via a single drop-down menu?

I have an html page consisting of 80-100 css-styled divs each containing a grid with an image and information about a single artwork. (Each div already has a unique Id, to enable linking-in to a ...
Dr No Know's user avatar
0 votes
1 answer
1k views

How to remove white space on website from SVG symbol at botton of index.html

On youtube I learned how to place my SVG code inside a elements at the bottom of my index.html and whenever I want to use the SVG then I would use the tags. Doing this makes sure that my code ...
Tony Stark's user avatar
0 votes
1 answer
65 views

document.getElementById('facebook').style.visibility="hidden" not working

Even thought my variables are set in a way that should set the visibility to hidden (pulling the variables from firebase), they remain visible. My code no go. See Firebase Variable Values <html> ...
Jake Labate's user avatar
0 votes
3 answers
547 views

Content height is reduced with a smaller <div>

I have created a dropdown menu. The basic process has been: I put the dropdown link and submenus inside a div. Using flexbox I put all the links inline and the submenus in a column. With the ...
user avatar
0 votes
2 answers
380 views

visibility: hidden svg sibling side effect

So I have 2 identical SVG images following each other. When I apply style="visibility: hidden" attribute to first of it, both svg elements disappears. Can anyone explain why? <div ...
Andrew Chervyakov's user avatar
0 votes
1 answer
99 views

How to make a div overlap another while hovered

I wanted to make a div that contains some info about a product and when the user hovered the product that div that contains information pops up but the info div seems to be glitching somehow and isn't ...
JustAskingToKnow's user avatar
0 votes
1 answer
242 views

Click event triggered on element but failing to toggle the visibility of the section containing it

I need to toggle a section (called "newHexagon")'s visibility by alternatively clicking two different h2's, "seeHexagon" and "hideHexagon". The former is external, the ...
Stefano's user avatar
  • 85

15 30 50 per page
1
2 3 4 5
17