Transparent PNGs… An extremely simple fix…

POST BY : Black iD Team

Hi friend, use this code to get all your transparent PNGs fixed in a matter of a few seconds…

<span style=“width:306px;height:60px;display:inline-block; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’transparent.png‘);”>
<img style=“filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);” src=“transparent.png” width=“306″ height=“60″ border=“0″ alt=“”>
</span>

Yahoo Messenger Multiple Login Software

POST BY : Black iD Team

This application will allow you to run multiple instances of Yahoo Messenger on your pc! Perfect for those who have several different yahoo id’s and would like to be logged in to them at once. Please note that the Y!Multi Messenger versions coincide with the Yahoo Messenger versions and are build specific. Meaning you must [...]

Flash Control Click Activation Issue In IE(6 and 7)

POST BY : Black iD Team

One more IE gimmick on the list. The other day, I had a client who complained that in his flash movies, using the silliest browser in the world (not his words), people had to click the flash movie to activate the control. I had earlier found a method to solve this in IE 6. It [...]

CSS Dotted lines

POST BY : Black iD Team

Here comes one more of the irritating IE issues. The dotted line shown as dashed. This was one more bug that came up when I was making a beautiful site. It kept on ruining my design. Moreover, when you scroll in IE, the dotted(Dashed) line suddenly appears solid in some portions. Its really poor for [...]

Javascript - An Alternate Way To Validation

POST BY : Black iD Team

Hello friends,
To make this site, I had been struggling a lot to make the site CSS and XHTML valid. Due to the transparency issues with the CSS, it never allowed me to pass the CSS validation. I struggled a lot. Everything done but the damn document never validate. As the title suggests, I found [...]

Finally able to make good shadow effects…

POST BY : Black iD Team

Check this post out… finally I was able to crack the transparent png images as background issue…
This Post

Thanks

Transparent Images in IE… A Solution!!

POST BY : Black iD Team

Hell friends,
Here is finally the solution for the transparent images in the background issue. The issue can be solved using IE’s AlplaImageLoader filter. The very basic code for the thing is shown below
<style type=”text/css”>
<!–
#transparent_div {
width:600px;
height:400px;
background-image: url(images/transparent_png.png);
background-repeat: repeat-y;
}
*html #transparent_div { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src=images/transparent_png.png,sizingMethod=’scale’); }
</style>
<div id=”transprent_div”>TRANSPARENT BACKGROUND LAYER</div>

What can you find here?

POST BY : Black iD Team

Hello again,
I have started off this new section for you so that I can give you whatever I have and whatever I have made. I have been programming PHP for more than an year now. I must say that my style of coding has changed a lot. I used to be a procedural programmer earlier [...]

Black iD News

POST BY : Black iD Team

This section is dedicated to the new developments that we will be bringing in. We are dedicated to provide you with the best quality of work we can come up with. Hope we are good enough for you all.
Thanks
Black iD

Why CSS??

POST BY : Black iD Team

When in my initial stages of development, this was a question that usually used to bug me. You know, seperately declare styles for each type of text you wanted. Then i was really new to the web world. Just that you could repeat a formatting, wasnt too convincing a thought for me to start using [...]


XHTML Strict Valid!