Dr. Byte,
Thanks for the SSL advice...my friend had pointed out in other pages for images that the entire URL makes every image take just a little longer than just using "../whatever" to call the server directly. So, I've gone through the files and corrected all those instances. However, this hasn't solved the flash width problem. At first, it seemed that "mast.js" would only respect our attributes for "height", but not width. Then, I noticed that it mattered what tags I placed the script call between. Putting them here:
PHP Code:
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<script type="text/javascript" script src="../includes/templates/silverfish/jscript/mast.js"></script>
<!--<div id="headerWrapper">-->
<!--<script src="http://globalsubnet.com/includes/templates/silverfish/jscript/mast.js"></script>-->
<!--<div id="navMainSearch">
<div id="searchBox">
</div>
</div>-->
<!-- </div>-->
made it a little wider. As you can see, I have inserted the code before the first "div" is called...and it made the masthead a little wider. You can also see other places where I tried to use it, commenting out certain areas and uncommenting them to see which ones worked best. However, I can't get it to START ALL THE WAY AT THE LEFT NO MATTER WHERE I PUT IT OR WHAT ATTRIBUTES I SPECIFY!!! ARRRRRRRRRGGGGGHHHHH. Please help more Dr. Byte!! What are we not seeing? Funny thing is, when it was an image and not a flash, there were no problems.