AKVDS Online-Demo: Transluzente Ecke mit fixed Position, [i] weg

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@973 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2007-06-26 16:23:41 +00:00
parent bdaa7ea734
commit 16d6fc47de
1 changed files with 5 additions and 3 deletions

View File

@ -70,7 +70,7 @@
<style type="text/css"> <style type="text/css">
<xsl:comment> <xsl:comment>
div#akct { div#akct {
position: absolute; top:0px; right: 0px; z-index: 2342; width:113px; height:88px; position: fixed; top:0px; right: 0px; z-index: 2342; width:113px; height:88px;
background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvse.gif); background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvse.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right top; background-position: right top;
@ -78,6 +78,7 @@ div#akct {
padding:0; padding:0;
margin:0; margin:0;
text-align: right; text-align: right;
opacity: 0.85;
} }
div#akct img { div#akct img {
border:none; border:none;
@ -99,11 +100,12 @@ div#akct a, div#akct a:hover {
background: none; background: none;
} }
div#akct a#akpeel:hover { div#akct a#akpeel:hover {
position: absolute; top:0px; right: 0px; z-index: 4223; width:500px; height:500px; position: fixed; top:0px; right: 0px; z-index: 4223; width:500px; height:500px;
display: block; display: block;
background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvsb.gif); background-image: url(http://wiki.vorratsdatenspeicherung.de/images/Akvsb.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right top; background-position: right top;
opacity: 1.0;
} }
div#akct a#akpreload div#akct a#akpreload
{ {
@ -129,7 +131,7 @@ div#akct a#akpeel:hover {
<xsl:element name="body"> <xsl:element name="body">
<!-- AKVS body start v1.4 --> <!-- AKVS body start v1.4 -->
<div id="akct"><a id="akpeel" href="http://www.vorratsdatenspeicherung.de" title="Stoppt die Vorratsdatenspeicherung! Jetzt klicken &amp; handeln!"><img src="http://wiki.vorratsdatenspeicherung.de/images/Akvst.gif" alt="Stoppt die Vorratsdatenspeicherung! Jetzt klicken &amp; handeln!" /></a><a id="akpreload" href="http://wiki.vorratsdatenspeicherung.de/?title=Online_Demo" title="Willst du auch bei der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:"><img src="http://wiki.vorratsdatenspeicherung.de/images/Akvsi.gif" alt="Willst du auch bei der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:" /></a></div> <div id="akct"><a id="akpeel" href="http://www.vorratsdatenspeicherung.de" title="Stoppt die Vorratsdatenspeicherung! Jetzt klicken &amp; handeln!"><img src="http://wiki.vorratsdatenspeicherung.de/images/Akvst.gif" alt="Stoppt die Vorratsdatenspeicherung! Jetzt klicken &amp; handeln!" /></a></div>
<!-- AKVS body end --> <!-- AKVS body end -->
<div id="page"> <div id="page">