Aligning everything left
Hello,
I've got to integrate the calendar with an existing page that is heavy on css. Everything looks fine in Firefox, but IE is a different story. The calendar seems to be aligned right...but i think it's some funky interaction of the existing site and the new css (and IE of course). So i viewed the source and put it in an editor, changed some aligns to left and got this:
http://bfweb1.nmsu.edu/TrainingRegis...index_test.htm
I changed the alignments near the bottom:
HTML Code:
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div><script type="text/JavaScript" src="/TrainingRegistration/calendar/overLIB/overlib_mini.js"><!-- overLIB (c) Erik Bosrup --></script><div align="center">
<span class="style1"><a href="setup/index.php">Setup Manager</a> | <a href="events/index.php">Event Manager</a></span><br>
<br>
</div>
<table width="100%" align="left">
<tr><td align="left">
<script language="JavaScript" type="text/JavaScript">
<!--
I don't know how to change this in the php - I've tried a few things with css, but nothing has worked thus far.
Thanks for any help
sam
|