Top "Hidden" questions

Hidden could refer to a style value in CSS for the visibility property, a selector in jQuery, a possible value for the type attribute of an input or to an `HTML5` attribute.

Position:absolute element being hidden behind later elements

I've put together a jsfiddle to illustrate my problem here. Essentially, I've got an absolutely-positioned menu system above my main …

css position hidden absolute
Make a File/Folder Hidden on Windows with Java

I need to make files and folders hidden on both Windows and Linux. I know that appending a '.' …

java file directory hidden
Android hidden application

I'm writing a (legal) spy program. I want to make this program hidden on the launcher (so that no icon …

android hidden launcher
Force git to add dotfiles to repository

How can I add files starting with dot (hidden files) in git repo? Git seems to always ignore those. When …

git file hidden
Make hidden table column take no space in SSRS 2008 R2

Has anyone figured out a good way to make a hidden table/matrix column take no horizontal space? I could …

sql-server ssrs-2008 hidden
how to hide horizontal scrollbar in div tag

I have a div with size x=540px y=600px I want to hide horizontal scroll bar even if text …

html scrollbar hidden
hidden input change event

How can I detect a change of the value of a hidden input? I've already tried these approaches without success: $(…

jquery input hidden
HTML Character - Invisible space

I have a website called DaltonEmpire. When a user copies "DaltonEmpire" I would like "Dalton Empire" to be added to …

html css hidden space
jQuery: Given a selector, find only its visible elements

This should be an easy one. I have a variable that I've already declared called $listItems. The declaration looks like …

jquery jquery-selectors hidden
CSS: Is it correct that text content of a div overflows into the padding?

I expected that the padding inside a div would remain clear of any text. But given the following html/css, …

css overflow padding hidden