Code Help - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Code Help (/showthread.php?tid=59649) Code Help by Nathan on 05-22-2006 at 06:24 PM
Ok guys, RE: Code Help by Mike on 05-22-2006 at 06:28 PM
quote:IE6 does support trasparency. It just messes up a little with PNG alpha transparency... Read also this post: forward browser script. RE: Code Help by Nathan on 05-22-2006 at 06:30 PM The main one i need is the background changer. Thanks RE: Code Help by absorbation on 05-22-2006 at 06:47 PM
Hum, there are various ways to do this. PHP (using cookies to remember the users option) or using javascript. Advantages with PHP is that, the browser won't effect what it does, it will still work the same for everyone using every browser. Javascript, is much eaiser to do, people have example code everywhere, and a quick glanse can do it. Yet, it may not work depending on the users browsers options on displaying javascript. code: Of course you would need to geerate and fetch a cookie, and that is a bad way of doing it, a very dodgy way indeed, even the html there is not 100% correct. I am not good with cookies, sure I know how to use them, but sercuity is not my strong point + I may of let a flaw slip in. I would go for javascript. Google is a great way to find some good stuff. RE: Code Help by Nathan on 05-22-2006 at 06:59 PM
I've found a great one thanks! |