Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
jwerkowski #1
dHTML Scrollable Area - Fix for Firefox
To let the extension work with Firefox (as well as Opera and IE), replace the
function MoveArea with this code:
function MoveArea(x,y){
this.x=x;this.y=y
//Firefox: Must assign the value + the unit. Debugger shows "pt", not "px"
this.css.left=this.x + "pt";
this.css.top=this.y + "pt";
}
jwerkowski Guest
-
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... -
How do I change the imageable area to fit themedia area when printing?
I am having trouble with the imageable area and the media area when I print my documents. The imageable area is smaller than the media area and cuts... -
dHTML AP scrollable area positioning problem
I am creating a site with DWMX and am using the http://sophiemaherphotography.com/ -
CS converts solid area to gradient area when opening an older file??
Anyone seen this before? I opened a file from Illustrator 9 using CS, and a 20% black screen became a linear gradient from about 20% to 1%. Is there... -
Pub 2002-size limit on scrollable text area?
I have added a text area with a scroll bar for a rather large document, and as I edit the html code fragment, it stops allowing me to type any more...



Reply With Quote

