User Profile

Collapse

Profile Sidebar

Collapse
alphabravo
alphabravo
Last Activity: Aug 14 '08, 09:28 PM
Joined: Aug 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • alphabravo
    replied to ContentEditable Question
    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
    See more | Go to post

    Leave a comment:


  • 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
    ...
    See more | Go to post

    Leave a comment:


  • alphabravo
    started a topic ContentEditable Question

    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...
    See more | Go to post
No activity results to display
Show More
Working...