• hey guys, i hope some of you can help me.

    i have done my website the way i want it on firefox, chrome, etc. but in ie, and especially ie6 its all messed.

    1/. the header bacground image shows too low. i have tried to resize it but i cant.
    2/. the sidebar on the right disappears and reappears a t the very end of the page
    3/. the search button is half disappearred and search text is all to the left.

    can anyone help me fix those, please? i am really geting frustrated. have been working to try to resolve those for more than a month.

    oh, my website is at: http://www.cokc.biz

Viewing 15 replies - 1 through 15 (of 16 total)
  • You could start by sorting out the validation errors on the site. Then move onto the CSS errors.

    Thread Starter eedavidee

    (@eedavidee)

    most of those errors are not mine, i think, some of them are from wordpress. how do i clean those up?

    Those errors are all yours….or at least your theme’s

    WordPress does not throw any errors

    You can either look at the output from the validator, start at the top, and clean up your code…..or install a better theme

    Thread Starter eedavidee

    (@eedavidee)

    guys,

    help. i really dont see how to change some:

    <script language=”Javascript”>

    if (event.srcElement.type != “text” && event.srcElement.type != “textarea” && e…

    those are some errors that i really dont know what to do with. they come up when i try to validate http://www.cokc.biz

    please help

    where’s the script coming from? Coded into your theme somewhere?

    <script language=”Javascript”>

    validates as:

    <script type=”text/javascript”>

    Thread Starter eedavidee

    (@eedavidee)

    i also cant find where it is coming from…. 🙁

    how to find?

    Thread Starter eedavidee

    (@eedavidee)

    ok i found it. it was copy right pro mistake. when i changed it there. those errors diappeared and now i can see the rest are all mine.

    thanks RVoodoo

    excellent!!

    Thread Starter eedavidee

    (@eedavidee)

    hey RVoodoo,

    can i ask another question. i just found out for many of the rest mistakes. i got them down to 22.

    for the navtab and the footer, they have the same list id, which shows as a mistake. for the footer i use wp_list pages and i dont know how to change/and why should i when it is automatic?

    any suggestions?

    ID’s can only appear once on a page, classes can be reused

    so the way wp_list_pages is used must not be right…

    my wp_list_pages outputs classes rather than IDs…..

    Thread Starter eedavidee

    (@eedavidee)

    do you have any other messenger or email?

    see my footer:

    <!– footer –>
    <div id=”footer”>
    <div id=”directorynav” >

    <div id=”dn-cola”>

    • <?php _e(“<!–:en–>Ultra Premium Wine<!–:–><!–:zh–>珍藏级葡萄酒<!–:–>”); ?>
      <?php wp_list_pages(‘include=78,137&title_li=’ ); ?>
    • <?php _e(“<!–:en–>Super Premium Wine<!–:–><!–:zh–>品鉴级<!–:–>”); ?>
      <?php wp_list_pages(‘include=109,116,123&title_li=’ ) ?>

    </div>

    <!–/dn-cola–>
    <div id=”dn-colb”>

    • <?php _e(“<!–:en–>Premium Wine<!–:–><!–:zh–>经典级<!–:–>”); ?>
      <?php wp_list_pages(‘include=120,141,148,128&title_li=’ ); ?>
    • <?php _e(“<!–:en–>Entry Level Wine<!–:–><!–:zh–>入门级<!–:–>”); ?>
      <?php wp_list_pages(‘include=131,145,152,244&title_li=’ ); ?>

    </div>
    <!–/dn-colb–>
    <div id=”dn-colc”>

    • <?php _e(“<!–:en–>Sparkling Wine<!–:–><!–:zh–>起泡葡萄酒<!–:–>”); ?>
      <?php wp_list_pages(‘include=247,248&title_li=’ ); ?>
    • <?php _e(“<!–:en–>Spirits<!–:–><!–:zh–>高度酒<!–:–>”); ?>
      <?php wp_list_pages(‘include=15,198&title_li=’ ); ?>

    </div>
    <!–/dn-colc–>
    <div id=”dn-cold”>

    • <?php _e(“<!–:en–>About Bulgarian Wines<!–:–><!–:zh–>关于保加利亚葡萄酒<!–:–>”); ?>
      <?php wp_list_pages(‘include=293,294&title_li=’ ); ?>
    • <?php _e(“<!–:en–>About Us<!–:–><!–:zh–>关于我们<!–:–>”); ?>
      <?php wp_list_pages(‘include=2,705,157&title_li=’ ); ?>

    </div>
    <!–/dn-cold–>
    <div id=”dn-cole”>

    • <?php _e(“<!–:en–>Wine Culture<!–:–><!–:zh–>红酒文化<!–:–>”); ?>
      <?php wp_list_pages(‘include=13,701,702,703&title_li=’ ); ?>
    • <?php _e(“<!–:en–>About Wineries<!–:–><!–:zh–>关于酒窖<!–:–>”); ?>
      <?php wp_list_pages(‘include=489, 492, 493, 494, 495&title_li=’); ?>

    </div>
    <!–/dn-cole–>
    <div id=”dn-colf”>

    • <?php _e(“<!–:en–>Our Products<!–:–><!–:zh–>我们的成品<!–:–>”); ?>
      <?php wp_list_pages(‘include=10,232,235 &title_li=’ ); ?>
    • <?php _e(“<!–:en–>Language<!–:–><!–:zh–>语言<!–:–>”); ?>

    </div>
    <!–/dn-colf–>
    </div>

    Thread Starter eedavidee

    (@eedavidee)

    RVoodoo can you show how yours output only class, without ID? whats the website you used it on?

    wish I could help ya a bit more, I totally forgot where I grabbed the code from, and this isn’t my area of expertise….

    <ul>
          <?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?>
          <li class="<?php echo $highlight; ?>"><a href="<?php bloginfo('url'); ?>">Home</a></li>
          <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
        </ul>

    on rvoodoo.com

    (Its the text nevbar, not the graphical one, it has a couple of div ID’s used before the actual list to wrap it, as I knew it would only be used once. If I was going to reuse the list, I would of course change the IDs to classes, and copy/edit the appropriate css)

    Thread Starter eedavidee

    (@eedavidee)

    while i was waiting i figured it out. only one more mistake to go for the target=”_blank” and most of my pages will be verified.

    actually, my mistake was made by a plug in calles classy wp list pages, so i disabled it. checked if it looks ok in both ie6 and later and other browsers, nothing changed. so i left it disabled.

    you have workaround on the _blank error?

    well…you have a few options…

    your theme is currently xhtml 1.1 strict, whereas mine is 1.0 transitional (which allows target blank). You can set yours as transitional if you want….or if you want to stay strict and google around for alternate solutions….

    here’s the very first line of my header.php which sets transitional
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    here’s some discussion about alternatives to target=blank for strict
    http://www.thefutureoftheweb.com/blog/target-blank-xhtml11
    http://www.ajaxblender.com/open-links-new-window-w3c-valid-target-blank.html

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘crappy IE’ is closed to new replies.