Tagged Questions

0
votes
0answers
17 views

Iframe hiding/loading makes it invisible in IE6 (yui library)

I don't know if this is just IE IFrame bug or it is something related to yui, I think that it happens when you load something into IE6 iframe while it is invisible (it needs to be hidden) - the …
1
vote
2answers
73 views

What is this string: Ôªø and how do I avoid it?

Somehow I managed to stick Ôªø at the top of a PHP script. What is that horrifying group of characters, how could I have entered it, and how can I expose and/or avoid it in the future? Anecdotally, …
0
votes
1answer
67 views

sIFR links are not visible

Hi, I'm trying to get a link in a truetype fornt with sIFR3. It's working fine for all ordinary <h1> and <h2> items, but not for links within a <h2>. sIFR is replacing the <a> correctly, …
1
vote
1answer
101 views

jQuery .cycle() is invisible in Webkit browsers [Safari / Chrome] on first load (after refresh everything works fine!)

I'm using jQuery cycle to implement a slideshow effect on the following pages: http://vanoostandco.be/nl/diensten/folders You can click on the image in the right column to slide to the next one. …
0
votes
2answers
92 views

Html how to make a part on iframe, unvisible and unclickable externally? (my idea)

I have a page (A) including a BUTTON with a function close_window() , however when I embed A to my main page (B) using iframe, the close_window() can't work as expected since there is no more window …
0
votes
3answers
337 views

How to make a columns in JTable Invisible for Swing Java

Hello, I have designed one GUI in which I have used one JTable from which I have to make 2 columns invisible . How should I do that ?
0
votes
1answer
106 views

How to show/reveal hidden or invisible characters in NetBeans?

How can you show/reveal hidden characters in NetBeans? In other editors, if this feature is turned on, a space might be shown as a small centered dot, and a tab as a right arrow. (This feature is …
0
votes
1answer
64 views

Iphone Invisible Keyboard

Hi, I'm working on an app right now that was working fine until I started implementing some threading for background loading of images. Now theres no crashes but the keyboard does not display. That …
0
votes
1answer
82 views

ODBC 5.1 Nothing appears in the database!

Hi, I'm working on VS2005 and have tried using MySQL's ODBC to connect to a database. The problem is that when I get to the part of choosing which tables to use, there are no tables and the only …
0
votes
3answers
497 views

No default radio button selected (J2ME, Java)

Currently working on a mobile app in J2ME and have questions with radio button answer options. Any suggestion on how to make it so that no default answer is selected? We've tried: …
1
vote
2answers
231 views

sIFR not working on any browser

This is my first time using sIFR3 436. I have followed the instructions and cannot get the text to render at all. http://investcielo.com I'm using both h1 and h2 tags and it will not work. They're …
0
votes
1answer
149 views

sifr Problem - everything invisible

As far as I use sifr.setup(); every h2, h1, and so on becomes invisible. But I don't want that. I just want the "selectors" to provide a replacement and become invisible and replaced. How can I …
3
votes
7answers
2k views

Adding an invisible image watermark in C#?

I want to insert multiple invisible watermarks into my JPEG pictures through C# code. That means that I need a .NET library that does this work and not some external batch application. Any …