• 0

CSS/HTML Image Movement


Question

Hello Guys,

Wondering if anyone can help..

Trying to create a screensaver for a Mitel 5340 phone, a simple one where a company logo moves from to to bottom, bounces, or whatever. Anything but stationary!

Here is the source from the html file that currently keeps the image stationary

<!--===================================================================================================

application.htm was designed by Mitel

Version: 1.0.0.0

Compatibility: Mitel 5330, 5340

Licensing: Permission is granted to use as a basis for creating Screen Saver applications.

===================================================================================================-->

<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>

Simply want it to move from top to bottom! Now Mitel do have an application builder in which you can create this, i got all the way to the end to be told i would have to pay for it! :(

The demo is here http://demo.ingeniussoftware.com/hospitality/Demo.aspx if you can manage to steal the source from that...

Hope you can help

Thanks

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.