Question:

Need css help <div> crash...?

by  |  earlier

0 LIKES UnLike

I don't know how to say it, so i uploaded it to my website to show you the exact problem.

http://proreviews.co.cc/ is the link

As you can see the menu part, it is supposed to be joined together. it has no problem if i only put breaks in the <div> but once i put <p> or <ul> and maybe other it will result in this crash.

my css file is located here

http://proreviews.co.cc/style/style.css

i'm quite new to css.. please help me

 Tags:

   Report

1 ANSWERS


  1. paragraphs and list by default have margins on the top and bottom, this CSS fixes it

    p,ul {

    margin-top :0;

    margin-bottom:0;

    }

    hope that helps

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.