navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Can't check box Collapsible lists

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Can't check box Collapsible lists
Page: [1]
 
yogaboy

 

Posts: 377
Joined: 5/22/2004
Status: offline

 
Can't check box Collapsible lists - 5/22/2004 19:19:43   
I'm using FP2003 and IE6. I'd previously written a page using HTML in notepad, with a bullet-point-list of links, but I've started using FP and thought I'd make it a collapsible list.

Problem is, I right click the list, select List Properties, check the Enable Collapsible Outlines, and Initially Collapsed - but nothing happens. I go back into List Properties and the boxes are unchecked! This happens again and again, even with lists I create with FP.

What am I doing wrong????
BobbyDouglas

 

Posts: 5470
Joined: 5/15/2003
From: Arizona
Status: offline

 
RE: Can't check box Collapsible lists - 5/22/2004 20:41:36   
Can you post your code for us to look at?

_____________________________

Arizona Web Design - Mr Bobs Web Design in Arizona
The Arizona Web Hosting Challenge

(in reply to yogaboy)
yogaboy

 

Posts: 377
Joined: 5/22/2004
Status: offline

 
RE: Can't check box Collapsible lists - 5/23/2004 17:45:31   
Here goes... I've included the LINKS.CSS code afterwards incase it makes any difference.

<HTML>


<!-- #BeginTemplate "ncsstemplate.dwt" -->


<HEAD><!-- #BeginEditable "doctitle" -->
<title>NCSS - Links page</title>
<!-- #EndEditable -->
<link rel="stylesheet" href="links.css" type="text/css">

</HEAD>




<div id="ncsslogo"><A Href="default.htm"><IMG BORDER="0" SRC="images\camhslogop.gif"></a>
</div>

<div id="mappinglogo">
<A Href="http://www.dur.ac.uk/camhs.mapping"><IMG BORDER="0" SRC="images\camhsmappinglogo2.gif"></A><BR>Click the logo above to go to<BR> the CAMHS Mapping website
</div>

<div id="govlogos">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD>The NCSS is hosted by the  </TD><TD ALIGN="Left"><A Href="http://www.nhs.uk/"><IMG BORDER="0" SRC="images\nhslogo.gif"></A></TD></TR>
<TR><TD ALIGN="RIGHT">on behalf of the  </TD><TD ALIGN="RIGHT"><A Href="http://www.doh.gov.uk/"><IMG BORDER="0" SRC="images\dhlogo.gif"></A></TD></TR>
<TR><TD ALIGN="RIGHT">and the  </TD><TD ALIGN="RIGHT"><A Href="http://www.dfes.gov.uk/"><IMG BORDER="0" SRC="images\dfeslogo3.gif"></A></TD></TR>
</TABLE>
</div>


<div id="leftmenu">
<A Href="default.htm" CLASS="nav">Home</A><P>
<A Href="aboutncss.html" CLASS="nav">About the NCSS</A><P>
<A Href="documents.html" CLASS="nav">Documents</A><P>
<A Href="goodpractice.html" CLASS="nav">Good Practice<BR>Library</A><P>
<A Href="camhspeople.html" CLASS="nav">CAMHS People<BR>Directory</A><P>
<a href="events.html" class="nav">Events</a><P>
<A Href="contactncss.html" CLASS="nav">Contact the<BR>NCSS</A><P>
<A Href="links.html" CLASS="nav">Links</A><P>
<A Href="help.html" CLASS="nav">Need Help?</A><P>
<A Href="termsandconditions.html" CLASS="nav">Terms &<BR>Conditions</A>
</div>

<div id="maincontent">
<!-- #BeginEditable "maincontent" -->

<H1><U>Links</U></H1><P>
Here are some other useful web-resources for CAMHS.
<ul>
<li><B><U>National Links</U></li>
<li><a href="http://www.cypu.gov.uk/" TARGET="resource window">Children and Young People's Unit</A></LI>
<li><a href="http://www.dfes.gov.uk/index.htm" TARGET="resource window">Department for Education and Skills</A></li>
<li><a href="http://www.doh.gov.uk/nsf/children/index.htm" TARGET="resource window">Dept of Health: Children's NSF</A></li>
<li><a href="http://www.nimhe.org.uk" TARGET="resource window">NIMHE Home Page</A></li>
<li><a href="http://www.doh.gov.uk/childrenstaskforce/index.htm" TARGET="resource window">Dept of Health: Children's Task Force</A></li>
<li>
<a href="http://www.doh.gov.uk/publications/coinh.html" TARGET="resource window">Dept of Health: Circulars (COIN)</A></li>
<li><a href="http://www.doh.gov.uk/" TARGET="resource window"">Dept of Health: Home Page</A></li>
<li>
<a href="http://www.doh.gov.uk/planning2003-2006/index.htm" TARGET="resource window" CLASS="move">Dept of Health: PPF 2003-2006 Improvement Expansion Reform</A></li>
<li><a href="http://open.gov.uk/glondon" TARGET="resource window">Open.gov.uk</A></li>
<li><a href="http://www.surestart.gov.uk.home.cfm" TARGET="resource window">Surestart Home Page</A></li>
<li><a href="http://www.homeoffice.gov.uk" TARGET="resource window">Home Office</A></li>
<li>
<a href="http://www.ukonline.gov.uk/home/homepage/fs/en" TARGET="resource window">UK Online Homepage</A></li>
<li><A Href="http://www.ncb.org.uk/" TARGET="resource window">National Children's Bureau (NCB)</A></li>
<li><A Href="http://www.youngminds.org.uk" TARGET="resource window">YoungMinds</A></li>
<li><A Href="http://www.nelmh.org/" TARGET="resource window">National electronic Library for Mental Health (NeLMH)</A></LI></li>
<A Href="http://www.idea.gov.uk/" TARGET="resource window">Improvement and Development Agency (IDeA)</A></li>
<li><A Href="http://www.wiredforhealth.gov.uk/" TARGET="resource window">Wired for Health</A></li>
</ul>
<P>
</B>

