Samples of the page can be found at:
using the <a> tag which does not display properly in IE8--> http://www.yingexpo.com/_testing/index_withhref.htm
same page but no <a> tags--> http://www.yingexpo.com/_testing/index_nohref.htm
all of the pictures and text below them are positioned with CSS and position:absolute.
the markup for this area is:
CODE
<div class="indexBanner">
<img class="img1" src="_images/index_01.jpg" width="352" height="272" alt="Welcome" />
<span class="img1Text">Welcome</span>
<a href="http://www.floridassef.net/forms/2010forms/FSSEF%20Rules%20Supplement%20%202009-10.pdf" target="_blank">
<img class="img2" src="_images/index_02.jpg" width="152" height="115" alt="Rules & Regulations" /></a>
<span class="img2Text">Rules & Regulations</span>
<a href="studentforms.htm"><img class="img3" src="_images/index_03.jpg" width="152" height="115" alt="Forms" /></a>
<span class="img3Text">Forms</span>
<a href="volunteer.htm"><img class="img4" src="_images/index_04.jpg" width="160" height="120" alt="Volunteers" /></a>
<span class="img4Text">Volunteers</span>
<a href="sponsors.htm"><img class="img5" src="_images/index_05.jpg" width="160" height="120" alt="Sponsorship" /></a>
<span class="img5Text">Sponsorship</span>
<a href="localdates.htm"><img class="img6" src="_images/index_06.jpg" width="152" height="120" alt="Important Dates" /></a>
<span class="img6Text">Important Dates</span>
<div class="importantDates">
<p class="eventsHead">Upcoming Events:</p>
<p class="eventItem"><strong>August</strong> - Summer workshop for teachers (Location TBA)</p>
</div>
<!--importantDates-->
</div><!--indexBanner-->
??
thanks