
Originally Posted by
two-add-two-equals-five
Unfortunately the project brief states that the website has to work cross platfrom on all systems [...]
Does the project brief also stipulate against relying on scripts? I would hope so, particularly if this is a Web development course.
this is difficult to achieve anyway unless you have a very simple design
Umm. Since when?
the bulk of my design is based around this script.
Basing a design around any script is usually the sign of a bad design.
As for any particular 'solution', it would require a complete rewrite so that it's not dependent upon proprietary features:
[Edit: alternative code deleted]
Contrary to the instructions for the original script, do not include the out-dated rubbish like the language attribute and SGML comment delimiters (<!-- -->). These sorts of instructions seem to be phasing out of the site: the sooner the better. Also, I think 'move' would be a better cursor value:
HTML Code:
<style type="text/css">
.drag {
cursor: move;
position: relative;
}
</style>
<script type="text/javascript">
/* ... */
</script>
Mike
Bookmarks