Welcome Guest ( Log In | Register)



 
Closed TopicStart new topic
> Scrolling Marquee, Defining Height Problems
paulmason411
post Jan 6 2007, 09:12 AM
Post #1


Member [Level 1]
****

Group: Members
Posts: 69
Joined: 18-November 06
Member No.: 33,593



Hi Guys,

I'm just fiddling round with some scrolling text for my site. I can't seem to define the size of the table.

Heres the code:

CODE

<!-- Scrolling Marquee Demo By Paul Mason, Jan '07 -->

<html>
<title></title>

<body bgcolor="#FFFFFF">
<table cellpadding="0" cellspacing="0">
<tr>
<th valign="top"> Recent Forum Posts </th>
</tr>
<tr>
<td style=" height: 100px; border: solid;">
<marquee behavior=scroll direction="up" scrollamount="1">
<a href="http://www.locborg.de/smf/index.php?topic=2345.msg38589;topicseen#msg38589">Re: The Master of Strat Quack (Can't Stop content)</a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5649">pinkpeace</a><br /><br />
<a href="http://www.locborg.de/smf/index.php?topic=2345.msg38588;topicseen#msg38588">Re: The Master of Strat Quack (Can't Stop content)</a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5649">pinkpeace</a><br /><br />
<a href="http://www.locborg.de/smf/index.php?topic=2357.msg38587;topicseen#msg38587">Re: The Chilis and Disneyland</a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5649">pinkpeace</a><br /><br />
<a href="http://www.locborg.de/smf/index.php?topic=1356.msg38586;topicseen#msg38586">Re: Nuttsalk tour was a really sad period in John's life </a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=4844">iAmQuinn</a><br /><br />
<a href="http://www.locborg.de/smf/index.php?topic=1356.msg38585;topicseen#msg38585">Re: Nuttsalk tour was a really sad period in John's life </a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5649">pinkpeace</a><br /><br />
<a href="http://www.locborg.de/smf/index.php?topic=2361.msg38584;topicseen#msg38584">Re: John's influence on other guitarists?</a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5235">elleeffe</a><br /><br />
<a href="http://www.locborg.de/smf/index.php?topic=2361.msg38583;topicseen#msg38583">Re: John's influence on other guitarists?</a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=653">Antihero</a><br /><br />
<a href="http://www.locborg.de/smf/index.php?topic=2029.msg38582;topicseen#msg38582">Re: last movie you saw... </a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5235">elleeffe</a><br /><br />
<a href="http://www.locborg.de/smf/index.php?topic=1809.msg38581;topicseen#msg38581">Re: The John Frusciante Photo Thread</a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5235">elleeffe</a><br /><br />
<a href="http://www.locborg.de/smf/index.php?topic=2029.msg38580;topicseen#msg38580">Re: last movie you saw... </a><br/>&nbsp;by <a href="http://www.locborg.de/smf/index.php?action=profile;u=6419">carvel7</a><br /><br />
</marquee>
</td>
</tr>
</table>
</body>

</html>




If you change the line, <td style=" height: 100px; border: solid;"> to <td style=" height: 50px; border: solid;"> you'll notice there is no affect.

Any Ideas ???

This post has been edited by paulmason411: Jan 6 2007, 09:21 AM
Go to the top of the page
 
+Quote Post
Saint_Michael
post Jan 6 2007, 09:57 AM
Post #2


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,443
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



Answer is easy, in order to change the size of the marquee size you have to set the height and width with in the marquee as such.

CODE

<marquee height="200px" width="200px" align="right" direction="up" behavior="scroll" scrollamount="3">


So replace the the following lines in your file and you are set.

CODE

<td style="border: solid;">
<marquee height="200px" width="200px" align="right" direction="up" behavior="scroll" scrollamount="3">


Marquee Referances

http://html.mcwebber.net/marquee.html
http://www.html-reference.com/MARQUEE.htm
Go to the top of the page
 
+Quote Post
paulmason411
post Jan 6 2007, 11:28 AM
Post #3


Member [Level 1]
****

Group: Members
Posts: 69
Joined: 18-November 06
Member No.: 33,593



Cheers Michael, I knew you would pull through biggrin.gif
Go to the top of the page
 
+Quote Post
Saint_Michael
post Jan 6 2007, 11:32 AM
Post #4


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,443
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



No problem at all, solution giving topic closed.
Go to the top of the page
 
+Quote Post

Closed TopicStart new topic

 



- Lo-Fi Version Time is now: 5th September 2008 - 08:53 AM