Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 need html code

views
     
TSakira de aimbuster
post Feb 19 2006, 11:24 PM, updated 20y ago

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


there are some website that got locked backgroud,when we drag the page down,the background wont move,what is the html code for it?

edit:okay,thanks to everyone,I solved 1st question biggrin.gif

NEW PROBLEM: I know we can put background mucis into our webpage. However it will restart everytime i click on other link to another page of my website. ANyway to make it keep playing the same song,as long as the visitor is inside my webpage? What is the code for it?


a new question, how to make a picture change to another picture when cursor moved on it?

For example a button...(in html please ><)

This post has been edited by akira de aimbuster: Feb 28 2006, 12:07 AM
TSakira de aimbuster
post Feb 19 2006, 11:48 PM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


bump...help pls ><
AaronZe
post Feb 19 2006, 11:52 PM

Getting Started
**
Junior Member
135 posts

Joined: Aug 2005


what website is that? link please....need an example...
TSakira de aimbuster
post Feb 19 2006, 11:54 PM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


Edit : http://sky2live.com/main.htm

Here is one of them

This post has been edited by akira de aimbuster: Feb 19 2006, 11:55 PM
AaronZe
post Feb 19 2006, 11:58 PM

Getting Started
**
Junior Member
135 posts

Joined: Aug 2005


Well, that's not because of any code, it's because that that's the page length for the page, nothing goes beyond that, means no more content after the image of that panda, that's why you cannot scroll down...there is not even a scroll bar there....

take a look at this page in the same site : http://sky2live.com/link.htm
it has a scroll bar and you can scroll down because the content there is long and cant fit into the window....
TSakira de aimbuster
post Feb 20 2006, 12:00 AM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


hmm...i see,thanks i will try to mod it now,thanks.
TSakira de aimbuster
post Feb 20 2006, 12:03 AM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


I have another question,Ifmy content is too long for my background,it will simply deplicate another one at the bottom. How do i measure that thetre is one 1 backgroud?
WaCKy-Angel
post Feb 20 2006, 12:07 AM

PeACe~~
*********
All Stars
21,961 posts

Joined: Dec 2004
From: KL



Actually there's such html....I used it last time..
But the code i cant remember anymore.

Its actually using javascript to do that.
U can try www.javascript.com to search what u want
AaronZe
post Feb 20 2006, 12:13 AM

Getting Started
**
Junior Member
135 posts

Joined: Aug 2005


QUOTE(akira de aimbuster @ Feb 20 2006, 12:03 AM)
I have another question,Ifmy content is too long for my background,it will simply deplicate another one at the bottom. How do i measure that thetre is one 1 backgroud?
*
I dont understand....... sweat.gif
TSakira de aimbuster
post Feb 20 2006, 12:15 AM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


QUOTE(AaronZe @ Feb 20 2006, 12:13 AM)
I dont understand....... sweat.gif
*
hmm...let say the background lenght is 'abcdefg'
when my site's content over the lenght ,it will repeat like 'abcdefg abcde...'

so,it cant give me the effect i want huh.gif
TSakira de aimbuster
post Feb 20 2006, 12:16 AM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


QUOTE(WaCKy-Angel @ Feb 20 2006, 12:07 AM)
Actually there's such html....I used it last time..
But the code i cant remember anymore.

Its actually using javascript to do that.
U can try www.javascript.com to search what u want
*
WAW,so messy website cry.gif

Can you please kindly search it for me? I know ntg about java ><
AaronZe
post Feb 20 2006, 12:22 AM

Getting Started
**
Junior Member
135 posts

Joined: Aug 2005


QUOTE(akira de aimbuster @ Feb 20 2006, 12:15 AM)
hmm...let say the background lenght is 'abcdefg'
when my site's content over the lenght ,it will repeat like 'abcdefg abcde...'

so,it cant give me the effect i want  huh.gif
*
oic....then you got to change your blogskin(assuming you are talking about your blog) to those that have frame in it where your posts will be in the box with scroll bar....you can find plenty of blogger skins here >> www.blogskins.com
TSakira de aimbuster
post Feb 20 2006, 12:28 AM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


