Topic: background-repeat: repeat (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9621" title="Pages that link to Topic: background-repeat: repeat (Page 1 of 1)" rel="nofollow" >Topic: background-repeat: repeat <span class="small">(Page 1 of 1)</span>\

 
Xdreamer.ch
Maniac (V) Inmate

From: Switzerland
Insane since: Mar 2001

posted posted 04-13-2003 22:19

hi folks

got a problem with a background image in a html file.
so the background image repeats itself with this css style

code:
<style type="text/css">
body
{
background-image:
url("Bilder/index_28.gif")
background-repeat: repeat
}
</style>



but for any reason there is a small lack between
the repeated images, why that?

screenshot here
thanks

u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 04-14-2003 00:50

I dunno wether this will fix your problem, but your code is incorrect.

You forgot the semicolon ( at the end, you don't need the quotes and try it without background-repeat.

body {
background-image: url(Bilder/index_28.gif);
}

I hope this will help.

edit: no slimies.



[This message has been edited by u-neek (edited 04-14-2003).]

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 04-14-2003 05:00

Xdreamer.ch: What browser did you see the problem in?

It looks to be your image but it could be a browser issue - can you post the image?

___________________
Emps

FAQs: Emperor

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 04-14-2003 05:11

n/m

misread problem...

[This message has been edited by DL-44 (edited 04-14-2003).]

Xdreamer.ch
Maniac (V) Inmate

From: Switzerland
Insane since: Mar 2001

posted posted 04-14-2003 09:17

i got this code exactly from w3cschools so i don't
think there must be a semicolon. i tried this with
semi but without success.

i'm using microsoft internet explorer 6 and crazybrowser.
i'll have a look of an older page i did. there is the same but it worked
perfectly

cu later


edit: this is the image i want to repeat
-----------------------------------------------




[This message has been edited by Xdreamer.ch (edited 04-14-2003).]

Xdreamer.ch
Maniac (V) Inmate

From: Switzerland
Insane since: Mar 2001

posted posted 04-14-2003 10:05

I think i got the problem. i sliced the image to neat at the
top of another image...not sure because i didn't try it
yet....

i'll post the reworked sample

u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 04-14-2003 13:07

I mean the semicolon after url("Bilder/index_28.gif");.

Steve
Maniac (V) Inmate

From: Boston, MA, USA
Insane since: Apr 2000

posted posted 04-14-2003 13:14

Could it be the image itself? I don't see the line in the rounded bit far right.

Try opeining the image in Photoshop and offsetting vertically a bit ans see if the line is part of the image

Xdreamer.ch
Maniac (V) Inmate

From: Switzerland
Insane since: Mar 2001

posted posted 04-14-2003 13:30

sorry guys my fault. i sliced the image with
the content to near another image, so the
lack was part of an upper image :/

sorry for taken your time. its not my kind to
post such stupid things.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu