Jump to content

How does one do the alpha channel thingy??????


bobleny

Recommended Posts

Try this

[code]<span style="filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;"> IMG HERE </span>[/code]

Opacity is wierd in different browsers, you might be using the wrong setting in the wrong browser.

-Chris
Link to comment
Share on other sites

Sure, The whole thing is a mess in IE! The text tables are shot way off the screen and it's just sad! I mean look at the  little input boxes at the top! So, aside from just the images, please, any suggestions on how to make it look better in IE would be greatly appreciated! To see what it is supposed to look like, open it is FF and that is exactly as it should look!! FF rules!

As a side note, I think we should invent a new virus that uninstalls IE from everyone’s computer and replaces it with FF! Making the web a better and safer place! (You know, it wouldn’t surprise me any if Microsoft is using FF on their boxes!)
Link to comment
Share on other sites

If you want opacity in IE, you gotta set the position to absolute, and try to use their filters as descriped in http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/filters.asp

[code]
<div style="position:absolute; filter:progid:DXImageTransform.Microsoft.BasicImage(opacity='0.7');">
70% opacity
</div>
[/code]

If your site doesn't work in IE, you really gotta fix it. It's not because IE is better or FF is better, it's because IE have over 85% of the web users... which could be over 85% of your future customers or clients.

and Microsoft urge their employees to use alternatives to IE (like FF or Opera) to see what other people use and what can be added to IE in the future.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.