Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Fri Nov 15, 2024 10:52 pm

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 13 posts ] 
Author Message
 Post subject: Code for transparency <3
PostPosted: Sun Feb 05, 2006 8:05 pm 
PPT Toddler
PPT Toddler
User avatar

Posts: 179
Joined: Mon May 31, 2004 6:14 am
Location: JtOwN
I hink this is the correct board to post this on o_o But I cant seem to get it to work on a request I am doing for a pet o_o WHat do I do xP


Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 05, 2006 10:56 pm 
PPT Warrior
PPT Warrior
User avatar

Posts: 750
Joined: Mon May 31, 2004 9:59 pm
Location: UK ~*~ mismatched set... Av by mazil!
Sorry, I don't understand what your asking... o_O :roll:


Want Neopets goodies for FREE????!!??!! Sure you do! Check out this thread: viewtopic.php?f=18&t=38039 :D

Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 05, 2006 11:01 pm 
PPT Toddler
PPT Toddler
User avatar

Posts: 179
Joined: Mon May 31, 2004 6:14 am
Location: JtOwN
The code that removes the white around images xP


Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 05, 2006 11:04 pm 
PPT Warrior
PPT Warrior
User avatar

Posts: 750
Joined: Mon May 31, 2004 9:59 pm
Location: UK ~*~ mismatched set... Av by mazil!
Theres a code? I think you have to put the transparency in when you make the graphic don't you? >-<


Want Neopets goodies for FREE????!!??!! Sure you do! Check out this thread: viewtopic.php?f=18&t=38039 :D

Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 05, 2006 11:05 pm 
Honorary Member
Honorary Member
User avatar

Posts: 6220
Joined: Tue Jun 01, 2004 3:02 am
Location: sakura makes dreams come true.
maniac wrote:
Theres a code? I think you have to put the transparency in when you make the graphic don't you? >-<


Yep- what program do you use, I can maybe help you out. :)


Image
the greatest love story never told.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 05, 2006 11:07 pm 
Way Beyond Godly
Way Beyond Godly

Posts: 8715
Joined: Sat Jun 05, 2004 9:10 pm
Location: Cleveland, Georgia
Gender: Female
Code:
<style>p img{filter:chroma(color=white)}</style>


I think that may be what you wanted.


Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 05, 2006 11:30 pm 
Honorary Member
Honorary Member
User avatar

Posts: 3805
Joined: Mon May 31, 2004 4:03 am
Location: Waterloo, Canada
Moving to Computing & Technology. All coding queries should go there. :)


Image Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 05, 2006 11:35 pm 
PPT Toddler
PPT Toddler
User avatar

Posts: 179
Joined: Mon May 31, 2004 6:14 am
Location: JtOwN
DM was on fire! wrote:
Code:
<style>p img{filter:chroma(color=white)}</style>


I think that may be what you wanted.

Thats what I ment xP Thanks But for some reason it never works o_o


Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 05, 2006 11:38 pm 
Way Beyond Godly
Way Beyond Godly

Posts: 8715
Joined: Sat Jun 05, 2004 9:10 pm
Location: Cleveland, Georgia
Gender: Female
By any chance, are you using Internet Explorer?


Image


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 06, 2006 4:45 am 
PPT Toddler
PPT Toddler
User avatar

Posts: 179
Joined: Mon May 31, 2004 6:14 am
Location: JtOwN
I tested it on both IE and Mozilla


Image


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 07, 2006 2:16 am 
PPT Toddler
PPT Toddler
User avatar

Posts: 198
Joined: Wed Jun 02, 2004 1:00 am
This works for me:
Code:
<html>
   <head>
      <title>None Foo</title>
   <style>
      img
      {
         filter: chroma(color=white);
      }
   </style>
   </head>
   <body bgcolor="blue">
   <!-- google logo -->
      <img src='logo_sm.gif' />
   </body>
</html>


I don't recommend this though because it will only work in IE.


Since these are no longer temporary forums, I will update my signature.
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 08, 2006 6:57 pm 
Way Beyond Godly
Way Beyond Godly

Posts: 8715
Joined: Sat Jun 05, 2004 9:10 pm
Location: Cleveland, Georgia
Gender: Female
Weird. Most of the time, it works for me on Mozilla. o_o


Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 08, 2006 7:29 pm 
Moderator
Moderator
User avatar

Posts: 3739
Joined: Mon May 31, 2004 5:58 pm
Location: Idiotville
It does not work in Mozilla or Firefox for me, but works in IE.

I would suggest against using the filter command, simply because it isn't really accepted by all browsers. Find another way to do what you want (like transparent images if you're developing your own site) or find a different background.


Image


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 18 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