alpha hover in menu
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

alpha hover in menu
in mijn menu op het forum wil ik dat zelfde effect als dat je zo'n alpha hover bij je buttons kan doen, (deze mod)
kan iemand me helpen
kan iemand me helpen
Zo te zien moet je steeds
in de img tag zetten van het plaatje.
Code: Selecteer alles
style="filter:alpha(opacity=65)" onMouseOver="this.filters.alpha.opacity=100" onMouseOut="this.filters.alpha.opacity=65"- Bas
- Berichten: 2741
- Lid geworden op: 02 dec 2003, 17:38
- Locatie: Omgeving Goslar (Duitsland)
- Contacteer:
*kotst*
Weet je waarom? Dat is die stinkende IE-only-code!
Weet je waarom? Dat is die stinkende IE-only-code!
.Bas Hosting, gratis hosting met FTP, PHP en MySQL | viennaCMS, simpel flexibel open source CMS
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
- Bas
- Berichten: 2741
- Lid geworden op: 02 dec 2003, 17:38
- Locatie: Omgeving Goslar (Duitsland)
- Contacteer:
Dan moet worden dacht ik...
Code: Selecteer alles
style="filter:alpha(opacity=65)" onMouseOver="this.filters.alpha.opacity=100" onMouseOut="this.filters.alpha.opacity=65"Code: Selecteer alles
style="filter:alpha(opacity=65);-moz-opacity: 0.65;" onMouseOver="this.filters.alpha.opacity=100;this.mozOpacity = 1.0" onMouseOut="this.filters.alpha.opacity=65;this.mozOpacity = 0.65".Bas Hosting, gratis hosting met FTP, PHP en MySQL | viennaCMS, simpel flexibel open source CMS
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
Hoe ban je tegenwoordig? 'Deny' bij alle rechten!
Handig :thumb:Luuk schreef:Al eens gezocht?
