Barb
Sep-13-2006, 04:52 AM
Got this by Private Message:
Hi Barb
I was checking out your web site and I like the way you got your popular photos across the bottom. Can you give me some insite on how you did that?
may be a thread............
Thank You
Below is the code I used to format my popular photos thumbs on my home page. PLEASE NOTE: The shadowback I use is on my site. You are welcome to grab it and upload it to your site. But please do not just link to mine. Also, if you are not using Firefox and WebDeveloper (see my signature), you should be. This code can be easily found with those. Have fun!
.homepage #popularPhotos #categoriesBox #featuredBox .boxTop {
background: transparent;
}
.homepage #popularPhotosList {
background: transparent;
border: 1px solid #1E1E47;
width: 735px; height: 70px;
margin-left: 4px;
margin-bottom: 3px;
}
.homepage #popularPhotos .boxTop .title {
color: #999;
font-family: Georgia, "Verdana", Trebuchet MS ;
font-size: 14px;
font-weight: bold;
font-style: italic;
}
.homepage #popularPhotosList .photo {
margin: 7px 0px 0px 0px;
width: 61px;
height: 55px;
}
.homepage #popularPhotosList .photo img {
background-image: url(http://photoscapedesign.smugmug.com/photos/91349241-O.png);
_background-image: none;
background-position: bottom left;
padding: 0px 0px 5px 5px;
border: none;
width: 50px;
height: 50px;
}
.homepage #popularPhotosList .photo img:hover {
width: 60px;
height: 60px;
position: relative;
z-index: 999;
left: -6px;
top: -3px;
padding: 0px 0px 7px 7px;
}
Hi Barb
I was checking out your web site and I like the way you got your popular photos across the bottom. Can you give me some insite on how you did that?
may be a thread............
Thank You
Below is the code I used to format my popular photos thumbs on my home page. PLEASE NOTE: The shadowback I use is on my site. You are welcome to grab it and upload it to your site. But please do not just link to mine. Also, if you are not using Firefox and WebDeveloper (see my signature), you should be. This code can be easily found with those. Have fun!
.homepage #popularPhotos #categoriesBox #featuredBox .boxTop {
background: transparent;
}
.homepage #popularPhotosList {
background: transparent;
border: 1px solid #1E1E47;
width: 735px; height: 70px;
margin-left: 4px;
margin-bottom: 3px;
}
.homepage #popularPhotos .boxTop .title {
color: #999;
font-family: Georgia, "Verdana", Trebuchet MS ;
font-size: 14px;
font-weight: bold;
font-style: italic;
}
.homepage #popularPhotosList .photo {
margin: 7px 0px 0px 0px;
width: 61px;
height: 55px;
}
.homepage #popularPhotosList .photo img {
background-image: url(http://photoscapedesign.smugmug.com/photos/91349241-O.png);
_background-image: none;
background-position: bottom left;
padding: 0px 0px 5px 5px;
border: none;
width: 50px;
height: 50px;
}
.homepage #popularPhotosList .photo img:hover {
width: 60px;
height: 60px;
position: relative;
z-index: 999;
left: -6px;
top: -3px;
padding: 0px 0px 7px 7px;
}