Warning: Cannot modify header information - headers already sent by (output started at /home/popstali/public_html/blog/index.php:2) in /home/popstali/public_html/blog/wp-includes/feed-rss2-comments.php on line 9
Comments on: Wordpress PNG Fix Plugin http://blog.popstalin.com/articles/wordpress/wordpress-png-fix-plugin The Pop Stalin Design Manifesto Tue, 21 Apr 2009 01:04:24 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: behzad http://blog.popstalin.com/articles/wordpress/wordpress-png-fix-plugin#comment-593 behzad Sun, 31 Aug 2008 16:44:56 +0000 http://blog.popstalin.com/wordpress-png-fix-plugin/#comment-593 Re :Jonathan Ortiz this plugin work fine for me but may <> i think you can set white color for container background, and then change the opacity of it: #container{ background-color:#ffffff; filter:alpha(opacity=50); /* need for ie6 */ -moz-opacity:0.5; /* Netscape*/ -khtml-opacity: 0.5; /* Safari (1.x) */ opacity: 0.5; /* standard browser ,Firefox, ie7, Safari ,*/ } another usefull link: http://www.mandarindesign.com/opacity.html http://css-tricks.com/css-transparency-settings-for-all-broswers/ Re :Jonathan Ortiz
this plugin work fine for me but may <>

i think you can set white color for container background, and then change the opacity of it:

#container{
background-color:#ffffff;
filter:alpha(opacity=50); /* need for ie6 */
-moz-opacity:0.5; /* Netscape*/
-khtml-opacity: 0.5; /* Safari (1.x) */
opacity: 0.5; /* standard browser ,Firefox, ie7, Safari ,*/
}

another usefull link:
http://www.mandarindesign.com/opacity.html
http://css-tricks.com/css-transparency-settings-for-all-broswers/

]]>
By: Jonathan Ortiz http://blog.popstalin.com/articles/wordpress/wordpress-png-fix-plugin#comment-588 Jonathan Ortiz Wed, 27 Aug 2008 06:18:26 +0000 http://blog.popstalin.com/wordpress-png-fix-plugin/#comment-588 Hey there, I downloaded this plugin and wasn't successful at installing it. I have to ask you this - is there any way where I can create a transparent white background in my wordpress. I have a cool background and I do not want to cover it up. It is at www.happycobrand.com. I have to say that finding a solution is like figuring out how to turn lead into gold. For now my site looks kind of ugly and you cannot see the text. But it would be so cool if I could just get the transparent white background. I would also prefer if it had rounded corners. I tried the standard "background{ url(/img/happybg.png) repeat-y;" but nothing happened. Also tried to link up the javascript file in my header.php that you had mentioned above but no luck. I am tearing the hair out of my head and if you had a solution you would be a hero and would owe you a great favor- preferrably graphic design- even though I think that your blog design totally rocks. So please let me know if there is an actual solution or if I have to fake the appearance of transparency in wordpress. Thanks a mill. Jonathan Hey there,
I downloaded this plugin and wasn’t successful at installing it. I have to ask you this – is there any way where I can create a transparent white background in my wordpress. I have a cool background and I do not want to cover it up. It is at http://www.happycobrand.com. I have to say that finding a solution is like figuring out how to turn lead into gold. For now my site looks kind of ugly and you cannot see the text. But it would be so cool if I could just get the transparent white background. I would also prefer if it had rounded corners. I tried the standard “background{ url(/img/happybg.png) repeat-y;” but nothing happened. Also tried to link up the javascript file in my header.php that you had mentioned above but no luck. I am tearing the hair out of my head and if you had a solution you would be a hero and would owe you a great favor- preferrably graphic design- even though I think that your blog design totally rocks. So please let me know if there is an actual solution or if I have to fake the appearance of transparency in wordpress. Thanks a mill. Jonathan

]]>