|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
Is this do-able with smugmug?
I ran across this and I am really thinking about implementing it for my portfolio page. Instead of having a drop down menu for each different catagory, clicking the portfolio button would take you to another page with these options of the different categories, then it would take you to the appropriate gallery.
This is the link to the demo of how it would work. http://tympanus.net/Tutorials/Origin...s/index10.html This is a link to the guide files. http://tympanus.net/codrops/2011/11/...cts-with-css3/ I have tried doing this own my own in a test gallery, but I was unsuccessful. I could not figure out where to put each of the codes. I think this would look amazing and I bet others would too.
__________________
www.ericholmesphotography.com |
|
|
|
|
#2
|
|
|
Smug Hero
|
You could (theoretically) implement this "hover" effect on your SmugMug site. However, you'd need to re-create the thumbnail layout, and not rely on the default Category/Gallery thumbnails. You'd essentially need to create the landing page from scratch, call jQuery into the <head> section of the Advanced Customizer, and paste the necessary CSS (into the CSS section). It would be a fair amount of work, but I'm sure it could be done.
|
|
|
|
|
#3
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
<html>
<h3><center>Portraits</center></h3>
<table align="center" width="700">
<tbody>
<tr>
<td>
<a href="/gallery/17328880_n4NJJf"> <!-- Engagements -->
<img src="/photos/xxxxxxxx-Th.jpg"
onmouseover="this.src='"/photos/xxxxxxxx-Th.jpg'"
onmouseout="this.src='"/photos/xxxxxxxx-Th.jpg'"></a>
</td>
<td>
<a href="/gallery/18469496_rQqCmH"> <!-- Graduates -->
<img src="/photos/xxxxxxxx-Th.jpg" onmouseover="this.src='"/photos/xxxxxxxx-Th.jpg'" onmouseout="this.src='"/photos/xxxxxxxx-Th.jpg'"></a>
</td>
<td>
<a href="/gallery/19338431_kktJfH"> <!-- Bridals -->
<img src="/photos/xxxxxxxx-Th.jpg" onmouseover="this.src='"/photos/xxxxxxxx-Th.jpg'" onmouseout="this.src='"/photos/xxxxxxxx-Th.jpg'"></a>
</td>
</tr>
<tr align="center" height="50" valign="top">
<td><a href="/gallery/17328880_n4NJJf">Engagements</a></td>
<td><a href="/gallery/18469496_rQqCmH">Graduates</a></td>
<td><a href="/gallery/19338431_kktJfH">Bridals</a></td>
</tr>
<tr>
<td>
<a href="/gallery/19339872_zvG5QF"> <!-- Weddings -->
<img src="/photos/xxxxxxxx-Th.jpg" onmouseover="this.src='"/photos/xxxxxxxx-Th.jpg'" onmouseout="this.src='"/photos/xxxxxxxx-Th.jpg'"></a>
</td>
<td>
<a href="/gallery/21936092_t8HppT"> <!-- General -->
<img src="/photos/xxxxxxxx-Th.jpg" onmouseover="this.src='"/photos/xxxxxxxx-Th.jpg'" onmouseout="this.src='"/photos/xxxxxxxx-Th.jpg'"></a>
</td>
</tr>
<tr align="center" height="50" valign="top">
<td><a href="/gallery/19339872_zvG5QF">Weddings</a></td>
<td><a href="/gallery/21936092_t8HppT">General</a></td>
</tr>
</tbody>
</table>
</html>
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor Last edited by Allen; Jul-18-2012 at 04:30 AM. |
|
|
|
||
|
#4
|
||
|
Photographic Artist
|
Quote:
__________________
SmugMug: http://soulgazephotography.smugmug.com/ Social media links, portfolio and bio on my website. ^ Proud & helpful Smugger! Please hire me for Support Hero!! :) I've only bugged Jill since April 2011 and I even wrote a poem!! |
|
|
|
||
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| SmugMug on TV and Tablets - Where? How? | bcuzz | SmugMug Support | 15 | Nov-28-2011 09:26 AM | |
| SmugMug + Blurb Book partnership ... | David Tomic | SmugMug Pro Sales Support | 77 | Nov-17-2007 06:23 AM | |
| smugmug vs. pbase - Does anyone use the smugmug "traditional" view? | jfriend | SmugMug Support | 45 | Feb-17-2006 08:48 AM | |
| Smugmug Explorer crash on File->Get Categories | dilbert | SmugMug APIs, Hacks & Tricks | 2 | Jan-09-2005 09:58 AM | |
| Thread Tools | |
| Display Modes | |
|
|