Dreamweaver Hotspots don't work in IE (Explorer) but do work in Firefox | Newbie | | Join Date: Jul 2008
Posts: 1
| |
Background:
I have copy and pasted an Excel flowchart into a Dreamweaver html page. I created a frame on the top of the page as a viewer. I created hotspot links over the flowchart items. Each hotspot link should open a new anchor link in the top frame which references a different webpage.
Problem:
It works fine in Firefox. When clicking on the hotspots I get the appropriate html page anchor link to reference my html page and it correctly targets into the top frame.
In Explorer, clicking on the hotspots gives me a target landing in the mainframe at the bottom rather than in the topframe.
Note:
The page is new and I only have links for the top-left two flow chart items and one of the arrow connectors between "Access to resources" and "effective planning".
Website: http://www.elearninglink.com/team2map/
Frameset Code for Index: - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-
<html xmlns="http://www.w3.org/1999/xhtml">
-
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<title>Untitled Document</title>
-
</head>
-
-
<frameset rows="162,*" cols="*" framespacing="3" frameborder="yes" border="3" bordercolor="#000000">
-
<frame src="UntitledFrame-6.html" name="topFrame" frameborder="yes" scrolling="yes" bordercolor="#000000" id="topFrame" title="topFrame" />
-
<frame src="map.htm" name="mainFrame" scrolling="no" id="mainFrame" title="mainFrame" />
-
</frameset>
-
<noframes><body>
-
</body>
-
</noframes></html>
mainframe Code: -
<html xmlns:v="urn:schemas-microsoft-com:vml"
-
xmlns:o="urn:schemas-microsoft-com:office:office"
-
xmlns:x="urn:schemas-microsoft-com:office:excel"
-
xmlns="http://www.w3.org/TR/REC-html40">
-
-
<head>
-
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
-
<meta name=ProgId content=Excel.Sheet>
-
<meta name=Generator content="Microsoft Excel 11">
-
<link rel=File-List href="map_files/filelist.xml">
-
<link rel=Edit-Time-Data href="map_files/editdata.mso">
-
<link rel=OLE-Object-Data href="map_files/oledata.mso">
-
<!--[if !mso]>
-
<style>
-
v\:* {behavior:url(#default#VML);}
-
o\:* {behavior:url(#default#VML);}
-
x\:* {behavior:url(#default#VML);}
-
.shape {behavior:url(#default#VML);}
-
</style>
-
<![endif]--><!--[if gte mso 9]><xml>
-
<o:DocumentProperties>
-
<o:LastAuthor>javi</o:LastAuthor>
-
<o:Created>1996-10-14T23:33:28Z</o:Created>
-
<o:LastSaved>2008-07-30T21:50:28Z</o:LastSaved>
-
<o:Version>11.9999</o:Version>
-
</o:DocumentProperties>
-
</xml><![endif]-->
-
<style>
-
<!--table
-
{mso-displayed-decimal-separator:"\.";
-
mso-displayed-thousand-separator:"\,";}
-
@page
-
{margin:1.0in .75in 1.0in .75in;
-
mso-header-margin:.5in;
-
mso-footer-margin:.5in;}
-
.font0
-
{color:windowtext;
-
font-size:10.0pt;
-
font-weight:400;
-
font-style:normal;
-
text-decoration:none;
-
font-family:Arial;
-
mso-generic-font-family:auto;
-
mso-font-charset:0;}
-
.font5
-
{color:black;
-
font-size:6.0pt;
-
font-weight:400;
-
font-style:normal;
-
text-decoration:none;
-
font-family:Arial, sans-serif;
-
mso-font-charset:0;}
-
.font6
-
{color:#969696;
-
font-size:6.0pt;
-
font-weight:400;
-
font-style:normal;
-
text-decoration:none;
-
font-family:Arial, sans-serif;
-
mso-font-charset:0;}
-
.font7
-
{color:windowtext;
-
font-size:8.0pt;
-
font-weight:400;
-
font-style:normal;
-
text-decoration:none;
-
font-family:Arial, sans-serif;
-
mso-font-charset:0;}
-
tr
-
{mso-height-source:auto;}
-
col
-
{mso-width-source:auto;}
-
br
-
{mso-data-placement:same-cell;}
-
td
-
{mso-style-parent:style0;
-
padding:0px;
-
mso-ignore:padding;
-
color:windowtext;
-
font-size:10.0pt;
-
font-weight:400;
-
font-style:normal;
-
text-decoration:none;
-
font-family:Arial;
-
mso-generic-font-family:auto;
-
mso-font-charset:0;
-
mso-number-format:General;
-
text-align:general;
-
vertical-align:bottom;
-
border:none;
-
mso-background-source:auto;
-
mso-pattern:auto;
-
mso-protection:locked visible;
-
white-space:nowrap;
-
mso-rotate:0;}
-
.xl24
-
{mso-style-parent:style0;
-
background:white;
-
mso-pattern:auto none;}
-
.xl25
-
{mso-style-parent:style0;
-
color:gray;
-
font-size:7.0pt;
-
font-family:Arial, sans-serif;
-
mso-font-charset:0;
-
vertical-align:top;
-
background:white;
-
mso-pattern:auto none;
-
white-space:normal;}
-
.xl26
-
{mso-style-parent:style0;
-
font-size:8.0pt;
-
background:white;
-
mso-pattern:auto none;}
-
.xl27
-
{mso-style-parent:style0;
-
color:black;
-
background:white;
-
mso-pattern:auto none;}
-
.xl28
-
{mso-style-parent:style0;
-
color:red;
-
font-weight:700;
-
font-family:Arial, sans-serif;
-
mso-font-charset:0;
-
background:white;
-
mso-pattern:auto none;}
-
.style1 {
-
font-size: 18px;
-
font-weight: bold;
-
}
-
.style2 {font-size: 18px}
-
-->
-
</style>
-
<!--[if gte mso 9]><xml>
-
<x:ExcelWorkbook>
-
<x:ExcelWorksheets>
-
<x:ExcelWorksheet>
-
<x:Name>Sheet1</x:Name>
-
<x:WorksheetOptions>
-
<x:Print>
-
<x:ValidPrinterInfo/>
-
<x:HorizontalResolution>1200</x:HorizontalResolution>
-
<x:VerticalResolution>1200</x:VerticalResolution>
-
</x:Print>
-
<x:Selected/>
-
<x:Panes>
-
<x:Pane>
-
<x:Number>3</x:Number>
-
<x:ActiveRow>31</x:ActiveRow>
-
<x:ActiveCol>17</x:ActiveCol>
-
<x:RangeSelection>$A$1:$R$32</x:RangeSelection>
-
</x:Pane>
-
</x:Panes>
-
<x:ProtectContents>False</x:ProtectContents>
-
<x:ProtectObjects>False</x:ProtectObjects>
-
<x:ProtectScenarios>False</x:ProtectScenarios>
-
</x:WorksheetOptions>
-
</x:ExcelWorksheet>
-
<x:ExcelWorksheet>
-
<x:Name>Sheet2</x:Name>
-
<x:WorksheetOptions>
-
<x:ProtectContents>False</x:ProtectContents>
-
<x:ProtectObjects>False</x:ProtectObjects>
-
<x:ProtectScenarios>False</x:ProtectScenarios>
-
</x:WorksheetOptions>
-
</x:ExcelWorksheet>
-
<x:ExcelWorksheet>
-
<x:Name>Sheet3</x:Name>
-
<x:WorksheetOptions>
-
<x:ProtectContents>False</x:ProtectContents>
-
<x:ProtectObjects>False</x:ProtectObjects>
-
<x:ProtectScenarios>False</x:ProtectScenarios>
-
</x:WorksheetOptions>
-
</x:ExcelWorksheet>
-
</x:ExcelWorksheets>
-
<x:WindowHeight>9300</x:WindowHeight>
-
<x:WindowWidth>15135</x:WindowWidth>
-
<x:WindowTopX>120</x:WindowTopX>
-
<x:WindowTopY>120</x:WindowTopY>
-
<x:AcceptLabelsInFormulas/>
-
<x:ProtectStructure>False</x:ProtectStructure>
-
<x:ProtectWindows>False</x:ProtectWindows>
-
</x:ExcelWorkbook>
-
<x:SupBook>
-
<x:Path>\Documents and Settings\javier desk\My Documents\File Box\FSU Masters\EME6635_sp08_Designing_for_Online_Coll_Lng\projects\2\map2.xls</x:Path>
-
<x:SheetName>team2map2</x:SheetName>
-
<x:SheetName> Allison Middleton 2</x:SheetName>
-
<x:SheetName> Bill Gibbons 2</x:SheetName>
-
<x:SheetName> Chad Jackson 2</x:SheetName>
-
<x:SheetName> Crystal Bancroft 2</x:SheetName>
-
<x:SheetName> Dan Murphy 2</x:SheetName>
-
<x:SheetName> Elvia Zuazo 2</x:SheetName>
-
<x:SheetName> Erin Lundblom 2</x:SheetName>
-
<x:SheetName> Gina Minks 2</x:SheetName>
-
<x:SheetName> HaeYoungKim 2</x:SheetName>
-
<x:SheetName> Jack Sen Ng 2</x:SheetName>
-
<x:SheetName> Jason Nam 2</x:SheetName>
-
<x:SheetName>MyMap</x:SheetName>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>0</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>1</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>2</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>3</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>4</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>5</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>6</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>7</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>8</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>9</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>10</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>11</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>12</x:SheetIndex>
-
</x:Xct>
-
</x:SupBook>
-
<x:SupBook>
-
<x:Path>http://dev22448-01.sp01.fsu.edu/Winapps\Eudora\Attach\EME6403_OCL\jmapAct_Gibbons.xls</x:Path>
-
<x:SheetName>MapIndex</x:SheetName>
-
<x:SheetName>MyMap</x:SheetName>
-
<x:SheetName>MyMatrix</x:SheetName>
-
<x:SheetName>GroupMatrix</x:SheetName>
-
<x:SheetName>Downloads</x:SheetName>
-
<x:SheetName>SeqData</x:SheetName>
-
<x:SheetName>RawScores</x:SheetName>
-
<x:ExternName>
-
<x:Name>ShiftMapSelectionLeft</x:Name>
-
</x:ExternName>
-
<x:ExternName>
-
<x:Name>ShiftMapSelectionRight</x:Name>
-
</x:ExternName>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>0</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>1</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>2</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>3</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>4</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>5</x:SheetIndex>
-
</x:Xct>
-
<x:Xct>
-
<x:Count>0</x:Count>
-
<x:SheetIndex>6</x:SheetIndex>
-
</x:Xct>
-
</x:SupBook>
-
<x:ExcelName>
-
<x:Name>Print_Area</x:Name>
-
<x:SheetIndex>1</x:SheetIndex>
-
<x:Formula>=Sheet1!$A$1:$R$32</x:Formula>
-
</x:ExcelName>
-
</xml><![endif]--><!--[if gte mso 9]><xml>
-
<o:shapedefaults v:ext="edit" spidmax="1069"/>
-
</xml><![endif]--><!--[if gte mso 9]><xml>
-
<o:shapelayout v:ext="edit">
-
<o:idmap v:ext="edit" data="1"/>
-
<o:rules v:ext="edit">
-
<o:r id="V:Rule1" type="connector" idref="#_x0000_s1046">
-
<o:proxy start="" idref="#_x0000_s1044" connectloc="1"/>
-
<o:proxy end="" idref="#_x0000_s1031" connectloc="1"/>
-
</o:r>
-
<o:r id="V:Rule2" type="connector" idref="#_x0000_s1047">
-
<o:proxy start="" idref="#_x0000_s1033" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1034" connectloc="1"/>
-
</o:r>
-
<o:r id="V:Rule3" type="connector" idref="#_x0000_s1048">
-
<o:proxy start="" idref="#_x0000_s1044" connectloc="0"/>
-
<o:proxy end="" idref="#_x0000_s1036" connectloc="1"/>
-
</o:r>
-
<o:r id="V:Rule4" type="connector" idref="#_x0000_s1049">
-
<o:proxy start="" idref="#_x0000_s1040" connectloc="2"/>
-
<o:proxy end="" idref="#_x0000_s1033" connectloc="0"/>
-
</o:r>
-
<o:r id="V:Rule5" type="connector" idref="#_x0000_s1050">
-
<o:proxy start="" idref="#_x0000_s1040" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1034" connectloc="0"/>
-
</o:r>
-
<o:r id="V:Rule6" type="connector" idref="#_x0000_s1051">
-
<o:proxy start="" idref="#_x0000_s1045" connectloc="2"/>
-
<o:proxy end="" idref="#_x0000_s1032" connectloc="2"/>
-
</o:r>
-
<o:r id="V:Rule7" type="connector" idref="#_x0000_s1052">
-
<o:proxy start="" idref="#_x0000_s1039" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1031" connectloc="2"/>
-
</o:r>
-
<o:r id="V:Rule8" type="connector" idref="#_x0000_s1053">
-
<o:proxy start="" idref="#_x0000_s1041" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1032" connectloc="1"/>
-
</o:r>
-
<o:r id="V:Rule9" type="connector" idref="#_x0000_s1054">
-
<o:proxy start="" idref="#_x0000_s1045" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1041" connectloc="1"/>
-
</o:r>
-
<o:r id="V:Rule10" type="connector" idref="#_x0000_s1055">
-
<o:proxy start="" idref="#_x0000_s1032" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1031" connectloc="2"/>
-
</o:r>
-
<o:r id="V:Rule11" type="connector" idref="#_x0000_s1056">
-
<o:proxy start="" idref="#_x0000_s1032" connectloc="0"/>
-
<o:proxy end="" idref="#_x0000_s1039" connectloc="2"/>
-
</o:r>
-
<o:r id="V:Rule12" type="connector" idref="#_x0000_s1057">
-
<o:proxy start="" idref="#_x0000_s1034" connectloc="0"/>
-
<o:proxy end="" idref="#_x0000_s1042" connectloc="2"/>
-
</o:r>
-
<o:r id="V:Rule13" type="connector" idref="#_x0000_s1058">
-
<o:proxy start="" idref="#_x0000_s1033" connectloc="2"/>
-
<o:proxy end="" idref="#_x0000_s1043" connectloc="0"/>
-
</o:r>
-
<o:r id="V:Rule14" type="connector" idref="#_x0000_s1059">
-
<o:proxy start="" idref="#_x0000_s1034" connectloc="0"/>
-
<o:proxy end="" idref="#_x0000_s1040" connectloc="3"/>
-
</o:r>
-
<o:r id="V:Rule15" type="connector" idref="#_x0000_s1060">
-
<o:proxy start="" idref="#_x0000_s1043" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1038" connectloc="1"/>
-
</o:r>
-
<o:r id="V:Rule16" type="connector" idref="#_x0000_s1061">
-
<o:proxy start="" idref="#_x0000_s1038" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1039" connectloc="1"/>
-
</o:r>
-
<o:r id="V:Rule17" type="connector" idref="#_x0000_s1062">
-
<o:proxy start="" idref="#_x0000_s1037" connectloc="1"/>
-
<o:proxy end="" idref="#_x0000_s1043" connectloc="0"/>
-
</o:r>
-
<o:r id="V:Rule18" type="connector" idref="#_x0000_s1063">
-
<o:proxy start="" idref="#_x0000_s1037" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1044" connectloc="3"/>
-
</o:r>
-
<o:r id="V:Rule19" type="connector" idref="#_x0000_s1064">
-
<o:proxy start="" idref="#_x0000_s1043" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1031" connectloc="1"/>
-
</o:r>
-
<o:r id="V:Rule20" type="connector" idref="#_x0000_s1065">
-
<o:proxy start="" idref="#_x0000_s1039" connectloc="1"/>
-
<o:proxy end="" idref="#_x0000_s1038" connectloc="3"/>
-
</o:r>
-
<o:r id="V:Rule21" type="connector" idref="#_x0000_s1066">
-
<o:proxy start="" idref="#_x0000_s1036" connectloc="2"/>
-
<o:proxy end="" idref="#_x0000_s1031" connectloc="1"/>
-
</o:r>
-
<o:r id="V:Rule22" type="connector" idref="#_x0000_s1067">
-
<o:proxy start="" idref="#_x0000_s1043" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1039" connectloc="0"/>
-
</o:r>
-
<o:r id="V:Rule23" type="connector" idref="#_x0000_s1068">
-
<o:proxy start="" idref="#_x0000_s1035" connectloc="3"/>
-
<o:proxy end="" idref="#_x0000_s1036" connectloc="1"/>
-
</o:r>
-
</o:rules>
-
</o:shapelayout></xml><![endif]-->
-
</head>
-
-
<body link=blue vlink=purple>
-
-
<p><span class="style1">Click on a link or box below to see the item's description appear at the top of the web page</span><span class="style2">.</span><br>
-
(Feel free to scroll up or down in the box at the top of the page.)</p>
-
<table x:str border=0 cellpadding=0 cellspacing=0 width=1152 style='border-collapse:
-
collapse;table-layout:fixed;width:864pt'>
-
<col width=64 span=18 style='width:48pt'>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 class=xl24 width=64 style='height:12.75pt;width:48pt'><a
-
name="Print_Area"> </a></td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
<td class=xl24 width=64 style='width:48pt'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td colspan=4 rowspan=4 height=68 width=256 style='height:51.0pt;width:192pt'
-
align=left valign=top><!--[if gte vml 1]><v:rect id="x_x0020_2" o:spid="_x0000_s1025"
-
style='position:absolute;margin-left:36pt;margin-top:330pt;width:33pt;
-
height:12pt;z-index:1;visibility:visible;mso-wrap-style:tight;
-
v-text-anchor:middle' o:button="t" fillcolor="#9cf [44]" stroked="f"
-
strokecolor="gray [23]" strokeweight=".25pt">
-
<v:fill o:detectmouseclick="t"/>
-
<v:imagedata embosscolor="shadow add(51)"/>
-
<v:shadow on="t" type="emboss" color="lineOrFill darken(153)" color2="shadow add(102)"
-
offset="1pt,1pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:.375pt'><font class="font5">Compare</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:FmlaMacro>'\Documents and Settings\javier desk\My Documents\File Box\FSU Masters\EME6635_sp08_Designing_for_Online_Coll_Lng\projects\2\map2.xls'!ViewToolsUnhide</x:FmlaMacro>
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="x_x0020_1" o:spid="_x0000_s1026" style='position:absolute;
-
margin-left:0;margin-top:330pt;width:33pt;height:12pt;z-index:2;
-
visibility:visible;mso-wrap-style:tight;v-text-anchor:middle' o:button="t"
-
fillcolor="#9cf [44]" stroked="f" strokecolor="gray [23]" strokeweight=".25pt">
-
<v:fill o:detectmouseclick="t"/>
-
<v:imagedata embosscolor="shadow add(51)"/>
-
<v:shadow on="t" type="emboss" color="lineOrFill darken(153)" color2="shadow add(102)"
-
offset="1pt,1pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:.375pt'><font class="font6">Edit
-
map</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:FmlaMacro>'\Documents and Settings\javier desk\My Documents\File Box\FSU Masters\EME6635_sp08_Designing_for_Online_Coll_Lng\projects\2\map2.xls'!ViewToolsHide</x:FmlaMacro>
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:shapetype id="_x0000_t5" coordsize="21600,21600" o:spt="5" adj="10800"
-
path="m@0,l,21600r21600,xe">
-
<v:stroke joinstyle="miter"/>
-
<v:formulas>
-
<v:f eqn="val #0"/>
-
<v:f eqn="prod #0 1 2"/>
-
<v:f eqn="sum @1 10800 0"/>
-
</v:formulas>
-
<v:path gradientshapeok="t" o:connecttype="custom" o:connectlocs="@0,0;@1,10800;0,21600;10800,21600;21600,21600;@2,10800"
-
textboxrect="0,10800,10800,18000;5400,10800,16200,18000;10800,10800,21600,18000;0,7200,7200,21600;7200,7200,14400,21600;14400,7200,21600,21600"/>
-
<v:handles>
-
<v:h position="#0,topLeft" xrange="0,21600"/>
-
</v:handles>
-
</v:shapetype><v:shape id="x_x0020_11" o:spid="_x0000_s1027" type="#_x0000_t5"
-
style='position:absolute;margin-left:318pt;margin-top:328.5pt;width:0;
-
height:9pt;rotation:90;z-index:3;v-text-anchor:middle' o:button="t" adj="10231"
-
fillcolor="#333 [63]" stroked="f">
-
<v:fill o:detectmouseclick="t"/>
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt"/>
-
<x:ClientData ObjectType="Shape">
-
<x:FmlaMacro>'http://dev22448-01.sp01.fsu.edu/Winapps\Eudora\Attach\EME6403_OCL\jmapAct_Gibbons.xls'!ShiftMapSelectionRight</x:FmlaMacro>
-
</x:ClientData>
-
</v:shape><v:shape id="x_x0020_10" o:spid="_x0000_s1028" type="#_x0000_t5"
-
alt="CTRL-G" style='position:absolute;margin-left:184.5pt;margin-top:328.5pt;
-
width:0;height:9pt;rotation:270;z-index:4;v-text-anchor:middle' o:button="t"
-
adj="10231" fillcolor="#333 [63]" stroked="f">
-
<v:fill o:detectmouseclick="t"/>
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:left'><font class="font0">21</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Shape">
-
<x:FmlaMacro>'http://dev22448-01.sp01.fsu.edu/Winapps\Eudora\Attach\EME6403_OCL\jmapAct_Gibbons.xls'!ShiftMapSelectionLeft</x:FmlaMacro>
-
</x:ClientData>
-
</v:shape><v:shape id="_x0000_s1029" type="#_x0000_t5" style='position:absolute;
-
margin-left:321pt;margin-top:323.25pt;width:0;height:9pt;rotation:90;
-
z-index:5;v-text-anchor:middle' o:button="t" adj="10231" fillcolor="#333 [63]"
-
stroked="f">
-
<v:fill o:detectmouseclick="t"/>
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt"/>
-
<x:ClientData ObjectType="Shape">
-
<x:FmlaMacro>'http://dev22448-01.sp01.fsu.edu/Winapps\Eudora\Attach\EME6403_OCL\jmapAct_Gibbons.xls'!ShiftMapSelectionRight</x:FmlaMacro>
-
</x:ClientData>
-
</v:shape><v:shape id="_x0000_s1030" type="#_x0000_t5" alt="CTRL-G" style='position:absolute;
-
margin-left:187.5pt;margin-top:323.25pt;width:0;height:9pt;rotation:270;
-
z-index:6;v-text-anchor:middle' o:button="t" adj="10231" fillcolor="#333 [63]"
-
stroked="f">
-
<v:fill o:detectmouseclick="t"/>
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:left'><font class="font0">21</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Shape">
-
<x:FmlaMacro>'http://dev22448-01.sp01.fsu.edu/Winapps\Eudora\Attach\EME6403_OCL\jmapAct_Gibbons.xls'!ShiftMapSelectionLeft</x:FmlaMacro>
-
</x:ClientData>
-
</v:shape><v:rect id="_x0000_s1031" style='position:absolute;margin-left:704.25pt;
-
margin-top:175.5pt;width:72.75pt;height:28.5pt;z-index:7;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#9cf [44]">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:1.125pt'><font class="font7">Level
-
of Learning Achieved</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1032" style='position:absolute;margin-left:465.75pt;
-
margin-top:299.25pt;width:66.75pt;height:27pt;z-index:8;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:.75pt'><font class="font7">Quality
-
of communication</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1033" style='position:absolute;margin-left:15pt;
-
margin-top:75pt;width:58.5pt;height:33pt;z-index:9;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:3.75pt'><font class="font7">Shared
-
vision & goals</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1034" style='position:absolute;margin-left:224.25pt;
-
margin-top:76.5pt;width:61.5pt;height:31.5pt;z-index:10;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:3.0pt'><font class="font7">Effective
-
planning</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1035" style='position:absolute;margin-left:324pt;
-
margin-top:75pt;width:107.25pt;height:31.5pt;z-index:11;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:3.0pt'><font class="font7">Learning
-
style of group members</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1036" style='position:absolute;margin-left:551.25pt;
-
margin-top:76.5pt;width:54.75pt;height:28.5pt;z-index:12;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:1.5pt'><font class="font7">Learner
-
motivation</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1037" style='position:absolute;margin-left:221.25pt;
-
margin-top:132.75pt;width:66.75pt;height:34.5pt;z-index:13;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center'><font class="font7">Internal reflection on
-
group process</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1038" style='position:absolute;margin-left:233.25pt;
-
margin-top:230.25pt;width:50.25pt;height:27.75pt;z-index:14;
-
mso-wrap-style:tight;v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:1.125pt'><font class="font7">United
-
team spirit</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1039" style='position:absolute;margin-left:467.25pt;
-
margin-top:223.5pt;width:62.25pt;height:42pt;z-index:15;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:2.625pt'><font class="font7">Team
-
dynamism & synergistic effort</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1040"
-
href="http://www.elearninglink.com/team2map/research.html" style='position:absolute;
-
margin-left:120.75pt;margin-top:10.5pt;width:54.75pt;height:27.75pt;
-
z-index:16;mso-wrap-style:tight;v-text-anchor:middle' o:button="t"
-
fillcolor="#ff9 [43]" stroked="f">
-
<v:fill o:detectmouseclick="t"/>
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:1.125pt'><font class="font7">Access
-
to resources</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1041" style='position:absolute;margin-left:231pt;
-
margin-top:287.25pt;width:55.5pt;height:27.75pt;z-index:17;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:1.125pt'><font class="font7">Culture
-
of openness</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1042" style='position:absolute;margin-left:263.25pt;
-
margin-top:11.25pt;width:66pt;height:27.75pt;z-index:18;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:1.125pt'><font class="font7">Agreed-on
-
team protocols</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1043" style='position:absolute;margin-left:11.25pt;
-
margin-top:174.75pt;width:66.75pt;height:29.25pt;z-index:19;
-
mso-wrap-style:tight;v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:1.875pt'><font class="font7">Positive
-
interdependence</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1044" style='position:absolute;margin-left:464.25pt;
-
margin-top:129pt;width:66pt;height:40.5pt;flip:x;z-index:20;
-
mso-wrap-style:tight;v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:7.5pt'><font class="font7">Individual
-
accountability</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:rect id="_x0000_s1045" style='position:absolute;margin-left:14.25pt;
-
margin-top:246pt;width:61.5pt;height:37.5pt;z-index:21;mso-wrap-style:tight;
-
v-text-anchor:middle' fillcolor="#ff9 [43]" stroked="f">
-
<v:shadow on="t" opacity=".5" offset=",3pt"/>
-
<v:textbox style='mso-direction-alt:auto;mso-rotate-with-shape:t' inset="2.16pt,1.8pt,2.16pt,1.8pt">
-
<div style='text-align:center;padding-top:.375pt'><font class="font7">Interpersonal
-
small group skills</font></div>
-
</v:textbox>
-
<x:ClientData ObjectType="Rect">
-
<x:TextHAlign>Center</x:TextHAlign>
-
<x:TextVAlign>Center</x:TextVAlign>
-
</x:ClientData>
-
</v:rect><v:shapetype id="_x0000_t38" coordsize="21600,21600" o:spt="38"
-
o:oned="t" path="m,c@0,0@1,5400@1,10800@1,16200@2,21600,21600,21600e"
-
filled="f">
-
<v:formulas>
-
<v:f eqn="mid #0 0"/>
-
<v:f eqn="val #0"/>
-
<v:f eqn="mid #0 21600"/>
-
</v:formulas>
-
<v:path arrowok="t" fillok="f" o:connecttype="none"/>
-
<v:handles>
-
<v:h position="#0,center"/>
-
</v:handles>
-
<o:lock v:ext="edit" shapetype="t"/>
-
</v:shapetype><v:shape id="_x0000_s1046" type="#_x0000_t38" style='position:absolute;
-
margin-left:530.25pt;margin-top:149.25pt;width:174pt;height:40.5pt;
-
z-index:22' o:connectortype="curved" adj="10733,-88800,-89754"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1047" type="#_x0000_t38" style='position:absolute;
-
margin-left:73.5pt;margin-top:91.5pt;width:150.75pt;height:.75pt;z-index:23'
-
o:connectortype="curved" adj="10746,-3132000,-12143" strokecolor="black [8]"
-
strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shapetype id="_x0000_t37" coordsize="21600,21600" o:spt="37"
-
o:oned="t" path="m,c10800,,21600,10800,21600,21600e" filled="f">
-
<v:path arrowok="t" fillok="f" o:connecttype="none"/>
-
<o:lock v:ext="edit" shapetype="t"/>
-
</v:shapetype><v:shape id="_x0000_s1048" type="#_x0000_t37" style='position:absolute;
-
margin-left:504.75pt;margin-top:83.25pt;width:38.25pt;height:54pt;
-
rotation:270;z-index:24' o:connectortype="curved" adj="-264706,-58500,-264706"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1049" type="#_x0000_t38" style='position:absolute;
-
margin-left:78pt;margin-top:4.5pt;width:36.75pt;height:104.25pt;rotation:90;
-
z-index:25' o:connectortype="curved" adj="10580,-11499,-93894"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1050" type="#_x0000_t37" style='position:absolute;
-
margin-left:175.5pt;margin-top:24.75pt;width:79.5pt;height:51.75pt;
-
z-index:26' o:connectortype="curved" adj="-50740,-17530,-50740"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1051" type="#_x0000_t38" style='position:absolute;
-
margin-left:250.5pt;margin-top:78pt;width:42.75pt;height:454.5pt;rotation:90;
-
flip:x;z-index:27' o:connectortype="curved" adj="30695,15663,-28421"
-
strokecolor="black [8]" strokeweight="4pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1052" type="#_x0000_t37" style='position:absolute;
-
margin-left:529.5pt;margin-top:204pt;width:211.5pt;height:40.5pt;flip:y;
-
z-index:28' o:connectortype="curved" adj="-68383,139600,-68383"
-
strokecolor="black [8]" strokeweight="4pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1053" type="#_x0000_t38" style='position:absolute;
-
margin-left:286.5pt;margin-top:301.5pt;width:179.25pt;height:11.25pt;
-
z-index:29' o:connectortype="curved" adj="10800,-612000,-46103"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1054" type="#_x0000_t38" style='position:absolute;
-
margin-left:75.75pt;margin-top:264.75pt;width:155.25pt;height:36.75pt;
-
z-index:30' o:connectortype="curved" adj="10748,-165747,-12104"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1055" type="#_x0000_t37" style='position:absolute;
-
margin-left:532.5pt;margin-top:204pt;width:208.5pt;height:108.75pt;flip:y;
-
z-index:31' o:connectortype="curved" adj="-70122,65545,-70122"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1056" type="#_x0000_t38" style='position:absolute;
-
margin-left:482.25pt;margin-top:282pt;width:33.75pt;height:.75pt;rotation:270;
-
flip:x;z-index:32' o:connectortype="curved" adj="10560,9115200,-301440"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1057" type="#_x0000_t38" style='position:absolute;
-
margin-left:257.25pt;margin-top:36.75pt;width:37.5pt;height:41.25pt;
-
rotation:270;z-index:33' o:connectortype="curved" adj="10800,-49091,-153360"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1058" type="#_x0000_t38" style='position:absolute;
-
margin-left:11.25pt;margin-top:141pt;width:66.75pt;height:.75pt;rotation:90;
-
flip:x;z-index:34' o:connectortype="curved" adj="10679,3607200,-17960"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1059" type="#_x0000_t37" style='position:absolute;
-
margin-left:189pt;margin-top:11.25pt;width:51.75pt;height:79.5pt;rotation:270;
-
flip:x;z-index:35' o:connectortype="curved" adj="-111130,25472,-111130"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1060" type="#_x0000_t38" style='position:absolute;
-
margin-left:78pt;margin-top:189.75pt;width:155.25pt;height:54.75pt;
-
z-index:36' o:connectortype="curved" adj="10748,-81666,-12417"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shapetype id="_x0000_t32" coordsize="21600,21600" o:spt="32"
-
o:oned="t" path="m,l21600,21600e" filled="f">
-
<v:path arrowok="t" fillok="f" o:connecttype="none"/>
-
<o:lock v:ext="edit" shapetype="t"/>
-
</v:shapetype><v:shape id="_x0000_s1061" type="#_x0000_t32" style='position:absolute;
-
margin-left:283.5pt;margin-top:244.5pt;width:183.75pt;height:0;z-index:37'
-
o:connectortype="curved" adj="-44213,-1,-44213" strokecolor="black [8]"
-
strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1062" type="#_x0000_t37" style='position:absolute;
-
margin-left:45pt;margin-top:150pt;width:176.25pt;height:24.75pt;rotation:180;
-
flip:y;z-index:38' o:connectortype="curved" adj="-28494,145964,-28494"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1063" type="#_x0000_t38" style='position:absolute;
-
margin-left:4in;margin-top:149.25pt;width:176.25pt;height:.75pt;flip:y;
-
z-index:39' o:connectortype="curved" adj="10681,4816800,-47354"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1064" type="#_x0000_t32" style='position:absolute;
-
margin-left:78pt;margin-top:189.75pt;width:626.25pt;height:0;z-index:40'
-
o:connectortype="curved" adj="-3615,-1,-3615" strokecolor="black [8]"
-
strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1065" type="#_x0000_t32" style='position:absolute;
-
margin-left:283.5pt;margin-top:244.5pt;width:183.75pt;height:0;rotation:180;
-
z-index:41' o:connectortype="curved" adj="-65813,-1,-65813" strokecolor="black [8]"
-
strokeweight="4pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1066" type="#_x0000_t37" style='position:absolute;
-
margin-left:599.25pt;margin-top:84.75pt;width:84.75pt;height:125.25pt;
-
rotation:90;flip:x;z-index:42' o:connectortype="curved" adj="-140304,36675,-140304"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1067" type="#_x0000_t37" style='position:absolute;
-
margin-left:78pt;margin-top:189.75pt;width:420.75pt;height:33.75pt;
-
z-index:43' o:connectortype="curved" adj="-5060,-132480,-5060"
-
strokecolor="black [8]" strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><v:shape id="_x0000_s1068" type="#_x0000_t32" style='position:absolute;
-
margin-left:431.25pt;margin-top:90.75pt;width:120pt;height:0;z-index:44'
-
o:connectortype="curved" adj="-71333,-1,-71333" strokecolor="black [8]"
-
strokeweight="6pt">
-
<v:stroke endarrow="block"/>
-
</v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout; position:absolute; z-index:1; margin-left:-1px; margin-top:14px; width:1040px; height:448px; left: 3px; top: 102px;'><img
-
border=0 width=1040 height=448 src="map_files/image001.gif"
-
usemap="#MicrosoftOfficeMap0"
-
alt="CTRL-G,CTRL-G,Text Box: Individual accountability" v:shapes="x_x0020_2 x_x0020_1 _x0000_s1031 _x0000_s1032 _x0000_s1033 _x0000_s1034 _x0000_s1035 _x0000_s1036 _x0000_s1037 _x0000_s1038 _x0000_s1039 _x0000_s1040 _x0000_s1041 _x0000_s1042 _x0000_s1043 _x0000_s1044 _x0000_s1045 _x0000_s1046 _x0000_s1047 _x0000_s1048 _x0000_s1049 _x0000_s1050 _x0000_s1051 _x0000_s1052 _x0000_s1053 _x0000_s1054 _x0000_s1055 _x0000_s1056 _x0000_s1057 _x0000_s1058 _x0000_s1059 _x0000_s1060 _x0000_s1061 _x0000_s1062 _x0000_s1063 _x0000_s1064 _x0000_s1065 _x0000_s1066 _x0000_s1067 _x0000_s1068">
-
<map name=MicrosoftOfficeMap0>
-
<area shape=Rect
-
coords="164,3,237,40"
-
href="descriptions.html#access2" target="topFrame">
-
<area shape="poly" coords="246,26,242,25" href="#">
-
<area shape="circle" coords="239,4,1" href="#">
-
<area shape="rect" coords="351,2,440,39" href="descriptions.html#agreed2" target="topFrame">
-
<area shape="rect" coords="239,9,308,43" href="research.html#access" target="topFrame">
-
<area shape="rect" coords="307,27,346,88" href="research.html#effective" target="topFrame">
-
</map>
-
</span><![endif]>
-
<span
-
style='mso-ignore:vglayout2'>
-
<table cellpadding=0 cellspacing=0>
-
<tr>
-
<td colspan=4 rowspan=4 height=68 class=xl25 width=256 style='height:51.0pt;
-
width:192pt'> </td>
-
</tr>
-
</table>
-
</span></td>
-
<td colspan=7 class=xl24 style='mso-ignore:colspan'> </td>
-
<td class=xl26> </td>
-
<td colspan=6 class=xl24 style='mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=7 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
-
<td class=xl26> </td>
-
<td colspan=6 class=xl24 style='mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=14 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=14 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=12 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
<td class=xl27> </td>
-
<td colspan=5 class=xl24 style='mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=9 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
<td class=xl28> </td>
-
<td colspan=8 class=xl24 style='mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<tr height=17 style='height:12.75pt'>
-
<td height=17 colspan=18 class=xl24 style='height:12.75pt;mso-ignore:colspan'> </td>
-
</tr>
-
<![if supportMisalignedColumns]>
-
<tr height=0 style='display:none'>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
<td width=64 style='width:48pt'></td>
-
</tr>
-
<![endif]>
-
</table>
-
-
</body>
-
-
</html>
-
-
Code for topframe:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
<html xmlns="http://www.w3.org/1999/xhtml">
-
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<title>Untitled Document</title>
-
<style type="text/css">
-
<!--
-
body {
-
background-color: #FFFFCC;
-
}
-
-->
-
</style></head>
-
-
<body>
-
</body>
-
</html>
|  | Moderator | | Join Date: Jul 2007 Location: Arkansas
Posts: 900
| | | re: Dreamweaver Hotspots don't work in IE (Explorer) but do work in Firefox
Jahamos,
When posting code samples please use the [code][/code] tags. I have edited your post to include them. Also, large amounts of code are not always necessary. It is preferred if you only post the relevant code in lieu of the entire file. If the file is large then please include it as an attachment.
Thank you!
Kevin
| | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 226,272 network members.
|