473,399 Members | 2,278 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Weird problem with background-repeat:repeat-y;

Hey everyone,
I am havin a problem here, maybe someone could lend me their mind for a second. Here it is:

I am using a repeat background on a y axis. When I am testing the file from my desktop...it is fine but when I put the file on my server to test it there...the content is being diplayed but not the background...any ideas? Here's the css:

p{
margin-left:70px;
width:650px;
}

.content_repeat{
background-image:url(images/content_repeat.jpg);
background-repeat:repeat-y;
width:800;
position:relative;
top:-16px;
border:solid;
}

.content_footer{
background-image:url(images/content_footer.png);
background-repeat:no-repeat;
height:26px;
position:relative;
top:-32px;
}

and here's the html excerpt:

<div class="content_repeat">

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

</div>

<div class="content_footer"></div>


I'd really appreciate someones help on this one.

Thanks,
Aug 21 '07 #1
3 2952
Death Slaught
1,137 1GB
Hey everyone,
I am havin a problem here, maybe someone could lend me their mind for a second. Here it is:

I am using a repeat background on a y axis. When I am testing the file from my desktop...it is fine but when I put the file on my server to test it there...the content is being diplayed but not the background...any ideas? Here's the css:

p{
margin-left:70px;
width:650px;
}

.content_repeat{
background-image:url(images/content_repeat.jpg);
background-repeat:repeat-y;
width:800;
position:relative;
top:-16px;
border:solid;
}

.content_footer{
background-image:url(images/content_footer.png);
background-repeat:no-repeat;
height:26px;
position:relative;
top:-32px;
}

and here's the html excerpt:

<div class="content_repeat">

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

<p>Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy Text,Dummy TextDummy TextDummy Text,Dummy Text,Dummy Text,Dummy Text
</p>

</div>

<div class="content_footer"></div>


I'd really appreciate someones help on this one.

Thanks,
I have no idea what the problem is it works perfectly in myn but i would put your urls in " " qoutes i dont know if that will help but i tried it both ways and it worked maybe some one else will know. Good Luck!

Thanks, Death Slaught
Aug 21 '07 #2
Fixed it! GREAT SUCCESS!!!
Aug 21 '07 #3
I have no idea what the problem is it works perfectly in myn but i would put your urls in " " qoutes i dont know if that will help but i tried it both ways and it worked maybe some one else will know. Good Luck!

Thanks, Death Slaught
thanks. the code WAS fine. i had defined the site in a root folder and the location paths were not the correst ones and so they did not display. so i just slaughtered the root folder and that did the trick. i really appreciate your help though. regards.
Aug 21 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Gabriel Afana | last post by:
I have a simple php script to just send email.....When I first load the script in a browser...it sends 2 emails. Why?? The weird thing is then when I refresh the page, it send only one email...I...
3
by: Betty Perea | last post by:
I'm having a little weird condition. I have a simple form (POST method), whose Action is a validation script, most of the times it works. But sometimes, the validation script does not "receive"...
3
by: redneck_kiwi | last post by:
Hi all: I have a really weird problem. I am developing a customer catalog system for my company and as such have delved into sessions for authentication and access levels. So far, I have managed...
21
by: Steven Bethard | last post by:
Can someone point me to the documentation on what's supposed to happen when you use the "for x in X:" syntax when X does not have an __iter__ method? I know that the code: >>> class S: .... ...
82
by: nobody | last post by:
Howdy, Mike! mikecoxlinux@yahoo.com (Mike Cox) wrote in message news:<3d6111f1.0402271647.c20aea3@posting.google.com>... > I'm a C++ programmer, and have to use lisp because I want to use >...
7
by: John Smith | last post by:
Today I experienced something very very weird with STL. The code snippet below should work, but it doesn't with Microsoft VC++ 6.0. Ok what I have is a list of network connections. The code below...
5
by: John Douglass | last post by:
I'm fairly new to doing involved file i/o and I came across something weird with a program I'm writing (modifying MIDI data, if it makes any difference). With some input files, when I modify data...
13
by: Lars Netzel | last post by:
hi! myDataSet that is fillled from an Access 2000 db and includes ONE table From that Table in myDataSet I create myDataView and use a Rowfilter to get a few rows that i work with (i need a...
9
by: Mirza | last post by:
We discovered that when you declare a function and variable with the same name adding New key word to the variable, vb.net hangs when you try to build the project : imports System.Data imports...
0
by: P Pulkkinen | last post by:
Dear all, sorry, i know this code is far little too long to debug here, but there is really annoying logical error. If someone debugs this, I really offer warm virtual handshake. What this...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.