Expand|Select|Wrap|Line Numbers
- <style ...
- div.spec
- {
- border: none;
- position:absolute;
- top: 300px;
- left: 75px;
- width:492px;
- height:auto;
- text-align: center;
- )
- </style>
- ....
- <script ...
- function showSpecial()
- {
- document.write("Today's Special is " + specials);
- }
- -->
- </script>
- ..........
- <body ...
- <div class="spec">
- <script type="text/javascript">
- <!--
- showSpecial();
- -->
- </script>
- </div>
please help