simple java help*
- Started
- Last post
- 5 Responses
- _mak
i have the script for three-oh's news scroller, www.threeoh.com
im out of touch with this stuff, i havent touched it for around 2 yrs.plus im a dumbass when it comes to technical crap..and im in need of help.
i have all of the graphics and the script and i have the layer in my page that i need to scroll.
im in dreamweaver, and also ive set the layer to auto, (which provides a vertical scrolbar if the info exceeds the size of the layer..
where do i got from here? i need to insert the script??
please help
- o0o0
sorry I don't know dreamweaver enough to help...
... but just for future reference, java and javascript are different. They have very similar syntax, but java is a full flegged programming language, while javascript it for client browser stuff.
- unknown0
try getting hold of some DW extensions, I think PVII do some good scrolling functions for DHTML.
- unknown0
or just use an iframe?
- _mak0
so now the question is , how do i usethe script i have, with the layer i want, in iframes??
bear in mind im a technical dumbass, you cant get away with just saying'use an iframe'
cheers
- unknown0
I'm not sure what your script does, but with an iframe you just make another page which would be the 'news' say and have the iframe load it as source, then the scrollbars are added automatically (if you ask it) and theres no script required.
theres a million threads here on iframes... if iframes are of use to you.