JohnHogue
Junior Member
Posts: 3
Registered: 12/5/2007
Location: Cincinnati, Ohio
Member Is Offline
|
| posted on 12/5/2007 at 08:25 AM |
|
|
Local Testing of Installed Scroller
I can't seem to get the Sample 1 Scroller to work when tested through "Preview in Browser (IE) using DW-CS3. Should I be able to test it locally or
do I have to upload it using FTP to the live site before it will work?
I believe I loaded it properly, according to the straight-forward installation instructions, copying the ts files folder into the root folder for the
page, adjusting box size to 110x600 pixels, inserting "Head" instruction and initializing the script at the top of the left column.
Eventually, I want both left and right columns of names to vertically scroll and have pop-windows associated with the names when a mouseover event
occurs (using Tigra Hints). But, I don't want to undertake the tedious task of entering lists of names/html objects until I am comfortable that I
can control the effect.
|
|
|
JohnHogue
Junior Member
Posts: 3
Registered: 12/5/2007
Location: Cincinnati, Ohio
Member Is Offline
|
| posted on 12/5/2007 at 02:28 PM |
|
|
I installed Tigra Scroller on a similar page but in Frontpage (2002) and it worked as it's supposed to, both locally and uploaded. So, I'm
wondering if the problem above:
(a) is related to Dreamweaver CS3? I remember seeing a posting stating a problem with DW8. and/or
(b) if the initiation script within a table column must be inserted within a cell tag (tr), not just within the column tag (td)?
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 12/5/2007 at 08:36 PM |
|
|
a) editor doesn't matter as long as it doesn't try to be too smart and modifies the script files
b) nothing should be directly withing <tr> other than <td> or <th>.
|
|
|