Things i'm looking for...

UPLINK

New Member
I'm currently coding my website and am looking for a couple of things that i don't know how to do, just wondering if anyone out there does...

  • Custom curser - i want to replace the preset browser curser with a custom made graphic. This needs to work in all browser.
  • Custom Scrollers and drop downs - I want to use my own images for these. This needs to work in all browser.
  • Embeded fonts - How do i embed fonts and how do i create my own fonts or edit pre-made fonts. This needs to work in all browsers.

Please leave any feedback that may help me :)

Thanks you! Mike, egolab.org
 

StephanieCordray

New Member
There are scripts to make custom cursors and scrollers. I've always found http://www.dynamic drive helpful the few times I've needed such.

Can't help you with embedded fonts and not sure what you mean about creating your own fonts. If you mean what I think you mean, you'd need a font maker program and it's not as easy as it might sound.
 

rimian

New Member
i suppose you could make your own fonts by drawing every letter and saving them as .gif files.

Then "hello" would become

<img src="H.gif'><img src="E.gif'><img src="L.gif'><img src="L.gif'><img src="O.gif'> etc.

then you would need tables.

i'm just having you on...
 
Top