PDA

View Full Version : Space above banner?


Montec
Jun-17-2008, 09:18 AM
How do I get a couple of pixels space above my banner so that it is not flush with the top of the page?

http://www.kootenayphotography.com/

Allen
Jun-17-2008, 03:10 PM
How do I get a couple of pixels space above my banner so that it is not flush with the top of the page?

http://www.kootenayphotography.com/
Add a little margin top to push it down.

#my_banner {
width: 800px;
height: 190px;
margin: 10px auto 0; /* top right/left bottom */
background: url(http://Kootenay.smugmug.com/photos/314873581_gsKkL-X3.jpg) no-repeat;
}