now that all of that is out of the way, the site is still rendering exactly as it was in the images in my previous post.
min-width and max-width do not work in IE.
Neither does min-height or max-height.
<div id='innerpage'> <strong>Projects</strong> <div class='thickbar'> <strong>Games</strong> </div> <div class='colorbar'> <strong>Earth - Right</strong> </div> <?php include "projects_er/er.php"; ?> <div class='thickbar'> <strong>Mods</strong> </div> <div class='colorbar'> <strong>The Battle of Philadelphia</strong> </div> <?php include "projects_bop/bop.php"; ?> <div class='colorbar'> <strong>The Rebel</strong> </div> <?php include "projects_rebel/rebel.php"; ?> <div class='thickbar'> <strong>Maps</strong> </div> </div>
<div id='innerpage'> <strong>Projects</strong> <div class='thickbar'> <strong>Games</strong> </div> <div class='colorbar'> <strong>Earth - Right</strong> </div> <?php include "projects_er/er.php"; ?> <div class='thickbar'> <strong>Mods</strong> </div> <div class='colorbar'> <strong>The Battle of Philadelphia</strong> </div> <?php include "projects_bop/bop.php"; ?> <div class='thickbar'> <strong>Mods (this is a div class='thickbar')</strong> </div> <div class='colorbar'> <strong>The Rebel</strong> </div> <?php include "projects_rebel/rebel.php"; ?> <div class='thickbar'> <strong>Maps</strong> </div> </div>
Comment