King of the jungle
(Click on the plus sign)

-- Intro --

Click on the plus sign Playground
Highzones poetry
Poetry from 1850
Other poetry
Gallery
Who am I
 
Click on the plus signCulture
Astrology
Chinese-Japanese zodiac
Belgium
 
Click on the plus sign Games
More on-line games
The face
Tetris
 
Click on the plus signFun
Cool stuff
Sitesearch-codes
Effect page enter
CSS and tagboard
Usefull links
Chatcodes
Tutorials
Downloads
On-line Graphic tool
TagBoard-chatters
 

Highzone's mind © 2003
Highzone's Mind
Home | Guestbook | Contact
TUTORIALS


FAVICON ? ICO ?

This is mine, however geocities don't support this :(

<LINK REL="SHORTCUT ICON" HREF="http://www.oocities.org/highzonebelg/favicon.ico">

This explanation tells it all :
and www.favicon.com

However, if you wanna create and save it in photoshop, then you need a plugin. Save it in the folder Plugins. Click on the image on the left to know where to save it.
DONWLOAD HERE






Official site Flash mx : http://www.macromedia.com/

Official pdf-tutorial Flash mx : Click here

Downloads : www.thewebmachine.com




What you can do with css

<style type="text/css">
body{ cursor: url("lion.cur"); }
</style>

Ever wandered how a cursor can become a icon ? (if ev'rything goes right you should see a lion instead of a default cursor) It works from I.E. +5.
Instead of a icon you can have an animated one, than it becomes an *.ani.
Download FREE program here 538kb Unzip and click on install.exe



<TABLE STYLE="filter:glow(color=red)">
<TR><TD> <font face="comic sans ms" size="3">THIS IS COOL!</font> </TD></TR>
</TABLE>

<TABLE STYLE="filter:dropshadow(color=red)">
<TR><TD> <font face="comic sans ms" size="5">THIS IS COOL!</font> </TD></TR>
</TABLE>

<TABLE STYLE="filter:shadow(color=blue)">
<TR><TD> <font face="comic sans ms" size="5">THIS IS COOL!</font> </TD></TR>
</TABLE>

<style>
.light2 { top:-1; left:-2; color:white; }
.shade2 { top:+1; left:+2; color:black; }
.fill2 { top:0; left:0; color:silver; }
div { position:absolute; } </style>
<div class=Example2>
<div class="light2">
<center><h3>Emboss Background Example</h3></center>
</div>
<div class="shade2">
<center><h3>Emboss Background Example</h3></center>
</div>
<div class="fill2">
<center><h3>Emboss Background Example</h3></center>
</div>
</div>

<TABLE STYLE="filter:blur(add=true, direction=90, strength=6);">
<TR><TD> <font face="comic sans ms" size="5">THIS IS COOL!</font> </TD></TR>
</TABLE>

For more Examples : Click here