Viewing 2 replies - 1 through 2 (of 2 total)
  • That is acting strangely 🙁 Do you have the web developer toolbar in your browser? You can try tweaking the css or html until it goes away. I noticed one quick tweak here seemed to solve it but I can’t say why:

    padding-top: 1px;

    inside your #maincontent

    You might need to run your site through a validator to see if there’s anything wonky, and then fixing that will likely clear up any bizarre css issues.

    Good luck, and if you’re celebrating it, Happy Thanksgiving! 🙂

    -Velda

    The error is in your CSS.

    .innertube {margin:15px;}
    should read
    .innertube {margin:0 15px;}

    and the problem is gone….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mysterious space between two divs’ is closed to new replies.