|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Suli
|
how do I get this picture popping drop shadow effect?
This drop shadow is very cool, the way it pops the photo out and makes it look like its floating in the center of the page. I like how the shadow is just on the bottom and not exactly a fixed width all around. I was if anyone knows how to exactly do this effect? I would love to know
http://www.thomascamponephotography.com/ |
|
|
|
|
#2
|
|
|
ZLB Photography
|
I could be wrong on this, but I believe that is a separate image all together and just placed where it is and the pictures he has in the slideshow are specifically sized to fit those dimensions so it looks cool.
http://dl.dropbox.com/u/6653861/index.html is a link to a page I created just toying around with some cool stuff from Codrops that they offer free. The shadow underneath the pictures is a separate image. If you're in chrome, the outer images should move a little bit when hovered over. I am guessing he used something similar to this method, but I am a complete novice in coding so it may be done completely differently.
__________________
-Zach www.zlbphotography.com (Photography site) www.zblackwood.com (All things me) |
|
|
|
|
#3
|
||
|
Suli
|
I think that is it
Zack, I think that is exactly what I am looking for. Great site btw, I'm a big soccer fan as well. I'm a complete novice as well and just kinda code hack and try to manipulate it as much as I can to get what I need. I'd be very interested on how you set placement of that dropshadow picture. I'm guessing you can setup your slideshow placement then put that under and below it somehow?
Quote:
|
|
|
|
||
|
#4
|
||
|
panasonikon
|
Quote:
http://fastline.smugmug.com/?theme=ModernLight |
|
|
|
||
|
#5
|
|
|
Suli
|
thanks Andy
Didn't know it was a template, but that's the website has the exact one I was looking for. Hopefully I can manage same effect without buying the template, for now at least.
|
|
|
|
|
#6
|
|
|
Major grins
|
Oooh, I like that a lot. I'm sure it is do-able. That would make my slide show really pop!
__________________
www.ericholmesphotography.com |
|
|
|
|
#7
|
||
|
Major grins
|
Quote:
__________________
www.ericholmesphotography.com |
|
|
|
||
|
#8
|
||
|
Major grins
|
Quote:
custom footer box: Code:
<div id="eric-footer-wrap">
<div id="eric-footer">
<div id="eric-copyright">
<span>©</span>
<script type="text/javascript">
var date = new Date();
document.write(date.getFullYear());
</script>
<span>eric holmes photography</span>
<span class="eric-footer-sep"> | </span>
<span class="eric-login-link">
<a href="https://secure.smugmug.com/login.mg">Login</a></span>
<span class="eric-logout-link">
<a href="http://www.smugmug.com/logout.mg">Logout</a></span>
<span class="eric-footer-sep"> | </span>
<span id="eric-site-credits-toggle">
<a href="javascript:void(0);" onclick="this.style.display = 'none'; document.getElementById('eric-site-credits').style.display = 'inline';">Site Credits</a></span>
<span style="display:none;" id="eric-site-credits">Photo hosting by <a title="Photo hosting" href="http://www.smugmug.com/pro">SmugMug Pro</a>
<script type="text/javascript">
document.getElementById('eric-site-credits').style.display = 'none';
</script>
</div>
<div style="clear:both"></div>
</div>
</div>
css: Code:
/* custom footer*/
#eric-footer {width:280px;margin:auto;
padding:20px;color:#505050;font-size:11px}
#eric-footer a {color:#505050 !important;
text-decoration:none}
#eric-footer .eric-footer-sep {padding: 0 1px}
#eric-footer #eric-copyright {float:left}
.notLoggedIn .eric-logout-link {display:none}
.loggedIn .eric-login-link {display:none}
#footer_wrapper, #cobrand_footer
{display: none !important}
Last edited by J Allen; Aug-26-2012 at 11:05 AM. |
|
|
|
||
|
#9
|
|
|
Major grins
|
Joe, coming through again!
__________________
www.ericholmesphotography.com |
|
|
|
|
#10
|
||
|
Major grins
|
Quote:
You or suli come up with an image like this one ......and I'll help you place it using css |
|
|
|
||
|
#11
|
||
|
Major grins
|
Quote:
also...I just edited my post...I had an error in there that I spotted after seeing it on your site |
|
|
|
||
|
#12
|
|
|
Major grins
|
Are we needing png or jpeg? Png I presume.
__________________
www.ericholmesphotography.com |
|
|
|
|
#13
|
|
|
Major grins
|
Here is a jpeg of it...
Shadow
__________________
www.ericholmesphotography.com |
|
|
|
|
#14
|
|
|
Big grins
|
Oh man, I want to do this. Is there a certain width or length that we need to do this in order to get it to look proper?
|
|
|
|
|
#15
|
||
|
Major grins
|
Quote:
I tried and just couldn't get this to work properly with the type of slideshow your using, your slideshow adjust to whatever the user's screen size is at, so I couldn't get the image to stay put....but you can try these thing's and see what you think..... To give the image a try, add this to your CSS: Code:
#bioBox
{background: url('http://www.smugmug.com/photos/1850694136_R8VhW98-O.jpg') center bottom no-repeat !important;
padding: 0 0 90px 0}
.homepage #eric-footer
{position:absolute;bottom:20px;
left:0px;right:0px}
If you don't like that, remove it and give this a try Code:
.slideOuter {box-shadow:6px 6px 6px rgba(50, 50, 50, 0.6)}
You can play and adjust this code above here, it is css only, no image. Maybe someone else could provide a better for this.. |
|
|
|
||
|
#16
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#17
|
|
|
Smug Hero
|
Yeah that box-shadow code should work for any bit of CSS
|
|
|
|
|
#18
|
|
|
Suli
|
wow all the great help
this thread really blew up, thanks for all the help guys! I just got my full screan and navigation working properly lol, I may have to give this a go now, it looks really clean! Eric, looks like you have your slideshow centered well for this to work perfectly, msg me when its done, I'd love to see it.
![]() ![]()
|
|
|
|
|
#19
|
||
|
Suli
|
What do I change to get this on my site?
What portions of the code would need to change, to get this nice piece of code to work on my site?
www.ksartistry.com Quote:
|
|
|
|
||
|
#20
|
||
|
Major grins
|
Quote:
it will all work fine on your site, but you'll prolly want to change the name of the copywrite in this line of html: Code:
<span>eric holmes photography</span> |
|
|
|
||
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Slideshow images border and drop shadow??? | Scott Leonhart | SmugMug Customization | 5 | Jan-17-2012 03:34 PM | |
| No drop shadow in IE | brandofamily | SmugMug Customization | 7 | Oct-04-2011 01:54 PM | |
| Links Page and Gallery page issues | Neptune | SmugMug Customization | 34 | Jan-01-2007 08:41 AM | |
| Slideshows picture quality and captions | JourNet | SmugMug Support | 8 | Sep-22-2006 09:19 AM | |
| Panorama Viewer CSS Hack | Andy | SmugMug Customization | 9 | Feb-08-2006 06:12 AM | |
| Thread Tools | |
| Display Modes | |
|
|