/    Sign up×
Community /Pin to ProfileBookmark

filters:revealTrans

can someone make this work please ?

.pimg{filters:revealTrans.transition = (Duration=’1′,Transition=’2′);
filters:revealTrans.Apply();
filters:revealTrans.Play();
visibility:visible;
width:100;
height:100;}

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@Ben_RogersNov 23.2004 — Well, first of all: what are you trying to do? Secondly: Is your entire audience using IE6? If not, using any variant of the code supplied, this won't work.
Copy linkTweet thisAlerts:
@gert_cuykensauthorNov 23.2004 — i want to hide a div or make a div visible in a IE fancy way ?

like a div that shaters away i already saw it in action in a complicated script and what it all comes down to is this

filters:revealTrans.transition = (Duration='1',Transition='2');

filters:revealTrans.Apply();

filters:revealTrans.Play();

i just dont know how to use it
Copy linkTweet thisAlerts:
@gert_cuykensauthorNov 23.2004 — [code=php]
<html>
<body>
<script>
function showWindow() {
if (document.all.window.filters.revealTrans.status == 0){
document.all.window.filters.revealTrans.transition = 10;
document.all.window.filters.revealTrans.Apply();
document.all.window.style.visibility = 'visible';
document.all.window.filters.revealTrans.Play();}else{
document.all.window.style.visibility = 'visible';}
};

function hideWindow() {
if (document.all.window.filters.revealTrans.status == 0){
document.all.window.filters.revealTrans.transition = 10;
document.all.window.filters.revealTrans.Apply();
document.all.window.style.visibility = 'hidden';
document.all.window.filters.revealTrans.Play();}else{
document.all.window.style.visibility = 'hidden';}
}

showWindow;
hideWindow;
</script>

<div id=window style="position:absolute; width:0px; height:0px; z-index:1; left:0px; top:0px; visibility:hidden; filter:revealTrans(Duration='1' , Transition='10');">
<p>blalbalbalbalblablablablablablablablablablablablablablablablablablab</p>
</div>

</body>
</html>
[/code]


this is the best i can think of can some one help me please.
×

Success!

Help @gert_cuykens spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...