Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Treecats Not Displaying Correctly (Like walking down stairs!)

Quote Reply
Treecats Not Displaying Correctly (Like walking down stairs!)
Greetings:

I am having problems trying to display Treecats - it looks like a staircase when it displays (if this makes any sense - gradual indent).

This is a snippet from the include_form.html. It doesn't look quite right to me with the empty treecats div.

Should the treecats div wrap around the scrip?

Code:

<div id="treecats"></div>
<script type="text/javascript">
var tc = new treecats({ <%-- selectionMode : 'multiple', --%> cgiURL : '<%config.db_cgi_url%>', imageURL : '<%config.build_static_url%>/<%t%>/images' });
tc.load();
</script>

Thanks,

Regards,

Clint.
--------------------------
http://AffiliatesDirectory.com
The Affiliate Programs Directory
Quote Reply
Re: [Clint] Treecats Not Displaying Correctly (Like walking down stairs!) In reply to
No, that HTML is correct. The treecats div is where the javascript writes everything. Do you have all the correct CSS rules loaded?

Adrian