Comments on: Lightbox JS and Firefox http://2pwn.tk/websites/www.darkmirage.com/2006/08/19/lightbox-js-and-firefox/ Anime, Games, J-Pop and Whatever Else Sun, 20 Aug 2006 21:32:17 +0000 hourly 1 https://wordpress.org/?v=5.7.2 By: Kurogane http://2pwn.tk/websites/www.darkmirage.com/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7190 Sun, 20 Aug 2006 21:32:17 +0000 http://2pwn.tk/websites/www.darkmirage.com/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.

]]>
By: burrowowl http://2pwn.tk/websites/www.darkmirage.com/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7183 Sun, 20 Aug 2006 16:58:56 +0000 http://2pwn.tk/websites/www.darkmirage.com/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!

]]>
By: Lianyl http://2pwn.tk/websites/www.darkmirage.com/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7159 Sat, 19 Aug 2006 16:48:29 +0000 http://2pwn.tk/websites/www.darkmirage.com/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.

]]>
By: DarkMirage http://2pwn.tk/websites/www.darkmirage.com/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7155 Sat, 19 Aug 2006 14:51:56 +0000 http://2pwn.tk/websites/www.darkmirage.com/2006/08/19/lightbox-js-and-firefox/#comment-7155 Oh my god Haruhi, I feel stupid now.

I blame too much C# and PHP.

]]>
By: torpy http://2pwn.tk/websites/www.darkmirage.com/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7154 Sat, 19 Aug 2006 14:46:03 +0000 http://2pwn.tk/websites/www.darkmirage.com/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:

]]>
By: torpy http://2pwn.tk/websites/www.darkmirage.com/2006/08/19/lightbox-js-and-firefox/comment-page-1/#comment-7153 Sat, 19 Aug 2006 14:44:01 +0000 http://2pwn.tk/websites/www.darkmirage.com/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/

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

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

]]>