gecraig
Newbie
Posts: 1
Registered: 10/6/2007
Location: Texas
Member Is Offline
|
| posted on 10/6/2007 at 02:03 PM |
|
|
Scroll Box not showing
I can not get the scroll box to show.
I have the Ts_files folder in the root of the website.
I have placed the script language in the following place, also I have placed it at the end of the first section too.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language="javascript" src="../ts_files/scroll.js"></script>
<title>Title of Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
The following is in a cell of a table.
<tr>
<script language="JavaScript">Tscroll_init (0)</script>
<td> </td>
</tr>
The files path is as follows:
// set correct path to Tigra Scroller files
var Tscroll_path_to_files = 'ts_files/'
I also have tried to add ../ in front of ts_files
I think that is all I have to do but the scroll box does not show. I have resized the box to 50 x 50. Thinking it was to big to fit in the cell.
What am I doing wrong?
|
|
|
|