Question
Scrollable Text Area
Hi, I have inherited a website that uses javascript/DHTML to
create a scrollable text area. I suspect it was created using a
Dreamweaver extension as the pages with scrollable text contain the
following comment lines:
// Extension developed by David G. Miles
// Original Scrollable Area code developed by Thomas Brattli.
I’m no Javascript or DHTML expert but it looks good and it still works in IE7. My question is, how do I edit the text that scrolls? It is not initially visible in design view, unless I place the cursor in either of these two lines in the code window:
<div id="divContainer" style="z-index: 2">
<div id="divContent">
Although this reveals the text in the design window, if I try and click on the text to edit it, it disappears. I can find the text in the code window, and I could edit it there, but I have a lot of changes to make and I would prefer to make them with some visual feedback of the formatting. Does anybody know if this is possible?
I've tried searching for info on the web, but all the pages that I can find point to http://www.z3roadster.net/dreamweaver/. This address does not exist and the domain (www.z3roadster.net) comes up with an asp.net error page.
Also, is it necessary for the site to use frames for this Javascript/DHTML to work?
// Extension developed by David G. Miles
// Original Scrollable Area code developed by Thomas Brattli.
I’m no Javascript or DHTML expert but it looks good and it still works in IE7. My question is, how do I edit the text that scrolls? It is not initially visible in design view, unless I place the cursor in either of these two lines in the code window:
<div id="divContainer" style="z-index: 2">
<div id="divContent">
Although this reveals the text in the design window, if I try and click on the text to edit it, it disappears. I can find the text in the code window, and I could edit it there, but I have a lot of changes to make and I would prefer to make them with some visual feedback of the formatting. Does anybody know if this is possible?
I've tried searching for info on the web, but all the pages that I can find point to http://www.z3roadster.net/dreamweaver/. This address does not exist and the domain (www.z3roadster.net) comes up with an asp.net error page.
Also, is it necessary for the site to use frames for this Javascript/DHTML to work?