Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Sat Nov 23, 2024 12:12 pm

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 
Author Message
 Post subject: User Lookup (help needed)
PostPosted: Wed Jun 15, 2005 4:52 pm 
PPT Baby
PPT Baby

Posts: 53
Joined: Fri May 13, 2005 6:31 am
I hope I'm posting this in the right area.

I have a question about user lookups...

Does anyone know how to get rid of the white boxes around trophies, trade icon etc. in firefox (and probably other browsers too)? I can filter it ok to look transparent in explorer, but when I view it in firefox I'm back with the white boxes. Has anyone else had this problem or know a solution?

Any help gratefully appreciated. :)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 15, 2005 4:56 pm 
Honorary Member
Honorary Member
User avatar

Posts: 3805
Joined: Mon May 31, 2004 4:03 am
Location: Waterloo, Canada
This seems like a coding question. I'll move it to Computing & Technology for you. :)


Image Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 15, 2005 5:15 pm 
PPT Baby
PPT Baby

Posts: 53
Joined: Fri May 13, 2005 6:31 am
Thanks for moving me. Sorry I got the wrong board. 0:)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 19, 2005 4:43 pm 
Newbie
Newbie
User avatar

Posts: 46
Joined: Sun Feb 20, 2005 10:02 am
Location: South Carolina
Code:
<style>p img{filter:chroma(color=white)}</style>


There you go. :)


Image
Thank you for <s>life</s> DM-Chan! :D


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 20, 2005 1:28 pm 
PPT Baby
PPT Baby

Posts: 53
Joined: Fri May 13, 2005 6:31 am
Olivia wrote:
Code:
<style>p img{filter:chroma(color=white)}</style>


There you go. :)


That is the exact code I'm already using. It works fine in explorer, but not in firefox.

Thanks anyway.

Does anyone have any other ideas? 0:)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 20, 2005 2:57 pm 
Beyond Godly
Beyond Godly
User avatar

Posts: 2541
Joined: Mon Mar 07, 2005 10:50 am
Location: *bamf*
syzygy26 wrote:
Olivia wrote:
Code:
<style>p img{filter:chroma(color=white)}</style>


There you go. :)


That is the exact code I'm already using. It works fine in explorer, but not in firefox.

Thanks anyway.

Does anyone have any other ideas? 0:)


That's all there is I'm afraid - nothing works in firefox because that is not actually standard CSS, it's IE specific code. So because it's not standard it won't work in firefox.

Believe me everyone has tried everything, but nothing works - you just have to make do with the whiteness :|


Petpet Central


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 20, 2005 3:49 pm 
PPT Baby
PPT Baby

Posts: 53
Joined: Fri May 13, 2005 6:31 am
Thank you! At least I know it's not just me now. So many people have been telling me it's possible but can never tell me how. What you said makes sense - thank you so much! 0:)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 10, 2005 1:27 am 
PPT God
PPT God
User avatar

Posts: 1147
Joined: Tue Jun 08, 2004 2:11 pm
Location: In the zone.
Doing my own research into this...

http://forums.mozillazine.org/viewtopic.php?t=90425

Evil programmers don't want to have glowing text (or shadows or colored sidebars) I guess.

*mutters* I just want a slight shadow so that my userlookup can further mimic the text in Mootix Drop.... :x


Image
My Mootix Drop guide here!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 14, 2005 10:51 pm 
PPT Trainee
PPT Trainee
User avatar

Posts: 507
Joined: Sat Oct 23, 2004 11:10 am
Actually, it is possible, but it would take a lot of work on your part.

The code involved would be this:

Code:
a[href="neomessages.phtml?type=send&recipient=dolphinling"]{background-image:url(somebackgroundimage);}
a[href="neomessages.phtml?type=send&recipient=dolphinling"] img{visibility:hidden;}


The first line selects only the link that points to your mail, and sets a backgound image on it. You'd have to make this background image yourself, and host it somewhere. The second line makes the actual image invisible so you can see the background. The link will still work normally.

You would have to also do this for every other image you wanted to make transparent, changing the urls--that's why it would be a lot of work.

The reason you have to do this is twofold: First, Internet Explorer doesn't support semi-transparent pngs. Web developers have griped at microsoft about this for ages, and it'll finally be put in IE7, which will come out who-knows-when. Firefox has supported semi-transparent PNGs since day 1 (as has Safari, and Opera has for a long time).

The other part of the reason is that Neopets doesn't like using transparent gifs. They have a good reason for that: the edges of transparent gifs are jaggedy, and not nice to look at. So they give them a white background, and that's what you see.

For reference, the "filter" code that you were using is Microsoft's answer to not having semi-transparent PNGs. The thing is, it's more work, harder to use, and can't do nearly as much.

If anyone wants to see why semi-transparent pngs are nice, look at my userlookup and scroll around in both IE and Firefox.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group