bobleny Posted July 4, 2006 Share Posted July 4, 2006 I've been searching online for a while now, and I can't seem to figuer out how to make an image semi trasnsparent.Something like style="filter: alpha(opacity: 70%;);"???? Yeah, I cant seem to get it to work???? Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted July 4, 2006 Share Posted July 4, 2006 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 Quote Link to comment Share on other sites More sharing options...
bobleny Posted July 4, 2006 Author Share Posted July 4, 2006 OK, well that doesnt work. Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted July 4, 2006 Share Posted July 4, 2006 check this out and see if it workshttp://www.thenetter.com/scripts/css-opacity-filter.html Quote Link to comment Share on other sites More sharing options...
bobleny Posted July 4, 2006 Author Share Posted July 4, 2006 That ofcourse didnt work. :(I've tried lots of things to get this to work...... Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted July 4, 2006 Share Posted July 4, 2006 hmmm, I'm not really sure now. I'm assuming you are using up to date browsers. I don't really think that there is much you can do. Quote Link to comment Share on other sites More sharing options...
bobleny Posted July 4, 2006 Author Share Posted July 4, 2006 OK, IE users are just going to have to sufer! I hate IE... All well It will look nice in FF and all other good browsers though.Thanks anways! Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted July 4, 2006 Share Posted July 4, 2006 No problem. What is the page that you have the images on, i'll check it out and see if it works Quote Link to comment Share on other sites More sharing options...
bobleny Posted July 5, 2006 Author Share Posted July 5, 2006 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!) Quote Link to comment Share on other sites More sharing options...
nogray Posted July 5, 2006 Share Posted July 5, 2006 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.