ok,this css is driving me batty

A

Arne

Once said:
Hi,
I've done a really simple layout.
http://www.paulwatt.info/test/turn/layout.html

Why is there a gap between the top two Divs?

http://www.paulwatt.info/test/turn/Tlayout.css

Cheers guys and gals

Headers (h1, h2, etc) have a default margin, so you must set your own
margin for them if you are not satisfied with the default.

..header h1 {margin: 0px;}

--
/Arne

"I travel cross the country and talked to the most competent persons,
and I can assure you that the computer is a fashion craze that will not
stand the whole year.
(Editor for business literature, Prentice Hall, 1957)
 
D

dorayme

Arne said:
Headers (h1, h2, etc) have a default margin, so you must set your own
margin for them if you are not satisfied with the default.

.header h1 {margin: 0px;}

Quite right. Btw, the wrapper here does not seem to be doing
much. And OP could consider using an inline list for menu items,
and correct the markup, p tags are incorrectly distributed/closed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ok last question i promise 13
css text position problem 7
hassle with layout 3
problem with css layout 5
image problem 12
God I miss tables-help needed! 53
Top NOT top? 2
Table within a <div> 64

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top