Opposite of [tag::hidden] or [tag::invisible] depending upon context.
Questions tagged [visible]
956 questions
-1
votes
2 answers
Changing Menu from Hidden to Visible
I'm trying to get the sliding menu from this layout http://tympanus.net/codrops/2012/12/11/fullscreen-pageflip-layout/ to be displayed by default upon coming to the website. As it is, some of our clients might not understand how to display the menu.…

rubyroux
- 1
- 1
-1
votes
4 answers
I am struggling to make it so that an int decided by the user is available in different activities
I am creating an app to test the user on their knowledge on certain subjects. For each test they will get a score. There score is an int, (finalscore) but I am struggling to make it so that finalscore is visible in other activities. Any help would…
-1
votes
1 answer
Issue targeting div after creating it with .wrap()
I'm having a strange issue checking whether a div I just created with .wrap() is visible or not. I'm wrapping some divs and using the ID's on them as targets. I've tested to make sure the click is actually registering with an alert(), and it…

Sean
- 344
- 2
- 12
-1
votes
3 answers
Opposite of :contains - Make h2 visible if it does not contain specific text
I just asked pretty much the opposite of this question and had great help, so thank you. Challenge now is that the page loads with the heading visible, then it hides it (disappears) so it does not look professional. So I am, using what I learned…

TheRealPapa
- 4,393
- 8
- 71
- 155
-1
votes
1 answer
Webdriver:Element is not currently visible and so may not be interacted with.
On my web-page i have a username dropdown list when we take the mouse over it we get the logout option and then only user is able to logout. While automating, as the logout link is hidden, webdriver is not able to interact with it. Please suggest…

user1728406
- 257
- 3
- 6
-1
votes
1 answer
Keeping prev/next arrows visible with fancybox 1.2.6
How do I keep the prev/next arrows visible at all times using fancybox 1.2.6?

Murph
- 21
- 1
- 2
-1
votes
1 answer
Javascript form hidden visible actions
Im trying to make a "coupon" form. So that when my users go to the text field and type in 'hello' persay it then in turn will open the form that corresponds to the code. I am going to make various words/codes to use for the coupon. I'd like to make…

nextlevelgamingCO
- 71
- 1
- 10
-2
votes
1 answer
Do ads recognize if they are visible or not?
Do ads on webpages recognize if they are visible? So does the website owner get money also if the ad is not visible?
I think about situations where the page is not adapted for mobile devices and the whole page is not visible at once. Although the…

Created
- 87
- 1
- 13
-2
votes
2 answers
Set button to visible in different class
So I have 5 buttons to set to the visibilty to false. However I cant do it in the class for the designer I need to do it in this class. I'm not sure if I should pass the buttons or if theres a better way? But this is where the data grid loads
…

Angela
- 1
- 4
-2
votes
2 answers
Cannot apply "Visible" method from a global class to multiple winforms in C#
I need your help with something I am dealing with. I am new to c# and I am creating a winforms application with multiple forms in it. There's a piece of code that needs to be present on all forms but since I don't want to just copy and paste it in…

Vel_More
- 293
- 1
- 10
-2
votes
1 answer
How to set a range equal to visible cells in two columns which are not next to each other
I have columns A through J which are filtered, so some rows are hidden. Row 1 is always a header row and I do not want this.
I want a range object for visible cells in columns E and J only. Note that there will be hidden rows in between the visible…

Andrew Gaskell
- 81
- 12
-2
votes
3 answers
How to fill divs with different color?
I am creating grid with multiple divs and each div has different color. But the following code display all divs in one gray color. How can I change the color of divs?
#container{
width: 400px;
height: 300px;
}
.Rect{
width:…

wundersoy
- 11
- 4
-2
votes
1 answer
ASP.NET:Button Invisible after specific time period
I am developing an application where i need the following requirement:
Suppose i have a button (initially Enable ) . i want after 7 days period it will goes to invisible mode .
P.S. : 1) if User does not click button that time it also goes to…

Harshal
- 63
- 1
- 10
-2
votes
1 answer
Delphi: Project raising External: SIGSEGV
I have a graphical program with forms and a lot of code. When I started it, it was fine, no errors, no exceptions. I added two more procedures and it still ran without problems. I placed a progress bar, and added this code to an Image's OnClick…

TheGreenOmega
- 123
- 1
- 1
- 14
-2
votes
1 answer
In Xamarin.Android/iOS how to keep some button/menu/control always visible in each mobile screen
On Android/iOS, is it possible to make some menu, button or control in fixed position, and have it always visible and available in each mobile screen?

zhususui
- 25
- 4