• Hi everyone,
    I’m dramatically remaking my site now that I feel comfortable with CSS and PHP (at least enough to move stuff around). I’m using Root’s trident template as a homebase (but I removed the right menu and moved the menu to the right….among other things). The remodel is in its infancy and I ran into an early problem:
    If you view my site in IE (6), the basic layout looks fine — exactly as intended. In Firefox, the body background color takes over everything (the rap/contents).
    https://adampoulemanos.com is the site.
    https://adampoulemanos.com/wp-layout.css is the CSS.
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Solved! Apply the following to your CSS:

    #main {
    float: left;
    width: 792px;
    height: 100%;
    background: #FFF;
    }

    … & then you’ll need to fix up the masthead div to get things looking good.

    Thread Starter apoulemanos

    (@apoulemanos)

    Thanks!

    Please treat Trident gently :). She is kinda sensitive to rough treatment ??

    I am, confused now apoulemanos its only got 2 columns ?

    Well I haven’t looked at the detail but Gemini might have been better for you. Still the layout seems to be fine. Congratulations. You were the guy with the police intranet thing as well weren’t you?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Works in IE – not in firefox!?!?’ is closed to new replies.