bandgeek292
07-24-2005, 07:04 AM
Hi Im New Here.
I do understand and can type a basic HTML code. BUt I dont understand how to use the link transitions! I dont understand what stand alone tags are! Plz Help!
~Tim Jacobs
Bandgeek292@comcast.net
No Advertising - Read The Rules :hehe: :hehe:
bodyless
07-24-2005, 09:55 AM
Well, I also don't understand what you mean with link transitions? Please explain ...
Stand alone tags are tags that does not control the text as most of them do. As example stand alone tag is <img>, <br>, <hr> and those are mostly not container tags.
Sheila
07-24-2005, 10:39 AM
Are you talking about this part........
Next, add this tag to your regular style sheet, it is a stand alone tag:
A
{ cursor:default;height:1px;behavior:url(link.htc);f ilter:progid:dximagetransform.microsoft.attribute( duration=1) }
You would add that to your css (http://www.lissaexplains.com/css.shtml) coding. Then change the word attribute to one of the link transistions she has listed. And change the 1 to how long you want it to "run" for.
(stand alone tag means not an attribute of another HTML tag.)
-----
found here: http://www.lissaexplains.com/fun8.shtml
bandgeek292
07-24-2005, 11:10 PM
Yea. Thanks. But can you give an example of how the CSS should look like w/ the Link transitions stand alone tag in it? Would be greatly apperciated! Thnx!
TIMOTHY JACOBS
Sheila
07-25-2005, 11:05 AM
<style type="text/css">
A
{ cursor:default;height:1px;behavior:url(link.htc);f ilter:progid:dximagetransform.microsoft.attribute( duration=1) }
</style>
That would go between the <head> </head> tags.
if you want to know exactly where to put it:
First of all you need it to load instantaniously, so put in the top:
<html>
<head>
<!-- Your stylesheet here -->
</head>
<body>
<!-- Your content would go here -->
<a href="link1.html">Link</a>
<!-- ...and here -->
</body>
</html>
Then add your code (http://www.lissaexplains.com/fun8.shtml) in the commented areas.
Finally create your page.
Hope this helps.
bandgeek292
07-28-2005, 01:34 AM
Sorry It didnt work! i did every thing! Are there any servers that wont accept this????? Thankx