[oescripting] Kimberly Please

  • From: <rain411@xxxxxxxxxxxx>
  • To: <oescripting@xxxxxxxxxxxxx>
  • Date: Sat, 24 Mar 2007 18:42:33 -0500

Hi KImberly,

Iam attaching the txt for VBS 2.2 where i am to put a image with the alpha filter on inside the text box so the text can show thru, and i am not just sure what i am doing there i cant get the image inside the text box aat all.

I know it is the weekend but maybe if you have a minute the first of the week you could have a look and tell me where i went wrong at.

Thanks
Gina
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
        <title>Rainy Day</title>
        
<style type=text/css>

body{
border: #6699ff 7px groove;
scrollbar-face-color: #6699ff;
scrollbar-track-color: #6699ff;
scrollbar-highlight-color: #ffffff;
scrollbar-highlight-color: #ffffff;
background-attachment: fixed;
}
.img.p1{
width: 230px;
height: 253px;
left: 0%;
top: 0%
}

div.d1{
left: 30%;
top: 0%;
height: 50%;
width: 35%;
position: absolute;
FILTER: alpha(opacity=60,style=0);
}
div.txt{
border: #9900cc 7px dotted;
padding: 10px;
font-family: kristen ITC;
font-size: 14pt;
color: #9900CC;
scrollbar-face-color: #6699ff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #6699ff;
scrollbar-highlight-color: #ffffff;
text-align: center;
overflow: auto;
}
</style>
</head>

<body bgcolor=#ffffff  background="C:\program files\common files\microsoft 
shared\stationery\raindrucksbg.jpg">
<bgsound balance=0 src="C:\program files\common files\microsoft 
shared\stationery\.mid" loop=2 volume=99>

<div class=d1 id=d1>
<img class="p1" id="p1" src="C:\program files\common files\microsoft 
shared\stationery\rainyduck.gif">
<div class="txt" id="txt">Hi Kimberly,<br>
I am really not sure of this one, i am trying
to do vbs 2.2 but dont know tho.<br>
Will wait to hear from you one this one.<br>
Have a nice weekend,<br>
Gina</div>
<div></div>

<script language=vbscript>

'_______________________
'Script and Stationery by Gina
'24 March 2007
'Please leave these lines in
'_______________________
window.status="....Script and Stationery by Gina....24 March 2007...."
Dim SW, SH, P1W, P1H, DW, DH

sub window_onload()
start
end sub

sub start()
SH=document.body.clientHeight
SW=document.body.clientWidth
DW=300
SH=300
PW=230
PH=253
end sub


</script>
</body>
</html>

Other related posts: