I have not a clue if this would work, so I'm just throwing it out there.
Could a possibility be have normal text links, customised in CSS to the nth degree as you wish (I suppose you could use images with alt text, to try and cater reasonably) on one div, and the flash in another then use CSS to align them with the text over the flash (which no longer actually contains any buttons - just the flower animations) so that if Flash isn't installed it simply doesn't show up.
Also, I suspect you could simply export those particular animations as animated GIFs at a lowish framerate and get something resembling a decent filesize out of them. You could still couple this with the above if you so wished.
Need your guys' opinions!
Moderator: General Moderators
-
WithHisStripes
- Forum Contributor
- Posts: 131
- Joined: Tue Sep 13, 2005 7:48 pm
okay I think I see what your saying, but let me check:
so you're saying basically make the flash button LIKE a background image and put the text over it?
well, two things: one, then when/how would the text disappear when the button appears?
two: what css code would I use for that? i'm still a newb with css.
-thanks!
so you're saying basically make the flash button LIKE a background image and put the text over it?
well, two things: one, then when/how would the text disappear when the button appears?
two: what css code would I use for that? i'm still a newb with css.
-thanks!
The text wouldn't need to disappear. The text would be the link itself, and the flash would be like (but not one) a background image that would animate on mouseover as you have it just now. The text would be aligned over the flash.
As I said, you could also use javascript to do a rollover function with animated GIFs - although this occurs as probably being quite easy to do badly, and difficult to do well.
As for what CSS: I've not got anything specific just now, I'll write an example up when I get home, but you should be able to use various features (negative margins and z-ordering spring to mind) in order to acheive this effect.
As I said, you could also use javascript to do a rollover function with animated GIFs - although this occurs as probably being quite easy to do badly, and difficult to do well.
As for what CSS: I've not got anything specific just now, I'll write an example up when I get home, but you should be able to use various features (negative margins and z-ordering spring to mind) in order to acheive this effect.
-
WithHisStripes
- Forum Contributor
- Posts: 131
- Joined: Tue Sep 13, 2005 7:48 pm