PDA

View Full Version : Moving banner down.


mjs
Oct-26-2009, 02:34 PM
My banner in IE7 appears very close to the top as this print out shows.
http://msabatini.com/photos/693752156_9hCG8-X3.jpg

I would like to have it more like it shows in FF which is what the below image shows. I want more space at the top. Thx
http://msabatini.com/photos/693753344_tZ7R7-X3.jpg

Allen
Oct-26-2009, 03:56 PM
My banner in IE7 appears very close to the top as this print out shows.


I would like to have it more like it shows in FF which is what the below image shows. I want more space at the top. Thx

Am I missing something? They look like the same spacing to me.

jfriend
Oct-26-2009, 04:17 PM
If you log out of your account and compare IE7 to FF3.5, they will have identical spacing above your banner. Your screen shot in FF shows a visitor view which has extra stuff in it.

If you want more room above your banner, then add this CSS and adjust the number of your liking:

#my_banner {margin-top:30px;}

If you only want the extra space above the banner on the homepage (my recommendation), then use this:

.homepage #my_banner {margin-top:30px;}

mjs
Oct-26-2009, 06:31 PM
If you log out of your account and compare IE7 to FF3.5, they will have identical spacing above your banner. Your screen shot in FF shows a visitor view which has extra stuff in it.

If you want more room above your banner, then add this CSS and adjust the number of your liking:

#my_banner {margin-top:30px;}

If you only want the extra space above the banner on the homepage (my recommendation), then use this:

.homepage #my_banner {margin-top:30px;}

Once again thx John. Just what I was looking for. I think I got the rest under control