topshot_2k
Banned
Registered: 1st Dec 03
Location: Northampton Drives: Pug GTi-6
User status: Offline
|
right i have a page (that has an iframe) and in this frame i want it to import a load of text (bulletin.html) i can dot his fine but i want it so that it scrolls when the mouseover the iframe.
tried a few websites but no luck
anyone ?
[Edited on 22-06-2007 by topshot_2k]
|
Linch
Member
Registered: 4th May 06
Location: Whickham, Tyne and Wear
User status: Offline
|
you can use scrolling="auto" or "yes"
<iframe src="bulletin.html" name="main_frame" width="553" height="1500" scrolling="auto" ALLOWTRANSPARENCY="true" background-color="transparent" frameborder="0"></iframe>
I used to use them all the time, trust me its not the way forward lol
Hope i read the question right and this helps mate.
|
topshot_2k
Banned
Registered: 1st Dec 03
Location: Northampton Drives: Pug GTi-6
User status: Offline
|
cheers, no its just for an internel bulletin board at work
|