Owlie42
06-14-2003, 02:18 AM
Anyone know the code for a sort of "fizzle" effect? I'm not entirely sure I'm being too clear, but I can't find an example...
|
View Full Version : Fizzle? Owlie42 06-14-2003, 02:18 AM Anyone know the code for a sort of "fizzle" effect? I'm not entirely sure I'm being too clear, but I can't find an example... Shaneo 06-14-2003, 02:57 AM Do you have a link to an example? Brandon 06-14-2003, 03:12 AM Originally posted by Owlie42 but I can't find an example... do u think they have a link for example? try photoshop Owlie42 06-16-2003, 12:19 AM Um...let's see...finding an example's not going to be easy...but I think I can describe it... See, I don't think it's actually called "fizzle," If you have digital cable, where all those sort of random boxes crawling across the screen before the picture shows up? Something kind of like that. lefty 06-16-2003, 02:10 PM Kind of like pixellated? That's a shot in the dark. :) Owlie42 06-16-2003, 07:34 PM Yeah, that's it. And then it sort of flattens out (kinda like soda :lol: ) and you can actually see the text. lefty 06-16-2003, 09:16 PM yay! See if this thread helps: http://www.lissaexplains.com/forum/showthread.php?s=&threadid=29083 You'll also need to download the link.htc file, you can get it here (http://www.``````````````/transtutorial.shtml). Owlie42 06-16-2003, 09:37 PM Owlie is still a tad confuzzled on how to use it...*sweatdrop* Owlie42 06-29-2003, 01:48 AM <html> <head> <title>title</title> <style type="text/css">a{behavior:url(C:\Documents and Settings\Owner\My Documents\New Folder\kathryn\stuff\link.htc); color:black; filter: progid:dximagetransform.microsoft.pixellate (duration=0.5, maxSquare=20, enabled=false); height: 0px; text-decoration:none;}</style> <style type="text/css"> <!-- A:link {font-weight: bold; color:#000000; } A:visited {font-weight: bold; color:#000000; } A:active {font-weight: bold; color:#000000; } A:hover {font-weight: bold; color: #000000; cursor: crosshair; body {background-image:url(D:/kejipic/dogstar/layout/sback.jpg); background-repeat:no-repeat; background-attachment:fixed; background-position: absolute; top:0px; left:0px; cursor: crosshair; font-family: verdana; color: #000000; letter-spacing: 1pt; letter-spacing: 1pt; font-size: 6 pt; scrollbar-face-color : #ffffff; scrollbar-highlight-color : #000000; scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #ffffff; scrollbar-arrow-color : #000000; } --> </style> There's my code...I'm thinking there's a problem. Cherchezlafemme 06-29-2003, 01:55 AM Why don't you try dodo's new world? I used her CSS link thingy: http://regretless.com/dodo/newworld/ - Click the sleepy kitty head (the little one) -Then from the drop down menu that appears select '"-html'" -CLick "CSS/DIV" -Then choose "effect" Owlie42 06-29-2003, 02:31 AM I tried that. And it worked, but when I tried to change the color... Owlie42 06-29-2003, 02:54 AM *comes back* Okay, I've gotten it to work again. But now my links are gray. I want it black!! <html> <head> <title>*dogstar*</title> <style type="text/css"> <!-- A:link {text-decoration:line-through; color:#000000; } A:visited {text-decoration:line-through; color:#000000; } A:active {text-decoration:line-through; color:#000000; } a { behavior: url(link.htc);color:black; filter: progid:dximagetransform.microsoft.gradientwipe (duration=1.0, maxSquare=20, enabled=false); height: 1px; text-decoration: none;} a:hover { color: #ffffff; text-decoration: none; } body {background-image:url(D:/kejipic/dogstar/layout/sback.jpg); background-repeat:no-repeat; background-attachment:fixed; background-position: absolute; top:0px; left:0px; cursor: crosshair; font-family: verdana; color: #000000; letter-spacing: 1pt; letter-spacing: 1pt; font-size: 6 pt; scrollbar-face-color : #ffffff; scrollbar-highlight-color : #000000; scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #ffffff; scrollbar-arrow-color : #000000; } --> </style> Owlie42 06-29-2003, 08:47 PM *comes back yet AGAIN* Thanks, guys! It works now! |