
05-01-2008, 07:04 AM
|
|
Junior Member
|
|
Join Date: Apr 2008
Posts: 5
|
|
Scrolling Marquee In A Table Box
Hi,
I am recreating my website, i am trying to add a marquee scrolling box that scrolls up and is in a border like a table box.
How can i do it? I am having problems finding a marquee that works then when i do it wont scroll up
and this is the code that i have produced in Dreamweaver CS3 .
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title><style type="text/css">
<!--
body {
background-image: url();
background-color: #CCCCCC;
}
.style1 {
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
color: #999999;
}
-->
</style></head>
<body>
<div align="center">
<p> </p>
<table width="739" height="700" border="1">
<tr>
<td height="694"><div align="center">
<p align="center"><img src="v2/Header1.jpg" width="650" height="200" align="middle" /></p>
</div>
<p align="center"><IFRAME SRC="#" TITLE="Home" width="600" height="300" name="TheIFRAME">
<div align="center">If you can see this, your browser doesn't
understand IFRAME. However, we'll still
<A HREF="#">link</A>
you to the file. </div>
</IFRAME>
<marquee behavior="alternate" direction="right" scrollamount="2" scrolldelay="65" height="80" style="Text-align;filter:wave(add=0,phase=1, freq=1,strength=15,color=.FFFFFF)"><center>TEXT<br>TEXT</center></marquee>
</table>
</body>
</html>
|