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

umm

Page: 1 Reply
Jul 19th 2001#9058 Report
Member since: Apr 16th 2001
Posts: 759
does anyone know where i can find a tut on A drop down menu like on the homepage of this site. I am sure i have seen one in this site before but can't remember where can anyone direct it to me.

P.S MAttboy or Pank or anyone who is familiar with the news scroller. If you read this is there a trick to resizing the space in which you can scroll on teh new scroller??? Cause i can seem to get it to go exactly where i want! LIke you did though i want to know plz am i am making a site with a scrolller. IF you coudl help that woud be great
Reply with Quote Reply
Jul 19th 2001#9059 Report
Member since: Mar 18th 2001
Posts: 6632
Reply with Quote Reply
Jul 20th 2001#9150 Report
Member since: Apr 16th 2001
Posts: 759
thnx deker anyone on teh scrolller
Reply with Quote Reply
Jul 20th 2001#9217 Report
Member since: Mar 16th 2001
Posts: 2421
all the info. is in the faq section of this forum...
Reply with Quote Reply
Jul 20th 2001#9227 Report
Member since: Mar 24th 2001
Posts: 3734
PS6, do you want to know how to make the "text" area bigger (or smaller)?
Reply with Quote Reply
Jul 21st 2001#9254 Report
Member since: Apr 16th 2001
Posts: 759
How to get it the exact size i want.
Reply with Quote Reply
Jul 21st 2001#9256 Report
Member since: Mar 24th 2001
Posts: 3734
The code at the very top of the script.........

Show me the page you have it on and I'll show you
Reply with Quote Reply
Jul 21st 2001#9273 Report
Member since: Apr 16th 2001
Posts: 759
i won't be doing it on this site but if you show me on this one i will know when i make the site on the next one.

http://www.geocities.com/hello5_nz/index.html

Thnx man
Reply with Quote Reply
Jul 21st 2001#9285 Report
Member since: Mar 24th 2001
Posts: 3734
Current code:

[code]#divUpControl{position:absolute; width:320; left:10; top:10; z-index:1; text-align: right}
#divDownControl{position:absolute; width:320; left:10; top:270; z-index:1; text-align: right}
#divContainer{position:absolute; width:320; height:240; overflow:hidden; top:30; left:10; clip:rect(0,320,240,0); visibility:hidden}
#divContent{position:absolute; top:0; left:0}[/code]

If you want to double the width, change it to this:

[code]#divUpControl{position:absolute; width:640; left:10; top:10; z-index:1; text-align: right}
#divDownControl{position:absolute; width:640; left:10; top:270; z-index:1; text-align: right}
#divContainer{position:absolute; width:640; height:240; overflow:hidden; top:30; left:10; clip:rect(0,640,240,0); visibility:hidden}
#divContent{position:absolute; top:0; left:0} [/code]

If you just dig through the code and read it (I think that was you that was practicing VB) then you can figure it out. It's pretty self-explanatory.

And I am NOT a programmer.......coding is something that I HATE to do. I like it when I get a finished product, but I don't like the work that goes along with it. But if you just look at the numbers, they should bring ideas to your head.
Reply with Quote Reply
Jul 21st 2001#9288 Report
Member since: Apr 16th 2001
Posts: 759
sweet i will jsut have to play around with it. Thnx man
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum