Hi Guys,
Trying to get an image on the display of a phone, Mitel 5340, to simply move from the top to the bottom of the display. I have the source code for the display currently, which is stationary. It is:
<html>
<head>
<style type="text/css">
.imageposition
{
position: absolute;
top: 142px;
left:0px;
};
</style>
<script>
RequestFullScreenBrowser();
</script>
</head>
<body>
<div class="imageposition">
<img src="Logo.gif">
</div>
</body>
</html>
I was also thinking of making an image in a gif editor the size of the display and animating it to move how i want.
Can anyone help?
Trying to get an image on the display of a phone, Mitel 5340, to simply move from the top to the bottom of the display. I have the source code for the display currently, which is stationary. It is:
<html>
<head>
<style type="text/css">
.imageposition
{
position: absolute;
top: 142px;
left:0px;
};
</style>
<script>
RequestFullScreenBrowser();
</script>
</head>
<body>
<div class="imageposition">
<img src="Logo.gif">
</div>
</body>
</html>
I was also thinking of making an image in a gif editor the size of the display and animating it to move how i want.
Can anyone help?