Does anyone know how to make <object type="text/html"></object> transparent in IE?
===
Arie Molendijk
Does anyone know how to make <object type="text/html"></object> transparent in IE?
===
Arie Molendijk
I don't know if this will work:
But try giving it an outer div, and give that div all the opacity(includeing ie's: filter: alpha(opacity=..);)
I don't know if it will work, but its work a try.
Jeremy | jfein.net
Thanks Nile, but that doesn't work.
I tried everything, including what you suggest, but without luck so far.
===
Arie.
Nile, I don't have a page for that. I'm just wondering why, for this code:the 'shine through-text' does what it says in non-IE, but not in IE. In IE, it does not shine through. But I want it to.Code:<div style="position:absolute;top:100px">shine through shine through shine through shine through shine through shine through shine through shine through shine through shine through </div> <object type="text/html" data="http://www.google.com" height="400px" width="400px"></object>
===
Arie.
Last edited by molendijk; 07-01-2008 at 02:58 PM. Reason: Correction
This should do:
By the way: it is "translucent", not "transparent".Code:<div style="position:absolute;top:100px;">shine through shine through shine through shine through shine through shine through shine through shine through shine through shine through </div> <object type="text/html" data="http://www.google.com" height="400px" width="400px" style="filter:alpha(opacity=50);opacity:0.5; -moz-opacity:0.5;"></object>
-magicyte
Last edited by magicyte; 07-01-2008 at 06:46 PM. Reason: syntax...
Magicyte, I do mean transparent (= clear: can be seen through), not translucent (= allow light to pass through diffusely).
Your code makes the 'shine through-text' itself transludent. It does not make the object (that loads Google) transparent in IE: nothing shines through the object.
Anyhow, thanks,
===
Arie.
Well, actually, you can change the number from 50 to 00, 0.5 to 0.0, and 0.5 to 0.0. That WOULD MOST DEFINATELY work and help for u. it makes it completely see-through. INVISIBLE.
-magicyte
I see what you mean, but changing the numbers won't make the object less see-through or more see-through in IE.
Arie.
Last edited by molendijk; 07-01-2008 at 07:18 PM. Reason: Correction
What version of IE do you have? That would most definately help.
-magicyte
Bookmarks