Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mast

macrumors newbie
Original poster
Sep 5, 2010
3
0
I need alil pro help with a lockscreen im working on..
I got the script from another theme I got the it to work where i have the clock where the slide to unlock is. Pic below but for some reason you'll see in the pic tht on top blank pics thing appers with ? marks need help removing them. I can figure it out..


Thank you in advance for the Help..

this is all i have in the script for the lockscreen
body {
background-color: none;
margin: 0 auto;
}

#calendarbar {
text-align: center;
font: 30px "Digital";
color: yellow;
position: absolute;
width: 200px;
height: 52px;
top: 435px;
left: 115px;
letter-spacing: 1px;
word-spacing: 0px;
background-color: transparent;
opacity:1.0;
z-index: 4;
}


#clock {

text-align: center;
font: 35px "Digital";
color: yellow;
position: absolute;
width: 300px;
height: 100px;
opacity: 0.9;
top: 432px;
left: -12px;
letter-spacing: -4px;
word-spacing: -1px;
background-color: transparent;
overflow: visible;
z-index: 4;
}


#clock #minutes {
position: absolute;
text-align: left;
width: 71px;
height: 35px;
left: 88px;
top: 0px;
}


#clock #hours {

position: absolute;
text-align: right;
width: 80px;
height: 35px;
top: 0px;
left: 0px;
}


and a wallpaper.png in the lock folder
 

Attachments

  • IMG_1295.PNG
    IMG_1295.PNG
    1 MB · Views: 129
background

the background is referring to a picture it can't find.

thank for tht.
but if u look in the script there isnt any other pics there. all i have is the wallpaper.i can send u the folder to see. If anyone can help.
Please and Thank you again
 
That's not a script.

That's just the CSS file which tells the background html file HOW to display stuff, rather than WHAT to display.

Thanks man. I figure it out.. I deleted it from the CSS file but didnt think about the HTML. Thanks alot.. :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.