View Full Version : Please give the noob some help
HughJess182
March 9th, 2003, 21:13
How does she make a scrolling text box like that? Is that a table with the aid of CSS?
http://www.asianavenue.com/Members/Me/personalpage.html?MEMBER=LourdestheLord
kabatak
March 10th, 2003, 00:23
Yes using CSS inside a frame or an iframe,
<style type="text/css">
body
{
background-image:
url("image.gif");
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>
you can also do it w/o CSS using by adding bgproperties="fixed" in the <body> tag, but may not work on other browsers
HughJess182
March 10th, 2003, 03:47
Kabatak, thanks for responding. the problem is i cant seem to get iframe to work on this service (www.asianavenue.com). Is there any other alternative that works like iframe.
sharkbyte
March 26th, 2003, 15:53
Kabatak, thanks for responding. the problem is i cant seem to get iframe to work on this service (www.asianavenue.com). Is there any other alternative that works like iframe.
no that I know of...... maybe a kjavascript. i will try to find iy for ya.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.