PDA

View Full Version : Banner Help? please


Hockey is Life
Aug-18-2007, 09:15 AM
Okay I guess I am just not that smart, this is suppose to be easy to customize.

I have worked on this most of the morning and I think I have the code correct but when I do the preview custoimzation at the bottom of the page I don't see the change. I want to make sure I get this correct before I update.

Trying to add the following Banner to my homepage.

roypeekphotos@smugmug.com

In CSS box I have the following:
#RaidersPhotos_banner {
display: none;
width 750px;
height 300px;
background-color : black;
background position : top center;
background: url(http://roypeekphotos.smugmug.com/photos/185131242-O.jpg) no-repeat;
margin: 10 auto;
}

homepage #RaidersPhotos_banner {
display; block;
}

In Header box I have the following:
<div id="RaidersPhotos_banner"> </div>

What am I doing wrong?

Please help if I can get this first part done I will move on to step 2-x.

Thank you in advance for any and all asisstance.

oxy8384
Aug-18-2007, 10:54 AM
Add the red period to make it work:

.homepage #RaidersPhotos_banner {
display; block;
}

This is the kind of stuff that can drive you absolutely INSANE!!

Bill

Hockey is Life
Aug-18-2007, 03:30 PM
Thank you Bill, I found that and two other : not in place. It is frustrating, I think I just need to slow down and take it a very small step at a time.

Thanks for your help.

New question if you are reading, when I replace the Smugmug Header, how will I see the Nav Bar for Login, I am moving the the Nav bar section next so maybe it will answer my question but I thought I would ask anyway.

Thanks for your help.

oxy8384
Aug-18-2007, 04:37 PM
...the first semi-colon in that same CSS needed to be a colon. Easy stuff to miss, depending on the font...:rolleyes Good you found them.:thumb
New question if you are reading, when I replace the Smugmug Header, how will I see the Nav Bar for Login, I am moving the the Nav bar section next so maybe it will answer my question but I thought I would ask anyway.

Thanks for your help.

As for the login option - you'll notice another navbar in your footer that also contains a login option. That will still be there when you hide the SM header.

Bill

Hockey is Life
Aug-19-2007, 04:18 AM
Thank you Bill,

You and this forum have been a great help, look for more questions as I continue to make changes.

Thanks again.