COuld someone make me a navigator a little like habbcrazy.net, when you hover over it, it gets darker. PM me for more information.
Printable View
COuld someone make me a navigator a little like habbcrazy.net, when you hover over it, it gets darker. PM me for more information.
you paying?
Its not Flash BTW
That's not flash, simple css or javascript.
HTML Code:<style>
#buttonid
{
background-image: url('path/to/image1');
}
#buttonid:hover
{
background-image: url('path/to/hover-image');
}
</style>
<div id="buttonid"></div>
or alternatively
<style>
#buttonid
{
background-color:#CCCCCC
}
#buttonid:hover
{
background-color:#999999
}
</style>
<div id="buttonid"></div>
Lols as if you thought that was flash :P
Ohhh haha, well now you know it's not and how simple it is :)
And at php, your a fool. Wanting money for something so simple rofl, you say you know html and php I bet you don't even know what html stands for.