Prev: error Unable to connect to SQL Server session database
Next: smigrate restore error 327747 (Result Code: 0x81070504) on same server
From: KevScanSw on 11 Apr 2007 08:56 I'm using the IMNRC javascript function against an list of active directory users to show the presence awareness pawn next to each name. I'm pulling a list of people from AD using a web service data source in sharepoint designer. I'm encountering a weird issue though with the rollover drop down menu that appears when the cursor is over the pawn. First off here is the code I'm using to show each pawn next to the name of the employee: <strong><span><img alt="pawn" border="0" height="12" width="12" src="/ _layouts/images/blank.gif" onload="IMNRC('{Email}')" id="IMID1{generate-id()}" ShowOfflinePawn='1'/> <xsl:text xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/ DataView/runtime" ddwrt:whitespace-preserve="yes" xml:space="preserve"> </xsl:text> <xsl:value-of select="Name" /></span><br /></strong> There are about 60 names or so that this is pulling from the data source - the pawn graphics show up fine for everyone and at the top of the page the roll over menus work fine as well - however as I scroll down the page the rollover menu starts to move down so if I move the cursor over a pawn the roll over menu appears about 3 inches below where it should show up. As I scroll further down the page the roll over menu completely disppears from the screen. I'm stumped on this one...any ideas?? |