Forum Moderators: not2easy
--------------------------------------------------------------------------------
I am trying to design a website that uses CSS and all is well other than my desire to use flash buttons on the site.
Are these defined in the CSS? If so how? I have a number of links and want the buttons with different text in and linking to a different source.
How can i go about this? I am using dreamweaver MX.
Cheers
Tom
Are these defined in the CSS?
Nope. CSS styles (X)HTML.
Flash is a separate plug-in technology.
Having said that you may be able to use CSS to control some aspects of Flash by using it to manipulate style and position of the element containing the flash.
(don't really know - I've never had reason to use flash)
There was another query about CSS and Flashh a couple of days ago, and this reference in A List Apart [alistapart.com] was recommended. I haven't looked at it myself, bt A List Apart is well worth investigating anyway.
The answer has been mentioned - you can't control flash itself with CSS, but if flash is in another "container", then certain properties can be manipulated.
Shadows Papa