<B>
<UL>
<U>Regional Links</U><P>

<a href="http://www.government-offices.gov.uk" TARGET="resource window">Government Offices for the Regions - Overview</A>
<P><a href="http://www.go-east.gov.uk/" TARGET="resource window">Government Office East</A>
<P>
<a href="http://www.nimhe.org.uk/development/eastern/index.asp" TARGET="resource window">NIMHE Eastern</A><P>
<a href="http://www.nimhe.org.uk/development/london/index.asp" TARGET="resource window">NIMHE London</A><P>
<li><a href="http://www.go-em.gov.uk/index.php" TARGET="resource window">Government Office East Midlands</A></LI>
<li><a href="http://www.nimhe-em.org.uk/" TARGET="resource window">NIMHE East Midlands (EMDC)</A></LI>
<li><a href="http://www.go-wm.gov.uk/" TARGET="resource window">Government Office West Midlands</A></LI>
<li>
<a href="http://www.nimhe.org.uk/development/westmidlands/index.asp" TARGET="resource window">NIMHE West Midlands</A></LI>
<li><a href="http://www.go-ne.gov.uk/" TARGET="resource window">Government Office North East</A></LI>
<li><a href="http://www.goyh.gov.uk/" TARGET="resource window">Government Office Yorkshire & Humber</A></LI>
<li>
<a href="http://www.nimhe.org.uk/development/northeast/index.asp" TARGET="resource window">NIMHE for the North East, Yorkshire and Humberside</A></LI></li>
<li><a href="http://www.go-nw.gov.uk/" TARGET="resource window">Government Office North West</A></LI>
<li><a href="http://www.nimhenorthwest.org.uk/" TARGET="resource window">NIMHE North West</A></LI>
<li><a href="http://www.go-se.gov.uk/" TARGET="resource window">Government Office South East</A></li>
<li><a href="http://www.sedc.org.uk/" TARGET="resource window">NIMHE South East (SEDC)</A></LI>
<li><a href="http://www.gosw.gov.uk/" TARGET="resource window">Government Office South West</A></LI>
<li><a href="http://www.mhsw.org.uk/content/Home.asp" TARGET="resource window">NIMHE South West</A></LI><P>
</li>
</UL>
</B>

<UL>
<B>
<LI><U>Other CAMHS Links</U></LI><P>


<li><a href="http://www.youngminds.org.uk" TARGET="resource window">Young Minds Home Page</A></LI>
<li>
<a href="http://youngminds.org.uk/professionals/MHG/projects.html" TARGET="resource window">Mental Health Grant Projects</A></LI>
<li>
<a href="http://www.durham.ac.uk/service.mapping/CAMH" TARGET="resource window">National CAMH Service Mapping Exercise</A></LI>
<li><a href="http://rcpsych.ac.uk/cru" TARGET="resource window" >Royal College of Psychiatrists Reserach Unit</A></LI>
<li><a href="http://www.primehe.org.uk" TARGET="resource window">Primary Mental Health and Education</A></LI>
<li><a href="http://www.governmentfunding.org.uk" TARGET="resource window">Funding for developing volunteers</A></LI>
<li>
<a href="http://www.youth-justice-board.gov.uk/youthjusticeboard" TARGET="resource window">Youth Justice Board home page</a></LI><P>
</li>
</UL>
</B>


<!-- #EndEditable --></div>

<div id="regdir">
<!-- #BeginEditable "regdir" --> <!-- #EndEditable --></div>

<div id="morecontent" style="position: absolute; left: 190px; top: 580px; width: 145px; height: 21px">
<!-- #BeginEditable "morecontent" --> <!-- #EndEditable --></div>

<!-- #EndTemplate -->

</HTML>


LINKS.CSS

<!--


#ncsslogo {position:absolute;top: 15px;left: 10px;}

#mappinglogo {position:absolute;top: 47px;left:

270px;font-family: century gothic;}

