• Resolved cindygobeyond

    (@cindygobeyond)


    Hello,

    https://www.Aug08.org

    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 />

Viewing 12 replies - 16 through 27 (of 27 total)
  • Thread Starter cindygobeyond

    (@cindygobeyond)

    When I copy and paste the source-code into Dreamweaver, I am sure that lines shift because there cannot be a missing /ul on line 108. Even looking in the general area, I can’t see a missing one… and even if I did, how do I change it if it’s created by WordPress?

    It’s an interesting theory, adding an extra to test, however this is code I don’t touch. From what I understand, WordPress generates it based on the number of pages/blogroll/archive etc. line items there are. It generates the unorderd lists, right?

    Unless I am somehow barking-up the wrong tree…

    Thread Starter cindygobeyond

    (@cindygobeyond)

    the proof of the error is the incorrectly displayed website.
    There is also an extra “>” below the movie, which only appears when you drag your mouse from top of the website to bottom because it is black on black. I cannot find where that is… argh… will look a the header code again (where there is not ONE “ul”.

    ps–I’ve seen validators spit-out wrong answers (err not “wrong”, just not exactly right…. and multiple ones, that when you correct the right one, the “others” go away…..

    There is some little thing definitely wrong…

    I agree cindy, I counted 6 opening UL’s and 6 Ending UL’s and they are properly placed…I am looking at the list items (li’s) right now

    Thread Starter cindygobeyond

    (@cindygobeyond)

    I tried a few things, and now Firefox is displaying incorrectly also…at least it’s the same as IE.
    Where *is* that extra “>” coming from, and why does the validator not catch it?

    Thread Starter cindygobeyond

    (@cindygobeyond)

    just noticed firefox centres it, as it should, and IE does not… perhaps related to the extra/missing “>”

    Thread Starter cindygobeyond

    (@cindygobeyond)

    Hey, there’s no “</body>” in the header! That should be there , unless WordPress generates it?! (that variable is SO annoying)… going to test it…

    Thread Starter cindygobeyond

    (@cindygobeyond)

    no change ?? … I am SO tempted to just trash the WordPress idea………………………….

    Thread Starter cindygobeyond

    (@cindygobeyond)

    Ok, found the wayward “>” …. however no bonus fixes came with it.

    Thread Starter cindygobeyond

    (@cindygobeyond)

    Ok, I may be onto something. I think the issue is pointing to the blank Archives. Here’s the code WordPress generates:

    • <h2>Archives</h2>

    The error a “missing” could also mean a different missing element, like a child

    • between the

      … such as the ”

      • No categories
      • ” within Categories

        now how to fix it (and I have a feeling that will not fix the overall IE, and now Firefox, display problem..

      Thread Starter cindygobeyond

      (@cindygobeyond)

      Oops I did not display that code correctly. Going to rename this “IE display issue” and start a fresh post.
      Thanks for all your help so far,
      Cindy

      Thread Starter cindygobeyond

      (@cindygobeyond)

      Discovered that an empty Archive creates a blank <ul></ul> which the validator does not like. This error had no effect on the way IE incorrectly displays the webpage, that issue is still ongoing in another post

      I found this thread while trying to resolve a mysterious IE alignment problem.

      Not sure where this thread continues but in case anyone else has a mysterious IE alignment problem then try this thread

    Viewing 12 replies - 16 through 27 (of 27 total)
    • The topic ‘IE displays out of alignment, flash movie missing in header ..weird’ is closed to new replies.