Hi again holstein13...
Everything seems to be centered around a strange
interaction between the 3 images in the right-hand
frame. The images are the black and dark blue ones
right under the tan HIPAA-The Reinvention of Healthcare
Business.
[ http://www.alienintelligence.com/hipaa/PSG%20Tools%20for%20HIPAA%20Compliance.htm
]
This is the original suspect code:
<TR>
<TD width="240" rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_19.jpeg"
width=240></TD>
<TD width="100%"
background="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_20.jpeg"
rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_20.jpeg"
width=43></TD>
<TD width="319" rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_21.jpeg"
width=319></TD>
</TR>
Mathematically they are fine in width. They work fine
in my Dreamweaver HTML editor and they resize properly
in Opera. But... not the same with IE. Good ole Internet
Explorer.
The left-hand pane is 146 pixels, next, the first black
image is 240, 43 for the 'spacer' and 319 for the right
image. 748 pixels total. Under the 800. Yet IE doesn't
seem to want to resize it properly. I did a search for
bugs in IE regarding frames but couldn't easily find
anything.
So I dissected that table row in Dreamweaver. I started
by taking out the middle 'spacer' image. Unfortunately
this did nothing.
[ http://www.alienintelligence.com/hipaa/PSG%20Tools%20for%20HIPAA%20Compliance_x1.htm
]
I then took out the right hand image. That allowed
resizing down to 800.
[ http://www.alienintelligence.com/hipaa/PSG%20Tools%20for%20HIPAA%20Compliance_a2.htm
]
The code looks like this now:
<TR>
<TD width="240" rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_19.jpeg"
width=240></TD>
<TD width="100%"
background="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_20.jpeg"
rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_20.jpeg"
width=43></TD>
</TR>
I also tried removing the left hand image.
It too allowed resizing.
[ http://www.alienintelligence.com/hipaa/PSG%20Tools%20for%20HIPAA%20Compliance_d1.htm
]
The code for that is:
<TR>
<TD width="100%"
background="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_20.jpeg"
rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_20.jpeg"
width=43></TD>
<TD width="319" rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_21.jpeg"
width=319></TD>
</TR>
Finally, I experimented with acceptable image sizes
and found a maximum. The aspect ratio is of course
off. Images are 150 pixels, 1 pixel, and 280 pixels.
But it resizes properly.
[ http://www.alienintelligence.com/hipaa/PSG%20Tools%20for%20HIPAA%20Compliance_e2.htm
]
The code for this one is:
<TR>
<TD rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_19.jpeg"
width=150></TD>
<TD width="100%"
background="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_20.jpeg"
rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_20.jpeg"
width=1></TD>
<TD rowSpan=4><IMG height=77
src="PSG Tools for HIPAA
Compliance_files/hippa-kit-home-17-2k2_21.jpeg"
width=280></TD>
</TR>
My code examples are expecting relative links to the jpeg images. You
will
have to modify their paths to goto your directory so they will
function.
Let me know if you need any clarifications regarding the
code placement, linking, syntax, etc.
-=Search references=-
Opera Web Browser
[ http://www.opera.com/ ]
Dreamweaver HTML editor
[ http://www.macromedia.com/software/dreamweaver/ ]
Ultraedit Text/Hex/HTML/etc editor
[ http://www.ultraedit.com/ ]
thanks,
-AI |