Hi -
1. Do you have the animation as a m.clip on the
button's rollover state?
2. If the actionscript is on the button itself, then
it's applied to the button's path, not the _root movie.
3. If...
Hi -
Once you've made the layers & used Playback to check it,
Optimize for .gif and they will have display times in ms in
parenthesis - tweak these to have more control over your anim.
Hi -
You might try making a m.clip in a layer above the buttons
that has a shape tween of gradients that fade from transparent -> white [and have a
diagonal shape] that will play when the buttons...
Hi -
Methinks you have yourself a case of "div-itis" ;-)
I did this in a few minutes & it may not be the best solution
for your problem, but may help to get you in the right direction:
Hi -
I think it's easiest to place padding either:
- on the div, to cover all contents, and set its width to what you need
- on the conents, or making them 90% width or whatever...
Hi -
While you can choose a setting when publishing your .fla
it's also good not to import too many images, or music,
or video - try loading external images & .swf's into it to
save the file...
Hi -
Yeah, if you need to tweak it, then you need to know
HTML & CSS.
Then you'd upload it to your server - making sure the
'home' page is named "index.html" [usually] & placed
into the www,...
Hi -
When using css instead of slice n' diced tables, you need
to export your images a bit differently. Use the layers to
make some visibile then save for web - that way you've got
control over...
Hi -
I gotta second you on that one! Have only used slices
once - for the "fun" of it...better to learn css to separate
your html content from it's style/positioning & use images
as backgrounds...
Hi -
And make sure you have an alternate .html navigation
[if that's what these buttons will be...] for users who may
not have/want the plug-in: or who are using screen readers.
Hi -
While "Bulletproof" is an amazing book,
if you're just starting out, you might need
some of the basics provided by E. Castro's
"HTML & CSS for the WWW", 5th edition.
Hi -
A couple of things that I've noticed about Opera:
- Opacity filters won't work.
- It's harder to control text sizes when setting a min-size font in the Preferences.
- It scrolls faster &...
Hi -
It's handy to use images that fade out or have some type of patterning
past a certain width/height to accomodate a layout no matter what the
screen size.