> Hi, I'm still a beginner with CSS--I'm working on a site that has hide/show
> javascript layer behaviors generated in Dreamweaver (you mouse over an
> image and text layers/divs change to different text layers). Is there a way
> to do this using CSS, the way one does hover and on click,  instead of
> javascript? If it wasn't for this this my code would be compliant.


Here is one example from Eric Meyer's web site:
http://www.meyerweb.com/eric/css/edge/popups/demo2.html
that might be what you're looking for.

But what "compliancy" are you trying to obtain? Dreamweaver code won't
validate as XHTML because it generates "onMouseOver" and it needs to
be: "onmouseover" (no caps). If you're seeking to be compliant with
accessibility & section 508, then it's another subject.

hth,
Janet
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to