|
Giomanach -> RE: CSS image rollovers or Javascript image rollovers???? (7/29/2004 7:40:47)
|
Sigrid First fo all check out this thread: http://www.frontpagewebmaster.com/m_199169/tm.htm Karen ever so gracefully provided a link to get a CSS rollover menu. Far easier to use than JavaScript ones. This, however: quote:
"CSS is used to style the content of the page. It can hide/unhide or mask/unmask content but it cannot create, delete, or replace it. You cannot use pure CSS to replace your _inactive.jpg images with another one, though you can use Javascript." Is only partially true. Yes CSS is for styling etc, but, JavaScript CANNOT delete content. It can only hide it, as can CSS if you use the right psuedo (sp?) classes. Only Server side etchs have the ability to delete content from pages etc. quote:
If false, what are the pros and cons of CSS image rollovers vs. javascript CSS rollovers will work anywhere, JavaScript rollovers will only work with Browsers that have JavaScript enabled. Dan
|
|
|
|