header\banner will not show?
Kuba83
Registered Users Posts: 6 Beginner grinner
I followed the tutorial on how to add a banner with CSS, it will only show when I log in and then after I log in it will show on that PC if I'm logged in or not. If I go to a different PC or clear temp Internet files and cookies it goes away again until I log in......? I'd like it to show on the homepage for everyone to see not just when I'm logged in . any ideas?
kuba83.smugmug.com
here's the code, I've tried with and without the display block and none commands but don't seem to be getting something right:
#my_banner {
width: 1024px;
height: 263px;
margin: 0 auto;
background: url(http://kuba83.smugmug.com/photos/450346756_YXb7n-O.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingmethod=image,src='kuba83.smugmug.com/photos/450346756_YXb7n-O.png);
}
.homepage #my_banner {
display: block;
}
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
kuba83.smugmug.com
here's the code, I've tried with and without the display block and none commands but don't seem to be getting something right:
#my_banner {
width: 1024px;
height: 263px;
margin: 0 auto;
background: url(http://kuba83.smugmug.com/photos/450346756_YXb7n-O.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingmethod=image,src='kuba83.smugmug.com/photos/450346756_YXb7n-O.png);
}
.homepage #my_banner {
display: block;
}
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
0
Comments
have a password. Also the photo can not be checked "hide".
The gallery can be unlisted.
My Website index | My Blog
In the banner tutorial they show you linking to your banner photo like this:
background: url(http://www.smugmug.com/photos/XXXXXX_YYYYY-O.gif) no-repeat;
Not knowing what to do I created a gallery called "Banner" I put my banner graphic in. If I go to the actual photo the link to it is:
http://xxxx.smugmug.com/gallery/4690620_ikQSM#509661610_RXyRK
The actual file is a .png file. How do I get the path to the .png file and is there a better place to put it?
GreyLeaf PhotoGraphy
Thank You