10.11.2010, 16:52
tach
ich habe bei mir auf dem iphone ein weather widget
nun würde ich gerne das icon, die stadt, die temp., usw unter dem dock haben
normalerweise hatte ich gedacht, es geht einfach, indem ich bei top: 450px schreibe
aber pustekuchen
hier der stylesheet code:
hat jmd ne idde
mfg
ich habe bei mir auf dem iphone ein weather widget
nun würde ich gerne das icon, die stadt, die temp., usw unter dem dock haben
normalerweise hatte ich gedacht, es geht einfach, indem ich bei top: 450px schreibe
aber pustekuchen
hier der stylesheet code:
Code:
/* Edited by wim66 Modmyi */
#WeatherContainer{
background-color: rgba(0,0,0,0);
}
#TextContainer{ /* Other */
font-size:18px;
font-family: Helvetica;
font-weight: regular;
color:white;
}
#city{ /* Weather City Position */
position: absolute; top: 450px; right: 0px; down: 0px; left: 2px; width: 320px; height: 461px;
font-family: Helvetica;
color: white;
font-size: 20px;
font-weight: regular;
text-shadow: 2px 2px 2px #000000;
}
#temp{ /* Weather Temperature Position */
position: absolute; top:0px; right: 0px; down: 0px; left: 280px; width: 320px; height: 461px;
font-family: Helvetica;
color: red;
font-size: 20px;
font-weight: regular;
text-shadow: 2px 2px 2px #000000;
}
#desc{ /* Weather info Position */
position: absolute; top: 450px; right: 0px; down: 0px; left: 50px; width: 320px; height: 461px;
text-align: left;
font-family: Helvetica;
color: white;
font-size: 20px;
font-weight: regular;
text-shadow: 2px 2px 2px #000000;
}
#TextContainer p{
margin:0;
}
#weatherIcon{
position: absolute; top: 450px; right: 0px; down: 0px; left: 300px; width: 320px; height: 461px;
height:25px;
width:25px;
}
hat jmd ne idde
mfg