Discussion Overview
The discussion revolves around programming image rollovers that function correctly in Safari 3, particularly in the context of web development. Participants share their experiences and code snippets to address issues arising from a Safari update.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- One participant notes a common problem with image rollovers in Safari 3 and seeks solutions.
- Another participant shares a code snippet that works in multiple browsers, including Safari 3 for Windows, and asks for the original code used by the first participant.
- A third participant reports successful testing of their code in Safari 3 for Mac and suggests that using PHP might simplify the rollover implementation.
- A later reply proposes a conditional approach to the rollover that eliminates the need for JavaScript when the FAQ page is active, integrating PHP into the image source logic.
Areas of Agreement / Disagreement
Participants express varying experiences with image rollover functionality in Safari 3, with some solutions working for certain setups while others remain unresolved. There is no consensus on a single solution applicable to all scenarios.
Contextual Notes
Limitations include potential differences in behavior between Safari versions and platforms (Mac vs. Windows), as well as the reliance on specific coding practices (HTML vs. XHTML, JavaScript vs. PHP).