Collapsible Outlines

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having trouble setting up collapsible outlines on my website (www.nationalhealthcarerecruiters.com) on the opportunities page. Each time I look at it in preview it looks great and the sublists are collapsed until the job title is clicked. However, when I publish the page the sublists are already displayed? Why is this working in preview but not properly when the page is published?

What am I doing wrong??
 
Check to be sure that the .outline.js file has also been uploaded.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Larry Hesenius said:
I am having trouble setting up collapsible outlines on my website
(www.nationalhealthcarerecruiters.com) on the opportunities page. Each time
I look at it in preview it looks great and the sublists are collapsed until
the job title is clicked. However, when I publish the page the sublists are
already displayed? Why is this working in preview but not properly when the
page is published?
 
Larry,

Error on line 16...
===================================
<!--
initOutline() <<<<< Line 16
//-->
=============================
Looks to me that the Outline.js file is missing??? (On the site)
Must be in the "Root" directory

BTW: If you want to change the cursor.....

You will need to do a little hand coding but not much...

In the HTML view look for the first <lo> tag of the list...
(easy way is to highlight the text first then it will be
highlighted in the HTML view)
You will need to add a "Style"

style="cursor:pointer; cursor:hand"

It will look like this after you change it
(but maybe not exactly)
<ol style="cursor:pointer; cursor:hand" dynamicoutline initcollapsed>

HTH
--
The Don

IEEE Electronic Design Engineer
Interfacing Computers to Robotics
_______________________________________
Larry Hesenius said:
I am having trouble setting up collapsible outlines on my website
(www.nationalhealthcarerecruiters.com) on the opportunities page. Each time
I look at it in preview it looks great and the sublists are collapsed until
the job title is clicked. However, when I publish the page the sublists are
already displayed? Why is this working in preview but not properly when the
page is published?
 
Looks Great!!!
--
The Don

IEEE Electronic Design Engineer
Interfacing Computers to Robotics
_______________________________________
 
Back
Top