View Full Version : Question
yoshi555
01-16-2007, 02:40 AM
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?:confused:
djr33
01-16-2007, 03:40 AM
<![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.
A language attribute? On a <span>?
Hide the conditional comments from non-IE browsers:
<!-- <![if !supportAnnotations]> --> ... <!-- <![endif]> -->
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.