I have created a spry html dataset on a dreamweaver CS4 site.?The master column has around 40 entries and the detail column is rather small.?When clicking on the names in the master column, the detail information appears at the top of the page - no problem for entries at the top of the page, but for entries near the bottom of the list, you need to scroll up the page to see the information.?I want to either make the master column scrollable or in some manner make the detail column appear beside the name in the master column.?I have looked at sliding panels, accordionb panels ,etc... but can't seem to get the coding right to make this work.?Waht would be best to use and how should I do this?
You can find the page here... http://www.ituna.ca/WhereAreTheyNow3.html excuse the mess at the top?there is much work to be done here...just uploaded so I could get some help.
Thanks
spry html dataset ? sliding detail...A fast way would be adding height:300px; overflow:scroll; to your css..
MasterDetail .MasterContainer {
background-color:#FFFFFF;
border:1px solid gray;
color:#000000;
display:inline;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:x-small;
font-weight:bold;
height:300px;
overflow:scroll;
text-align:left;
width:35%;
}
But anyways if you want to use accordions with Spry Data. take a look at the samples: http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample2.html
spry html dataset ? sliding detail...Thank you so much.. that worked so well. I thought there had to be a way to
do this with scroll bars....
now if I could just figure out what I have done to make the vertical menu
display across the top of the page???? Looks fine in Preview in a browser
and in Live view but sure doesn't look right when uploaded...
Pat
No comments:
Post a Comment