• I’m new here to the wordpress forums, but I’ve been using wordpress for about 4 or 5 months. I just recently noticed that the sidebar on the website I am working on looks horrible and I am trying to find a piece of code that might solve the problem. Here’s the website: http://www.illinoisbaseballacademy.com

    and here’s the applicable code:

    [CSS moderated as per the Forum Rules. Please use the pastebin]

Viewing 1 replies (of 1 total)
  • It looks fine in Firefox but you need to move the:

    <!-[if IE]>
    <style type="text/css">
    body{ behavior:url("http://illinoisbaseballacademy.com/main/wp-content/themes/whiteboard/csshover.htc");}
    </style>
    <![endif]>

    block up into the `<head></head> section where it rightfully belongs.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS sidebar ie6 issue: ignoring styles’ is closed to new replies.