Viewing 2 replies - 1 through 2 (of 2 total)
  • nevermind.

    Try changing the <style> reference in your header.

    I see you are using Kubrick’s theme?

    You have <style>
    /* All CSS referring to images is here in order to accomodate differing install paths.*/
    </style>

    in your header, when you should have:

    <style type="text/css" media="screen">
    /* All CSS referring to images is here in order to accomodate differing install paths.*/
    </style>

    Check your #main padding and margins. You may have to tweak a little or use a *choke* IE hack

    * html #main {blah; blah;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with CSS please’ is closed to new replies.