That didn't work. Maybe I have something srcewed up in the order of the js files. I never did get the ie problem fix, but now have the problem with the bids in fire fox.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" media="all" href="<?php echo SITE_URL?>/lib/skins/_SKIN/lib/styles/reset.css" />
<link rel="stylesheet" media="all" href="<?php echo SITE_URL?>/lib/skins/_SKIN/lib/styles/styles.css" />
<link rel="stylesheet" media="all" href="<?php echo SITE_URL?>/lib/css/phpvms.css" />
<title><?php echo $title; ?></title>
<?php Template::Show('core_htmlhead.tpl'); ?>
<!--Required skin element!-->
<script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script>
<script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script><script type="text/javascript">
$(document).ready(function(){
$(".inline").colorbox({width:"50%", inline:true, href:"#modal-login"});
});
</script>
Is there anything wrong with the way I have the code?