banner trouble
luckydog
Registered Users Posts: 396 Major grins
Help...
I made a quick banner in PSCS2 and saved as a JPEG (750x200 pixels).
Uploaded to my site.
Followed all the tutorial on creating a banner.
Copy/pasted my url for the picture in to the HTML.
Tested....big blank space where the banner should be.
tried other stuff in the HTML (removing homepage:block bit)...no change
Checked my JPEG in the folder and it won't display other than the thumbnail???
What's doing?????
I made a quick banner in PSCS2 and saved as a JPEG (750x200 pixels).
Uploaded to my site.
Followed all the tutorial on creating a banner.
Copy/pasted my url for the picture in to the HTML.
Tested....big blank space where the banner should be.
tried other stuff in the HTML (removing homepage:block bit)...no change
Checked my JPEG in the folder and it won't display other than the thumbnail???
What's doing?????
0
Comments
Where's your banner and code so we can help?
Portfolio • Workshops • Facebook • Twitter
I will reinstall the code and try again, but it definitely seems to be the -O.JPG that is causing the dramas.
40D
18-55mm, 28-105mm USM II, 50mm f/1.8, 400mm f/5.6
#my_banner{
display:none;
width:750px;
height:200px;
margin:0auto;
background:url(http://cracked-lenz.smugmug.com/photos/113854752-l.jpg)no-repeat;
}
.homepage#my_banner{
display:block;
}
As in header optional
<div id="my_banner"></div>
Now it's not even making the blank space it was before...
Here's the jpeg
40D
18-55mm, 28-105mm USM II, 50mm f/1.8, 400mm f/5.6
Remove the space between .hompage and #my_banner and it should work.
-Scott
scwalter.smugmug.com
www.ivarborst.nl & smugmug
-Scott
scwalter.smugmug.com
d'oh, yes, add.
scwalter.smugmug.com
40D
18-55mm, 28-105mm USM II, 50mm f/1.8, 400mm f/5.6
You were missing some key spaces
#my_banner {
display:none;
width:750px;
height:200px;
margin:0 auto;
background:url(http://cracked-lenz.smugmug.com/photos/114026536-L.jpg) no-repeat;
}
.homepage #my_banner {
display:block;
}
Portfolio • Workshops • Facebook • Twitter
Now I shall explore the other fun stuff to be had in the 'power' world.
40D
18-55mm, 28-105mm USM II, 50mm f/1.8, 400mm f/5.6