IE displays out of alignment, flash movie missing in header ..weird
-
Hello,
Have a look at the website in both browsers. Firefox is
doing it right, IE is not.There is a known <div id> issue in the header.php code that I cannot seem to correct (Dreamweaver highlights it).
It would seem there should be a close-bracket (>) after
=”true”/]
but when I put it in there, it appears outside the
flash movie, as text centred below it. (can be seen in the black background by dragging your mouse down the page).Having it in there does not make a difference to alignment or flash in IE.
Help from you super-sleuths out there is much appreciated!
Cindy——- header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php if ( function_exists('optimal_title') ) { optimal_title('|'); bloginfo('name'); } else { bloginfo('name'); wp_title('|'); } ?><?php if ( is_home() ) { ?> | <?php bloginfo('description'); } ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <style type="text/css" media="screen"> <?php // Checks to see whether it needs a sidebar or not if ( !$withcomments && !is_single() ) { ?> #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; } <?php } else { // No sidebar ?> #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } <?php } ?> </style> <?php wp_head(); ?> </head> <body> <div id="page"> <div id="header" align="center" [kml_flashembed movie="https://www.aug08.org/movie4.swf" height="215" width="760" fversion="9" useexpressinstall="true"/]> <div id="headerimg"> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div> </div> <hr />
- The topic ‘IE displays out of alignment, flash movie missing in header ..weird’ is closed to new replies.