Results 1 to 3 of 3

Thread: Question

  1. #1
    Join Date
    Dec 2006
    Location
    In my home
    Posts
    69
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb Question

    If you make a document inside exel you can say insert comment and then when you web page priview when you scroll over the little ] the comment shows up does anybody know how to do that?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Code:
    <![if !supportAnnotations]><span
      class=msocomspan1><span class=msocomspan2 id="_anchor_1"
      onmouseover="msoCommentShow('_com_1','_anchor_1')"
      onmouseout="msoCommentHide('_com_1')" language=JavaScript><a
      class=msocomanch href="#_msocom_1" name="_msoanchor_1">[1]</a></span></span><![endif]>
    IE only

    That's in the table cell after the text of the table.


    EDIT: Note that you need the scripts and perhaps CSS from the page for it to work.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    A language attribute? On a <span>?

    Hide the conditional comments from non-IE browsers:
    Code:
    <!-- <![if !supportAnnotations]> --> ... <!-- <![endif]> -->
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •