English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories











i tride to use it but i dont no wta it is n how it works. its a background but like who is on it?

2007-08-07 08:46:06 · 4 answers · asked by Iseeme(: 2 in Computers & Internet Programming & Design

4 answers

That is actually CSS code, which stands for Cascading Style Sheet. You need to make sure that code is contained in the "Head" tag of the HTML page. What this particular bit of CSS does is "redefine" what the body tag does. Instead of just a basic body that does nothing, the body tag in your HTML document will now also set a fixed background image that is tiled throughout the page.

Search the internet for "Learn CSS" to get more information on how this works.

2007-08-07 08:52:40 · answer #1 · answered by Tyler 2 · 0 0

It's CSS for the styling of the body of a web page.

The background is attached "fixed" which means all the content on the page will scroll, but the background will remain in place and not move.

The repeat, will tile the background image all over the page.

2007-08-07 09:31:55 · answer #2 · answered by Dirty Randy 6 · 0 0

It is a simple stylesheet CSS code not HTML code, don't know who in the right mind would mark a thumb's down for previous post but this is right, the image could've been dynamically generated but no way to know unless you said so.

2007-08-07 08:55:28 · answer #3 · answered by Andy T 7 · 0 0

It's stylesheet code. Look up stylesheets or css.

2007-08-07 08:50:13 · answer #4 · answered by Sizzle 2 · 0 1

fedest.com, questions and answers