Jump to content

Map Not Showing


flyalaska

Recommended Posts

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...