TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

image scrollbars?!!

Page: 1 Reply
Oct 29th 2002#75998 Report
Member since: May 26th 2002
Posts: 51
can anyone point me to a tutorial of some sort for making images used as scroll bar arrows? (similar to the scroll arrows in the teamphotoshop.com news section)

thanks in advance!
Reply with Quote Reply
Oct 29th 2002#75999 Report
Member since: Apr 1st 2002
Posts: 1487
Reply with Quote Reply
Nov 3rd 2002#76667 Report
Member since: May 26th 2002
Posts: 51
do you know of a tutorial without having to use dreamweaver?
Reply with Quote Reply
Nov 3rd 2002#76670 Report
Member since: Mar 20th 2001
Posts: 3367
Not sure, cause that scrolling js script is a dreamweaver extension. You can try looking at the source and copy from there anyways.
Reply with Quote Reply
Nov 30th 2002#80476 Report
Member since: Oct 3rd 2002
Posts: 59
I used that same Tut...and got it right...but the images somehow wander ...hmmm....someone told me to use Hotspot...any one know how to make hotspot sub. the images?
like the one on this sites index page...please help!
Reply with Quote Reply
Nov 30th 2002#80487 Report
Member since: Mar 20th 2001
Posts: 3367
Reply with Quote Reply
Nov 30th 2002#80494 Report
Member since: Oct 3rd 2002
Posts: 59
I don't get it...thats a diff answer to my question
Reply with Quote Reply
Dec 30th 2002#83695 Report
Member since: Dec 30th 2002
Posts: 4
You don't need dreamweaver to use this tutorial; it works fine with hand coding. I have some recommendations for the tutorial though.

You can put onmouseover in any tag so it isn't necessary to have links that go to "#" or "javascript:; ". It is also a huge burden to make a border of invisible images around all of your links so i suggest this:
put the
onmouseover="MM_showHideLayers('button1','','show')"
in your IMG or A tag and put
onmouseover="MM_showHideLayers('button1','','show')"
onmouseout="MM_showHideLayers('button1','','hide')"
in the div tag or table tag of button1 (the table with the arrows and links in it).

These steps will show the pulldown menu when the mouse is over the "button1" image and remain open when you hover over the menu as well as hide the menu when the mouse leaves the menu div.
-------------------------------------------------------------------------------
i haven't experienced problems with wandering images. i use the
position: absolute;
left: 125px;
top: 355px
expressions in css if that's any help.
------------------------------------------------------------------------------
it also seems no one has answered the original question. there are two arrows in the news section:
the scroll arrows
and the cool sites arrows

the scroll arrows are just grey triangles and the cool sites arrows consist of a blue circle with an off-center black circle around an orange arrow.
Reply with Quote Reply
Dec 30th 2002#83696 Report
Member since: Dec 30th 2002
Posts: 4
i was thinking about different arrows. anyway, sorry for the offtopic post
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum