Scrollabe <DIV> tags and WYSIWYG editors

Discussion in 'HTML & Website Design' started by PrateekSaxena, Oct 22, 2006.

  1. #1
    Hello,

    I have two main queries. Here they are -

    Scrollable DIV's
    I have made a popup in HTML and the size of the pop-up is 800*600. Now the thing is let us say that I want to display an image of resolution 1024*768 I want to put a DIV that would actually be 300*300 but I set scrollbars so that the person can scroll to see the whole image. If the size of the image changes to 4000*4000 :)eek: ) then the srcollbars should adjust accordingly. How do I achieve this?? :confused:

    WYSIWYG Editors
    I also want to make a WYSIWYG editor.The WYSIWYG editor should be similar to that of Bloggre.com and should generate the HTML eventually. I dont mind using something that has been made by someone else as an OpenSource project. Please give me the link to such a project or guide me on how to make one on my own likie a tutorial or something. :)

    Thank you so much for reading this message. Your reply to this post will be highly appreciated by me. Thanks once again.

    Yours sincerely,
    Prateek Saxena
     
    PrateekSaxena, Oct 22, 2006 IP
  2. Morishani

    Morishani Peon

    Messages:
    239
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Scrollable DIV's - do that by adding this style to the div :
    overflow-x:scroll;overflow-y:scroll;
    PHP:
    WYSIWYG Editors - just search in google for WYSIWYG html, there are ton's of them.
     
    Morishani, Oct 22, 2006 IP