View Full Version : rimland's threads
RandySmugMug
Aug-16-2006, 04:25 AM
How do you keep the container a fixed size
checkout randyr.smugmug.com
do the pics have to be the same size (hXw in pixels) to keep the container from growing and shrinking in width and length. How do I force the pics to be resized to fit into the container so that the containes size stays fixed.
I've experimented with slideHeight & slideWidth with not to much consistency.
thx
bigwebguy
Aug-16-2006, 04:29 AM
How do you keep the container a fixed size
checkout randyr.smugmug.com
do the pics have to be the same size (hXw in pixels) to keep the container from growing and shrinking in width and length. How do I force the pics to be resized to fit into the container so that the containes size stays fixed.
I've experimented with slideHeight & slideWidth with not to much consistency.
thx check out the slideshow instructions again, and look for resizeToPhoto :thumb
RandySmugMug
Aug-16-2006, 05:14 AM
check out the slideshow instructions again, and look for resizeToPhoto :thumb
perfect...thx !
RandySmugMug
Aug-16-2006, 06:05 AM
box and Gallery Categories box under my screen show ?
thx !
Barb
Aug-16-2006, 06:09 AM
box and Gallery Categories box under my screen show ?
thx !
Well I think they are centered. The problem I see in Firefox is that your slideshow is too large. I would make it smaller to fix inside the box. Then things will line up nicely.
RandySmugMug
Aug-16-2006, 06:11 AM
the smugmug logo and the 'home login help search' box at the top of my home page ?
thx
RandySmugMug
Aug-16-2006, 06:18 AM
Well I think they are centered. The problem I see in Firefox is that your slideshow is too large. I would make it smaller to fix inside the box. Then things will line up nicely.
ok that works too...but i really liked a bigger ss w/ less white space on either side...i'll hack away latter
Barb
Aug-16-2006, 06:27 AM
ok that works too...but i really liked a bigger ss w/ less white space on either side...i'll hack away latter
Randy, the way you have it now is nice. Everything fits well within the boxes. :thumb
Barb
Aug-16-2006, 06:28 AM
the smugmug logo and the 'home login help search' box at the top of my home page ?
thx
This will help :)
http://www.smugmug.com/help/create-photo-album2
RandySmugMug
Aug-16-2006, 06:32 AM
This will help :)
http://www.smugmug.com/help/create-photo-album2
thx that did it
RandySmugMug
Aug-16-2006, 06:38 AM
1. Center "Randy's Home Page"
2. Center "Click here to save $5 on a Smugmug Subscription"
3. I'd like to make the screenshow wider (I know how) but I want the Feature Gallery & Gallery Categories boxes to line up underneath the wider screenshow box.
Barb
Aug-16-2006, 06:43 AM
1. Center "Randy's Home Page"
2. Center "Click here to save $5 on a Smugmug Subscription"
3. I'd like to make the screenshow wider (I know how) but I want the Feature Gallery & Gallery Categories boxes to line up underneath the wider screenshow box.
To center "Randy's Home Page" on the home page only, use this:
.homepage #breadcrumb {text-align: center;}
If you want that centered on all pages, remove .homepage.
Looks like you already centered the Save $5 ...
I personally would leave your slideshow alone as it is. It looks great, and on a monitor running 1024x768, takes up most of the screen. Anyone viewing it on a smaller resolution would have a problem.
RandySmugMug
Aug-16-2006, 07:46 AM
To center "Randy's Home Page" on the home page only, use this:
.homepage #breadcrumb {text-align: center;}
If you want that centered on all pages, remove .homepage.
Looks like you already centered the Save $5 ...
I personally would leave your slideshow alone as it is. It looks great, and on a monitor running 1024x768, takes up most of the screen. Anyone viewing it on a smaller resolution would have a problem.
thx for the help and the advice...i run 1280 and I think you are right since most people prob run 1024
Mike Lane
Aug-16-2006, 08:34 AM
It's tough for us to help a person that is contstantly creating new threads. So in special cases we like to create a merged thread for those people. This is rimland's thread. Randy, feel free to post all your new questions in here :thumb
Mike Lane
Aug-16-2006, 08:36 AM
oh and I think I accidentally deleted your most recent help request :uhoh Could you please reask it in here. Sorry about that.
ivar
Aug-16-2006, 08:36 AM
It's tough for us to help a person that is contstantly creating new threads. So in special cases we like to create a merged thread for those people. This is rimland's thread. Randy, feel free to post all your new questions in here :thumbAnd the questions about the slideshow are already in the slideshow thread :thumb
Mike Lane
Aug-16-2006, 08:37 AM
And the questions about the slideshow are already in the slideshow thread :thumb
ooh or maybe Ivar moved it. :clap
RandySmugMug
Aug-16-2006, 01:15 PM
ooh or maybe Ivar moved it. :clap
Current problems:
1. this was working but isn't now
.homepage #breadcrumb {text-align: center;}
2. When I set slideshow to random my bio pic is displayed
3. This has never worked:
.categoriesBox .boxTop { display: none; }
current css code:
/* remove feed links */
#feeds { display: none; }
/* Removing the words gallery categories on your home page */
.categoriesBox .boxTop { display: none; }
/* Removing the word home on your home page */
#userHome { display: none; }
/* Hiding the shopping cart link on custom footers */
.cartlink_footer { display: none; }
/* remove the "'s" from Randy's */
.possess { display: none; }
/*the duration between slides in seconds*/
slideDuration = 1;
/* center "Randy's Home Page" */
.homepage #breadcrumb {text-align: center;}
/* don't display my bio pic */
#bioBox .photo
{
display: none;
}
#bioSS {margin: center;}
#bioSS {text-align: center;}
#ssControl {
padding: 5px;
text-align: center;
}
.ssBtn {
outline: none;
}
.ssBtn img {
height: 20px;
width: 25px;
}
#ssPlay {
display: none;
}
/* play/pause buttons commented out for now
#ssPrev img {
background-image: url(http://Randyr.smugmug.com/photos/88327427-L.png);
_background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://Randyr.smugmug.com/photos/88327427-L.png');
}
#ssNext img {
background-image: url(http://Randyr.smugmug.com/photos/88327425-L.png);
_background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://Randyr.smugmug.com/photos/88327425-L.png');
}
#ssPlay img {
background-image: url(http://Randyr.smugmug.com/photos/88327428-L.png);
_background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://Randyr.smugmug.com/photos/88327428-L.png');
}
#ssPause img {
background-image: url(http://Randyr.smugmug.com/photos/88327429-L.png);
_background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://Randyr.smugmug.com/photos/88327429-L.png');
}
*/
Andy
Aug-16-2006, 01:21 PM
Current problems:
1. this was working but isn't now
.homepage #breadcrumb {text-align: center;}
Remove this from your CSS:
/*the duration between slides in seconds*/
slideDuration = 1;
RandySmugMug
Aug-16-2006, 04:06 PM
Remove this from your CSS:
/*the duration between slides in seconds*/
slideDuration = 1;
why was that causing the prob (it fixed it btw)
Andy
Aug-16-2006, 04:29 PM
why was that causing the prob (it fixed it btw)
it's a slideshow variable and goes with your slideshow javascript.
RandySmugMug
Aug-17-2006, 08:12 AM
and click on a ss pic I get an error
http://randyr.smugmug.com/
vBulletin v3.5.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.