INSIDE THIS BLOG>>>>>>

Marquee with Heading and right direction and right side heading

Code
<table width="700" border="3">
  <tr>
    <td width="601"><marquee  direction="right"onmouseover="this.stop();" onmouseout="this.start();">marquee with right side heading and right side direction</td>
    <td width="83" style=" text-align:center; background:#00F; ">Heading</td>
  </tr>

</table>
Demo
marquee with right side heading and right side direction Heading

Marquee with News Heading and Border


Heading marquee with different border and Heading
Demo
<style type="text/css">
.css {
color: #C00;
background:#00FF00;
font-family: "MS Serif", "New York", serif;
alignment-adjust:central;
border:dotted;
}
.css strong em {
}
</style>

<table border="0" style="border: inset; width: 523px;">
  <tbody>
<tr>
    <td class="css" width="90"><strong><em>Heading</em></strong></td>
    <td width="417"><marquee behavior="scroll" direction="left" mouseover="this.stop();" mouseout="this.start();">marquee with different border and Heading</marquee></td>
  </tr>

</tbody></table>
Code

Marquee with Heading

Code
<table width="700" border="0">
<tr>
<td width="63" bgcolor="#000099" bordercolor="#333333"><strong><em>Heading</em></strong></td>
<td width="641"><marquee direction="left" bgcolor="#00CC00" onMouseOver="this.stop();" onMouseOut="this.start();">Marquee for website or blogger with Heading</marquee></td>
</tr>
</table>

demo
Heading Marquee for website and blogger with Heading

Also border marquee: greate marquee design

Reoccuring Marquee Demo
<marquee behavior="alternate"><marquee width="200" style="border: 15px groove pink;">Reoccuring Marquee</marquee></marquee>
Code
add mouse over in marquees:
mouseover="this.stop();"
mouseout="this.start();"