PDA

View Full Version : I-Frame's like this.



Desire
April 30th, 2004, 04:03 PM
http://www.surreal-utopia.com/home.htm

how do i get my iframe like that

heres mine (http://homepage.ntlworld.com/s.rate/layoutps.htm)

i only want the one scroll bar (vertical one) and i want my background like his in the Iframe how the text just scrolls over it and the background dosnt move.

thanks for any help :D

replode
April 30th, 2004, 05:39 PM
if you want to get rid of the horizontal scroll, you will have to make sure your image and i-frame are exactly the same width. To get the stationary background, use this code in your body code:


{
background-attachment: fixed;
background-image: url(http://www.yourwebsite.com/backgroundpic.jpg);
background-repeat: no-repeat;
}