[Solved] Allignment of boxes in CSS


The ul in the #topicmenu section has a margin-top applied by the browser. You just need to remove it:

#topicmenu ul {
    margin-top: 0;
}

solved Allignment of boxes in CSS