Announcement

Collapse
No announcement yet.

Problem with CSS background

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problem with CSS background

    Hi
    I have a problem that I hope you may be able to shed some light on.

    I have changed the background colour of the site to grey and I want the foreground white.

    My problem is that unless I specify the height on my #container css which wraps the whole site coding, the grey background bleeds onto the foreground.

    It doesnt happen when I view the site in Actinic, but when I load it up to my test site area, its there.

    See HERE for the page how I want it to look, where I have set the height to 1500px

    See HERE for what happens if I dont set the height on the #container css

    I have spent all day scratching my head on this, as I really dont want to set the height if I dont have to, but I need it to fill in the foreground even if there is nothing on the page.

    Also I tried putting all the CSS into the actinic.css stylesheet but when I did I lost everything.

    Please help if you can spare the time to look.
    Okay, I pulled the pin. Now what?... Wait!...Where are you going?

    #2
    Just before the closing </div> of your container, add:

    <div style="clear:both;"></div>

    That should fix it.

    Comment


      #3
      Thank you

      Thanks Lee

      I realise this wasnt an Actinic problem so I really appreciate the help.
      Okay, I pulled the pin. Now what?... Wait!...Where are you going?

      Comment

      Working...
      X