|
Post by Wormopolis on Mar 28, 2010 14:14:07 GMT -8
It is for me... do you not see it?
|
|
littlerock818
Not New Member
Posts: 14
littlerock818 said 0 great things
|
Post by littlerock818 on Apr 7, 2010 9:05:55 GMT -8
No I see it! It's cool!
|
|
|
Post by Wormopolis on Apr 8, 2010 1:58:16 GMT -8
still trying to figure out what firefoxs problem is...
|
|
|
Post by Wormopolis on Apr 8, 2010 2:11:27 GMT -8
ok.. so changing the width manually seemed to get rid of the multiple lines in FF... the colors are just there so I can see the marquee field. its now acting the same in both IE and FF...
|
|
|
Post by Wormopolis on Apr 8, 2010 2:12:31 GMT -8
Im guessing I dont even really need the width set.. the icons themselves will set the width.
|
|
|
Post by Wormopolis on Jun 2, 2010 18:24:37 GMT -8
yeah.. I dont think Im going to finish this. I lost all desire to do HTML tables...
if anyone else wants to take this on, be my guest. you dont have to go with the idea I started on. I just wanted to do something different.
I doubt the person even wants it anymore anyways...
|
|
Nightwalker
Full Member
Everything Happens at Night
Posts: 138
Nightwalker said 0 great things
|
Post by Nightwalker on Jun 9, 2010 15:50:02 GMT -8
i will try this for fun...
|
|
Nightwalker
Full Member
Everything Happens at Night
Posts: 138
Nightwalker said 0 great things
|
Post by Nightwalker on Jun 10, 2010 14:19:54 GMT -8
ok i did it, it isn't as cool as what wormo was doing but i think this is what you asked for earlyer
you need to have more than 12 affiliates in the left to have the scrol bar show up
<table width="92%" hight="50px" cellpadding="4" cellspacing="1" align="center" class="bordercolor"> <tr> <td class="titlebg" width="100%" colspan="3" height="30" align="center"> <font size=2><b>Affiliates</B></font> </td> </tr> <tr> <td width="20%" class="windowbg2" vAlign="top">
<marquee onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="3">
<center> marquee affiliates here </center> </marquee> </td>
<td width="60%" class="windowbg" vAlign="middle" align="center">
<center> standing affiliates here </center> </td> <td width="20%" class="windowbg2" vAlign="middle"> <div style="overflow: auto; height: 200px;" align="center"> scroling affiliates here </div>
</td> </tr> </table>
|
|