| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
who the fuck am i?
|
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 |
|
|
|
|
|
#2 (permalink) |
|
vague™
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 |
|
|
|
#4 (permalink) |
|
now with added beard
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
|
|
|
|
#5 (permalink) | ||
|
who the fuck am i?
|
Quote:
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:
edit: cheers weldo... it may be of use as the market is predominantly ie according to the client |
||
|
|
|
#7 (permalink) |
|
hmmm...
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. |
|
|
|
#8 (permalink) | |
|
who the fuck am i?
|
Quote:
|
|
|
|
|
#9 (permalink) | |
|
who the fuck am i?
|
Quote:
|
|
|
|
|
#12 (permalink) | |
|
hmmm...
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:
|
|
|
|
|
#13 (permalink) | |
|
who the fuck am i?
|
Quote:
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 |
|
|
|
|
#15 (permalink) |
|
Sir digby chicken caesar
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 |
|
|
|
#16 (permalink) | |
|
who the fuck am i?
|
Quote:
|
|
|
![]() |