View Full Version : Home Page Download Issue
Galagirl
Jun-10-2006, 11:25 AM
Hello there!!
With all the wonderful help I have received over the past couple days, the site is coming along. I have two issues:
When logged out and viewing my site www.galaeventsphotography.smugmug.com (http://www.galaeventsphotography.smugmug.com), the slide show is not running smooth. In IE, the bottom shows:
(2 items remaining)...then
Downloading picture http://upload.smugmug.com/photos/toolthumbs.mg?ImageID=745708248&tool=slide....then
A picture shows then...
(Done)
(2 items remaining)
Downloading picture http://galaeventsphotography.smugmug/image/spacer .gif...
(2 items remaining)
A picture shows. etc..etc..yada..yada..yada..
Is this simply a problem with my browswer or do I have something wrong in the upload or code?
Then, I have tried to get my navagation bar closer to my uploaded header and cannot figure out the right code.
As always any help is soooo apprecaited. Thank you, Galagirl
www.galaeventsphotography.smugmug.com (http://www.galaeventsphotography.smugmug.com)
www.agalaevent.com (http://www.agalaevent.com)
Barb
Jun-10-2006, 11:47 AM
Hello there!!
Then, I have tried to get my navagation bar closer to my uploaded header and cannot figure out the right code.
As always any help is soooo apprecaited. Thank you, Galagirl
www.galaeventsphotography.smugmug.com (http://www.galaeventsphotography.smugmug.com)
www.agalaevent.com (http://www.agalaevent.com)
Hi :)
You can shorten the distance between your navbar and your header by changing this in your CSS:
#navcontainer {
margin-top: 20px;
margin-bottom: 20px;}
If you take out margin-top, it will close the gap. Also, margin-top: -10px or whatever will shorten it more.
Galagirl
Jun-11-2006, 07:32 AM
Worked perfect!! Thanks.
I am still having the issue with the picutres downloading:
When logged out and viewing my site www.galaeventsphotography.smugmug.com (http://www.galaeventsphotography.smugmug.com/), the slide show is not running smooth. In IE, the bottom shows:
(2 items remaining)...then
Downloading picture http://upload.smugmug.com/photos/toolthumbs.mg?ImageID=745708248&tool=slide....then (http://upload.smugmug.com/photos/toolthumbs.mg?ImageID=745708248&tool=slide....then)
A picture shows then...
(Done)
(2 items remaining)
Downloading picture http://galaeventsphotography.smugmug/image/spacer .gif...
(2 items remaining)
A picture shows. etc..etc..yada..yada..yada..
Is this simply a problem with my browswer or do I have something wrong in the upload or code?
Anyone have an idea? :dunno
Thanks!! galagirl
www.galaeventsphotography.smugmug.com (http://www.galaeventsphotography.smugmug.com)
Hi :)
You can shorten the distance between your navbar and your header by changing this in your CSS:
#navcontainer {
margin-top: 20px;
margin-bottom: 20px;}
If you take out margin-top, it will close the gap. Also, margin-top: -10px or whatever will shorten it more.
Andy
Jun-11-2006, 07:42 AM
Worked perfect!! Thanks.
I am still having the issue with the picutres downloading:
When logged out and viewing my site www.galaeventsphotography.smugmug.com (http://www.galaeventsphotography.smugmug.com/), the slide show is not running smooth. In IE, the bottom shows:
(2 items remaining)...then
Downloading picture http://upload.smugmug.com/photos/toolthumbs.mg?ImageID=745708248&tool=slide....then (http://upload.smugmug.com/photos/toolthumbs.mg?ImageID=745708248&tool=slide....then)
A picture shows then...
(Done)
(2 items remaining)
Downloading picture http://galaeventsphotography.smugmug/image/spacer .gif...
(2 items remaining)
A picture shows. etc..etc..yada..yada..yada..
Is this simply a problem with my browswer or do I have something wrong in the upload or code?
Anyone have an idea? :dunno
Thanks!! galagirl
www.galaeventsphotography.smugmug.com (http://www.galaeventsphotography.smugmug.com)
I loaded your page just fine in IE, logged in or logged out. Try clearing all your tempfiles, restarting IE.
Oh, Your navbar is too close to your header.... add the red bits:
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
margin-top: 20px;
}
Finally - your header seems OOF to me. I think it should be sharper and more clear.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.