|
|
Homepagegestaltung mit CSSDropshadow 1(nur IE)Mit des folgenden CSS-Anweisung wird die Schrift rot schattiert: <!--
#ShadowRed
{
width:100%;
filter:DropShadow(color=red, offx=1, offy=1)
}
-->
Beispieltext Mit der folgenden CSS-Anweisung wird die Schrift <!--
#ShadowAAAAFF
{
width:100%;
filter:DropShadow(color=#aaaaff, offx=3, offy=3)
}
-->
Beispieltext Dropshadow 2(nur IE)
Hallo Welt
Hallo Welt Festes Hintergrundbild<style type="text/css">
<!--
BODY {
background-attachment: fixed;
background-image: url("fixes-hintergrundbild-auch-beim-scrollen-2.jpg");
background-position: center;
background-repeat: no-repeat;
}
-->
</style>
MauszeigerMaushelp <style type="text/css">
<!--
#Maushelp
{
cursor:help
}
-->
</style>
|
|
|