Reply
Mosaic image tile, effect, advice
Old 10-27-2009, 08:45 PM Mosaic image tile, effect, advice
Junior Talker

Posts: 1
Name: Kyle
Trades: 0
Hello, I'm new here, but a longtime lurker. No doubt there are some brilliant minds on here, and I'm open to any sort of advice or help I can get on a question I have. Here is what I'm trying to accomplish, I'm making a website for a friend of mine who is a musician. On the discography page of the site, we'd like to have a mosaic tile of album covers that she has sung on, (about 26 album covers) that are going to be approx 125x125pixels each, roughly 5 rows, 4 columns. When the page loads, if possible, we'd like them to load almost similar to a domino effect, one after the other quickly. On mouseover, we'd like to have a speech bubble type box appear on screen with a button to hear the song on that album, and perhaps 2-3 lines of text that talk about the song and album. Is this possible to do in CSS? If not, what other options should I seek, thanks.
blackpixi7 is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 10-27-2009, 09:35 PM Re: Mosaic image tile, effect, advice
orionoreo's Avatar
Ultra Talker

Posts: 261
Name: Jerry
Trades: 0
i've seen somebody do it before in css but I recommend javascript for what you're trying to achieve here... did a quick search on google and found this

http://brainerror.net/scripts/javascript/blendtrans/

what you may need to do is change the timing of each individual album.

the speech bubble is simple too... just create a absolute div inside the album div and have the description inside, on hover of the album div should trigger the song... I'm not sure which script to use for that

if you didn't catch any of that this is what it should look like

HTML Code:
<div onmouseover="showspeech();playmusic();"> <-- This one fades in and has position: relative
<div style="display: none;">Speech Bubble</div>
<img src="album-image.jpb" />
</div>
orionoreo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Mosaic image tile, effect, advice
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.10142 seconds with 13 queries