QUOTE(AaronZe @ Feb 20 2006, 12:22 AM)
oic....then you got to change your blogskin(assuming you are talking about your blog) to those that have frame in it where your posts will be in the box with scroll bar....you can find plenty of blogger skins here >> www.blogskins.com
*
lol,sorry for didnt mention,its for my website..it havent show up yet >.<

So any way?
AaronZe
post Feb 20 2006, 12:36 AM

Getting Started
**
Junior Member
135 posts

Joined: Aug 2005


QUOTE(akira de aimbuster @ Feb 20 2006, 12:28 AM)
lol,sorry for didnt mention,its for my website..it havent show up yet >.<

So any way?
*
Then you got to use the iframe code

example here
CODE
<html>
<head><title>My website</title><head>
<body>
<iframe src="http://forum.lowyat.net" >
</iframe>
</body>
</html>


copy those codes into Notepad and save as "whatevername.html" then drag the file into a webbrowser smile.gif

edit: lyn.net removed my code.... sweat.gif

This post has been edited by AaronZe: Feb 20 2006, 12:44 AM
WaCKy-Angel
post Feb 20 2006, 12:39 AM

PeACe~~
*********
All Stars
21,961 posts

Joined: Dec 2004
From: KL



Uhm...u doing school project?
What application u using to make the website?
Uh i think that thing u want can be set using any common website developer tools.
TSakira de aimbuster
post Feb 20 2006, 12:42 AM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


QUOTE(AaronZe @ Feb 20 2006, 12:36 AM)
Then you got to use the [bad html removed] code

example here
CODE
<html>
<head><title>My website</title><head>
<body>
<iframe src="http://forum.lowyat.net" >
</iframe>
</body>
</html>


copy those codes into Notepad and save as "whatevername.html" then drag the file into a webbrowser  smile.gif
*
omg,i am getting blur now,so i need to paste this into m website template?
TSakira de aimbuster
post Feb 20 2006, 12:43 AM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


QUOTE(WaCKy-Angel @ Feb 20 2006, 12:39 AM)
Uhm...u doing school project?
What application u using to make the website?
Uh i think that thing u want can be set using any common website developer tools.
*
for fun and for adsense blush.gif
I am now using front page and dreamweaver ,but not so use to dreamweaver yet..

mind to tell me how to set? front page i cant found...
goldfries
post Feb 20 2006, 12:45 AM

40K Club
Group Icon
Forum Admin
44,415 posts

Joined: Jan 2003




QUOTE(akira de aimbuster @ Feb 19 2006, 11:24 PM)
there are some website that got locked backgroud,when we drag the page down,the background wont move,what is the html code for it?
*
CODE

<!--
body {
background-image: url(Media/Panda_request_by_ilona.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #9FBA8F;
}
</style>


use the code above.

you can put it on every page, but it's better you put that portion from body { .. } in a CSS file.
TSakira de aimbuster
post Feb 20 2006, 12:48 AM

しごと~
*******
Senior Member
3,500 posts

Joined: Jan 2003


ARR...evil!! my mom is yelling at me now,gtg...gonna try it tmr thanks goldfires and others..

PLS keep posting other methods ,,thanks!
Rusty Nail
post Feb 20 2006, 09:33 AM

Why am I still here?
*******
Senior Member
4,880 posts

Joined: Jan 2003
From: Petaling Jaya



i remember using these HTML codes way back in my notepad days
the code that you need to add is
<body background="yourimage.gif" bgproperties="fixed">
important property is bolded.

http://www.pageresource.com/html/fixedbg.htm
http://www.developingwebs.net/html/fixedbackground.php

2 Pages  1 2 >Top
 

Change to:
| Lo-Fi Version
0.0149sec    0.48    5 queries    GZIP Disabled
Time is now: 25th November 2025 - 06:18 PM