It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Codes

Codes

Postby Yungstazn on Thu Oct 07, 2004 10:52 pm

I have been trying to find two codes to add to my html pages, but cant find them.

One is for flashing links, e.g. ( Home_ : want the _ to start flashing on mouseover.)

Second is a simple way to put scollers into a table, like for a news page.

If anyone knows the codes or how to add these into a page, please reply, Thx.
Yungstazn
 
Posts: 0
Joined: Thu Oct 07, 2004 10:47 pm

Re: Codes

Postby Kotik on Thu Oct 07, 2004 11:44 pm

Yungstazn wrote:Second is a simple way to put scollers into a table, like for a news page.


You could use an iframe for that. Make an iframe and enter that into a table.
DEVPPL : News Publisher
User avatar
Kotik
1000+ Club
 
Posts: 1086
Joined: Mon Aug 23, 2004 12:25 am
Location: Sweden

Postby Shinz on Fri Oct 08, 2004 7:58 pm

iframe will work or you can be lazy and use a textbox :lol:

and when you say flashing you mean like *blink**blink**blink**blink**blink**blink**blink**blink*
User avatar
Shinz
250+ Club
 
Posts: 289
Joined: Thu Aug 26, 2004 4:06 pm
Location: PS7+C4D=Love

Re: Codes

Postby Malcolm on Sat Oct 09, 2004 1:31 am

Yungstazn wrote:I have been trying to find two codes to add to my html pages, but cant find them.

One is for flashing links, e.g. ( Home_ : want the _ to start flashing on mouseover.)


try:
Code: Select all
<style type="text/css">
a {text-decoration:none;}
a span { text-decoration:blink; }
</style>
<a href="link.html">Home<span>_</span></a>

Yungstazn wrote:Second is a simple way to put scollers into a table, like for a news page.

If anyone knows the codes or how to add these into a page, please reply, Thx.

try
Code: Select all
<style type="text/css">
#d1 { width:400px; height:350px; overflow:auto; border:1px solid #000;

}
</style>
<table style="width:400px; height:350px;">
<tr>
<td>
<div id="d1">
Scrollers in the tables if content goes beyond 400x350
<br /><br /><br /><br /><br /><br />.
<br /><br /><br /><br /><br /><br />.
<br /><br /><br /><br /><br /><br />.
<br /><br /><br /><br /><br /><br />.
</div>
</td>
</tr>
</table>
User avatar
Malcolm
100+ Club
 
Posts: 198
Joined: Thu Oct 07, 2004 9:53 pm
Location: Ontario, Canada


Who is online

Users browsing this forum: No registered users and 7 guests