I'm using Genesis Multiple Column Content Classes to basically divide my content into 2 halves... I have a flash item on the left side that is relatively small, and my written content in the right column. The problem I'm having is my content overflows into the left column after it gets below the flash item...
Can anyone offer me any advice on how to keep all the written content in the right column?
Thanks in advance,
Brandon
My Template for the page in question:
<?php get_header('Energy'); ?>
<script src="js/swfobject.js" type="text/javascript" language="javascript" ></script>
<script src="js/swfs_divs.js" type="text/javascript" language="javascript" ></script>
<div class="one-half first">
[kml_flashembed publishmethod="static" fversion="9.0.0" movie="/swf/globe-energy.swf" width="350" height="350" targetclass="flashmovie"]<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a>
[/kml_flashembed]</div>
<div class="one-half, energy">
<?php
$args = array( 'numberposts' => 14, 'category' => 3,);
$lastposts = get_posts( $args );
foreach($lastposts as $post) : setup_postdata($post); ?>
<archiveHeight><h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> - <dateSize><?php the_date(); ?></dateSize></h2></archiveHeight>
<?php endforeach; ?>
</div>