#govlogos {position:absolute;top: 15px;left:

580px;font-family: century gothic;}

#leftmenu {position:absolute;top: 165px;left: 8px;}

#maincontent {position:absolute;top: 195px;left:

190px;font-family: century gothic;}


#printable {position:absolute;top: 15px;left:

160px;font-family: century gothic;width:550px;}

#regdir {position:absolute;top: 200px;left:

550px;font-family: century gothic;}

#morecontent {position:absolute;top: 580px;left:

190px;font-family: century gothic;}

UL {list-style-type: square; color:#FF9900;}

.pumpkin { list-style-type: square; color:

ff9900;font-style: bold;}

a:link,a:visited { color: #FF9900; text-decoration:

none;font-family: century gothic;}
a:hover { color: #66ffff; text-decoration:

underline;font-family: century gothic;}


a.nav:link, a.nav:visited { color: #FFFFFF;

text-decoration: none;font-family: century

gothic;font-size:12pt;}

a.nav:hover { color: #ffffff; text-decoration:

underline;font-family: century gothic;font-size:12pt;}


a.pjump:link, a.pjump:visited { color: #996699;

text-decoration: none;font-family: century gothic;}

a.pjump:hover { color: #66ffff; text-decoration:

underline;font-family: century gothic;}


BODY {background-image: url(images/ncsssideline2.gif);
background-repeat: repeat-y;}

-->

(in reply to yogaboy)
BobbyDouglas

 

Posts: 5470
Joined: 5/15/2003
From: Arizona
Status: offline

 
RE: Can't check box Collapsible lists - 5/23/2004 18:28:36   
Im not sure what to do here. Can you just post the code of the page with the list only? The code is pretty messy.

_____________________________

Arizona Web Design - Mr Bobs Web Design in Arizona
The Arizona Web Hosting Challenge

(in reply to yogaboy)
yogaboy

 

Posts: 377
Joined: 5/22/2004
Status: offline

 
RE: Can't check box Collapsible lists - 5/24/2004 7:20:02   
lol - Yes, sorry 'bout the mess! Dogs dinner!!!

It's basically a links page, but with 3 sections, so I want to make each section a collapsible list. I've taken out the first section/list below. I've got the pages linked to a CSS page and on there is UL {list-style-type: square; color:#FF9900;} but I've taken this out so it doesn't seem to be interfering.

<div id="maincontent">
<!-- #BeginEditable "maincontent" -->

<H1><U>Links</U></H1><P>
Here are some other useful web-resources for CAMHS.

<ul>
<li><B><U>National Links</U></li>
<li><a href="http://www.cypu.gov.uk/" TARGET="resource window">Children and Young People's Unit</A></LI>
<li><a href="http://www.dfes.gov.uk/index.htm" TARGET="resource window">Department for Education and Skills</A></li>
<li><a href="http://www.doh.gov.uk/nsf/children/index.htm" TARGET="resource window">Dept of Health: Children's NSF</A></li>
<li><a href="http://www.nimhe.org.uk" TARGET="resource window">NIMHE Home Page</A></li>
<li><a href="http://www.doh.gov.uk/childrenstaskforce/index.htm" TARGET="resource window">Dept of Health: Children's Task Force</A></li>
<li><a href="http://www.doh.gov.uk/publications/coinh.html" TARGET="resource window">Dept of Health: Circulars (COIN)</A></li>
<li><a href="http://www.doh.gov.uk/" TARGET="resource window"">Dept of Health: Home Page</A></li>
<li><a href="http://www.doh.gov.uk/planning2003-2006/index.htm" TARGET="resource window" CLASS="move">Dept of Health: PPF 2003-2006 Improvement Expansion Reform</A></li>
<li><a href="http://open.gov.uk/glondon" TARGET="resource window">Open.gov.uk</A></li>
<li><a href="http://www.surestart.gov.uk.home.cfm" TARGET="resource window">Surestart Home Page</A></li>
<li><a href="http://www.homeoffice.gov.uk" TARGET="resource window">Home Office</A></li>
<li><a href="http://www.ukonline.gov.uk/home/homepage/fs/en" TARGET="resource window">UK Online Homepage</A></li>
<li><A Href="http://www.ncb.org.uk/" TARGET="resource window">National Children's Bureau (NCB)</A></li>
<li><A Href="http://www.youngminds.org.uk" TARGET="resource window">YoungMinds</A></li>
<li><A Href="http://www.nelmh.org/" TARGET="resource window">National electronic Library for Mental Health (NeLMH)</A></LI>
<LI><A Href="http://www.idea.gov.uk/" TARGET="resource window">Improvement and Development Agency (IDeA)</A></li>
<li><A Href="http://www.wiredforhealth.gov.uk/" TARGET="resource window">Wired for Health</A></li>
</ul>
<P>
</B>
<!-- #EndEditable --></div>

Thanks ,yogaboy

(in reply to BobbyDouglas)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Can't check box Collapsible lists
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts