View Full Version : stars


Owlie42
01-28-2003, 09:24 PM
I'm trying to a layout with the content in a star-shaped "frame" (don't worry, I know there's no way to actually shape a frame), and instead of scrollbars, have an image map that looks like it's part of the content frame as the scroller. Any ideas? Is this even possible?

Embyr
01-28-2003, 10:00 PM
I've used a scrollbar that, when you hover over it, it moves, and instead of arrows its a picture. Is that maybe what you're talking about?

Rosekeet
01-28-2003, 11:55 PM
I'm pretty sure there's a code to get rid of the scroll bar and if you just put an image map there it sould work fine... I dont' know the code but I bet it's CSS.

Owlie42
02-02-2003, 12:23 AM
I'm trying to do the scrolling-thing (because it's not exactly a scrollbar!) as an image map...and I'm not entirely sure how you'd do that...

altpara
02-02-2003, 09:56 AM
Just modify the script of your choosing.

They work by using JavaScript event handlers - onmouseover and onmouseout. All you need to do is place the applicable event handlers into the links for each graphic in your image map.

If you need further clarification or help, let me know.


Mary

Owlie42
02-03-2003, 12:04 AM
that kinda went over my head...

bejayel
02-03-2003, 02:49 AM
this place has a few good scripts. i think the one you are talking about is the "window script" it can be found here. http://dhtmlcentral.com/script/script.asp?id=16

altpara
02-03-2003, 06:53 AM
Owlie42:

Is this what you are trying to do?
http://www.dhtmlcentral.com/script/script4_demo.html

Only instead of text, or little images, you want to use an image map, with the "hot spots" of the image working to do the scrolling?

Is so, then grab the code here:
http://www.dhtmlcentral.com/script/script.asp?id=4

And I, or someone else, can help you modify it.

If I am not even close to what you're looking for, let me know.