That's great. The link told me everything I needed to know. I didn't catch the part about "hasLayout" causing inheritance. FYI, I am setting the value via javascript. element.content Editable = true/false.
Thanks again
User Profile
Collapse
-
Not sure where you are at with your code but I'll give it a shot.
Give each image and id
The radio buttons should call their respective javascript function.
function zoomIn( inImageID ) {
document.getEle mentById( inImageID ).style.zoom = 1.5
}
function zoomNormal() {
document.getEle mentById( inImageID ).style.zoom = 1.0
...Leave a comment:
-
ContentEditable Question
Thanks to all for taking the time to read this and their help in advance.
I have been workng on implementing a rich text editor for an intranet application. Our target browser is IE6.
Basically, when the user Loads the Rich Text Editor by right clicking on a div, the javascript file sets the element's contentEditable attribute to true. Well that works just fine.
The problem is, all the other Divs...
No activity results to display
Show More
Leave a comment: