Comments on: Lightbox JS and Firefox /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/ Anime, Games, J-Pop and Whatever Else Sun, 05 Jun 2011 14:44:06 +0000 hourly 1 http://wordpress.org/?v=3.1.3 By: Kurogane /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7190 Kurogane Sun, 20 Aug 2006 21:32:17 +0000 /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/#comment-7190 My god, even cdjapan is using this script. Maybe I shld find ways to implement this. My god, even cdjapan is using this script.

Maybe I shld find ways to implement this.

]]>
By: burrowowl /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7183 burrowowl Sun, 20 Aug 2006 16:58:56 +0000 /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/#comment-7183 Very nice, very nice indeed. You've got me seriously tempted to spend some quality time under the hood on my own site now. Keep bumping that bar higher! Very nice, very nice indeed. You’ve got me seriously tempted to spend some quality time under the hood on my own site now. Keep bumping that bar higher!

]]>
By: Lianyl /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7159 Lianyl Sat, 19 Aug 2006 16:48:29 +0000 /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/#comment-7159 DM t3h 1337 programmer. ANyway IE sucks. I had a fair share of bullshit from it while attempting CSS for the first time and last time. DM t3h 1337 programmer. ANyway IE sucks. I had a fair share of bullshit from it while attempting CSS for the first time and last time.

]]>
By: DarkMirage /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7155 DarkMirage Sat, 19 Aug 2006 14:51:56 +0000 /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/#comment-7155 Oh my <strike>god</strike> Haruhi, I feel stupid now. I blame too much C# and PHP. Oh my god Haruhi, I feel stupid now.

I blame too much C# and PHP.

]]>
By: torpy /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7154 torpy Sat, 19 Aug 2006 14:46:03 +0000 /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/#comment-7154 Meh, wordpress ate part of my comment, here's the first bit before the code. To the point, you're using wrong commenting out there. Firefox just accepts the '//' as a comment and ignores that bit. But then IE decides that this is not a valid comment and decides to execute that part as well. Solution: replace the '//'s in both #outerImageContainer and #loading with a /* and */. Thus the code will look something like: Meh, wordpress ate part of my comment, here’s the first bit before the code.

To the point, you’re using wrong commenting out there.

Firefox just accepts the ‘//’ as a comment and ignores that bit. But then IE decides that this is not a valid comment and decides to execute that part as well.

Solution: replace the ‘//’s in both #outerImageContainer and #loading with a /* and */. Thus the code will look something like:

]]>
By: torpy /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7153 torpy Sat, 19 Aug 2006 14:44:01 +0000 /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/#comment-7153 Lol, I was bored so I thought I'd twiddle around with the CSS. To the point, you're using wrong commenting out there #outerImageContainer{ position: relative; background-color: #fff; width: 300px; height: 375px; /*height: 250px;*/ /*width: 250px;*/ margin: 0 auto; } #loading{ position: absolute; top: 10%; /*top: 40%;*/ left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; } Strangely enough, there is no commented value for 'width' in #outerImageContainer in the actual stylesheet, check that if you want to keep the original values commented. It worked when I tested it using both ff 2.0b1 and ie6. And tsubaki, there's always lolifox, if you haven't heard of that ;) - http://lolifox.com/ Lol, I was bored so I thought I’d twiddle around with the CSS.

To the point, you’re using wrong commenting out there
#outerImageContainer{
position: relative;
background-color: #fff;
width: 300px;
height: 375px;
/*height: 250px;*/
/*width: 250px;*/
margin: 0 auto;
}

#loading{
position: absolute;
top: 10%;
/*top: 40%;*/
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}

Strangely enough, there is no commented value for ‘width’ in #outerImageContainer in the actual stylesheet, check that if you want to keep the original values commented. It worked when I tested it using both ff 2.0b1 and ie6.

And tsubaki, there’s always lolifox, if you haven’t heard of that ;) – http://lolifox.com/

]]>
By: Tsubaki /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7151 Tsubaki Sat, 19 Aug 2006 13:07:14 +0000 /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/#comment-7151 Someone needs to make a Firekitsune browser. And that would pwn. Someone needs to make a Firekitsune browser. And that would pwn.

]]>
By: tj han /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7148 tj han Sat, 19 Aug 2006 11:52:49 +0000 /websites/www.darkmirage.com-pre/2006/08/19/lightbox-js-and-firefox/#comment-7148 Oh doesn't that mean extra loading time? Sure is cute though. Oh doesn’t that mean extra loading time? Sure is cute though.

]]>