Old 01-03-2006, 08:00   #1 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
pre-emptive strike

When I did the initial designs for this client the main banner image was going to be static but changed from page to page. Now just before build the client has requested that the images swap intermittently on each page. I cant honestly see how it would be done with flash because of the opacities and overlays involved but could it be possible with Javascript? Using z indexed divs or png opacity for the header and main content area?

Just need some reassurance really that its not going to be a complete fu**ing nightmare... as if it is I'll nip the idea in the bud and tell the client it will require some sort of redesign (although I want to avoid that if poss)

any advice appreciated as always

Soory about the attachment but dont have any other means of showing it right now
Attached Thumbnails
pre-emptive-strike-concept7.jpg  
  Reply With Quote
Old 01-03-2006, 08:07   #2 (permalink)
cam
vague™
 
cam's Avatar
 
Join Date: Mar 2004
Location: Glasgow
Posts: 5,555
It could be done with javascript, just get it to change background images every so often (making the transitions smooth would be another matter). Flash would possibly be an option where you position the content ontop of the movie. One thing though - is having a background image underneath your content really such a good idea in the first place, nevermind having it animated? It already obscures the main navigation and opening times
  Reply With Quote
Old 01-03-2006, 08:20   #3 (permalink)
datahound
Spare Parts
 
datahound's Avatar
 
Join Date: Jan 2005
Location: Bracknell Forest
Posts: 5,118
tell them it's a stupid idea,

you can do it but it will cost loads more,

don't be so poncy no one really cares,

or maybe not .

very nice work BTW
  Reply With Quote
Old 01-03-2006, 08:29   #4 (permalink)
weldo
now with added beard
 
weldo's Avatar
 
Join Date: Mar 2004
Location: Liverpool
Posts: 5,568
I ended up with a javascript banner rotation thingy that can run randomly or in sequence - and it has nice fading transitions between images (IE only)

Cost $20 I think - from here : http://www.dyn-web.com/

dunno if thats any use to ya ??
__________________
fuck signatures
  Reply With Quote
Old 01-03-2006, 08:32   #5 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by cam
It could be done with javascript, just get it to change background images every so often (making the transitions smooth would be another matter). Flash would possibly be an option where you position the content ontop of the movie. One thing though - is having a background image underneath your content really such a good idea in the first place, nevermind having it animated? It already obscures the main navigation and opening times
The design is based on some awful brochure that they've had printed - in it the images take up the majority of the page. They said it had to reflect that so I tried to fit the effect in as best I could without obscuring anything too much - obviously f**king failed on that front then!

Could you elaborate on the "position the content ontop of the movie" comment? I was under the impression that it wasnt possible or that certain browsers dont display it as they should?

Quote:
Originally Posted by datahound
tell them it's a stupid idea, don't be so poncy no one really cares
haha... I know its a stupid idea - its getting them to see that. Have I started to sound poncy? Fuck me - didnt mean to was only refering to the fact that I dont actually want to spend time doing a redesign.

edit: cheers weldo... it may be of use as the market is predominantly ie according to the client
  Reply With Quote
Old 01-03-2006, 08:44   #6 (permalink)
datahound
Spare Parts
 
datahound's Avatar
 
Join Date: Jan 2005
Location: Bracknell Forest
Posts: 5,118
No that was part of my words for you to forward to them, must use speech marks. Generally I would never call anyone in here poncy (to their face).
  Reply With Quote
Old 01-03-2006, 08:52   #7 (permalink)
stickmus
hmmm...
 
stickmus's Avatar
 
Join Date: Jan 2004
Location: Yorkuk
Posts: 2,127
Is that all one large background image? If it's not it'll be pretty tough to do.

It's easy enough to do transparancy fades in ie/safari/mozilla, but background fades is another matter as the transparancy works on the element rather than just the background. A slide effect would be easier to accomplish, but wouldn't really work with the faux transparent elements.

In other words, I think I'm saying flash would be best if you can get it to work behind the content.
  Reply With Quote
Old 01-03-2006, 08:52   #8 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by datahound
No that was part of my words for you to forward to them, must use speech marks. Generally I would never call anyone in here poncy (to their face).
Okay, got you now. Although I would possibly steer away from using that term to the client also
  Reply With Quote
Old 01-03-2006, 08:57   #9 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by stickmus
Is that all one large background image? If it's not it'll be pretty tough to do.

It's easy enough to do transparancy fades in ie/safari/mozilla, but background fades is another matter as the transparancy works on the element rather than just the background. A slide effect would be easier to accomplish, but wouldn't really work with the faux transparent elements.
in actual fact I was thinking along the lines of incorporating the transparent effect into the actual images (see attached) - then just aligning them with css to work into the page - and swapping with JS. I think that'd be a simple solution, wouldnt it?
Attached Thumbnails
pre-emptive-strike-image.jpg  
  Reply With Quote
Old 01-03-2006, 09:54   #10 (permalink)
mike_m
Work faster microphone ..
 
mike_m's Avatar
 
Join Date: Feb 2003
Location: Dubai
Posts: 1,737
if you're talking about just swapping a css bg like the above say every 10 seconds or something, delve into some ajax - would be good to avaid massive load times too
__________________
  Reply With Quote
Old 02-03-2006, 09:57   #11 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
didnt want to start a new thread as this new question is relating to the same job:

Does z-index only work with positioned (relative/absolute/etc) divs? Anybody got any decent liks to explain the process?
  Reply With Quote
Old 02-03-2006, 10:38   #12 (permalink)
stickmus
hmmm...
 
stickmus's Avatar
 
Join Date: Jan 2004
Location: Yorkuk
Posts: 2,127
Was a good explanation on that 24ways site:

http://24ways.org/advent/zs-not-dead-baby-zs-not-dead

Quote:
ajax
? No ajax needed to swap a background image that I can think of.
  Reply With Quote
Old 02-03-2006, 10:49   #13 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by stickmus
Was a good explanation on that 24ways site:

http://24ways.org/advent/zs-not-dead-baby-zs-not-dead


? No ajax needed to swap a background image that I can think of.
cheers S... 24 ways is one of my bookmarks but didnt remember seeing that on there - probably didnt think I'd ever use it so ignored it.
I've worked out the prob anyway now. I wanted a footer to stick at the bottom of the page/browser but the div above it was being taken out of the doc flow by absolute positioning. This meant that when the browser window was resized the footer moved up past the div above it (not exactly what I wanted).
Changed the position to relative and its eh ok now
  Reply With Quote
Old 06-03-2006, 06:50   #14 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
anybody know of a decent fade-in/fade-out image swap script (javascript) tutorial that I can use on this project?

cross-browser compatible preferably
  Reply With Quote
Old 06-03-2006, 07:56   #15 (permalink)
Dusteh
Sir digby chicken caesar
 
Dusteh's Avatar
 
Join Date: Sep 2004
Posts: 5,294
You could try this? Not used it myself... just a bookmark I had.

http://javascript.internet.com/misce...lide-show.html
  Reply With Quote
Old 06-03-2006, 09:37   #16 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,660
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by Dusteh
You could try this? Not used it myself... just a bookmark I had.

http://javascript.internet.com/misce...lide-show.html
Cheers D... I knew there was one out there but couldnt find the bugger no matter what I tried
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8