![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Here is the relevant CSS: |
#3
| |||
| |||
|
|
"Rhino" <no.offline.contact.please (AT) nospam (DOT) com> writes: I am trying to use repeat-x to duplicate a specific graphic horizontally across the bottom of a page. The repetition and centering is working fine but I am getting a thin white border around the repeated white graphic and I can't figure out how to stop that from happening. Here is the relevant CSS: #fixed-footer { background-image: url("/~cat/images/footer_reflection_266x200.jpg"); background-repeat: repeat-x; background-position: center; height: 200px; width: 100%; position: fixed; bottom: 0px; z-index: 5; } Is there any way to have the image repeat without any border being generated around it? Any answer based on such limited information will be a guess. A URL would enable people here to see what other CSS (and HTML) might be involved. If I had to guess now, I'd say you are seeing the margin on the page body (i.e. body { margin: 0 } might remove it) but that is very much a long shot -- you might be seeing an actual border on the footer, or maybe... oh, too many options. |
#4
| |||
| |||
|
|
I am trying to use repeat-x to duplicate a specific graphic horizontally across the bottom of a page. The repetition and centering is working fine but I am getting a thin white border around the repeated white graphic |
|
Here is the relevant CSS: |
#5
| |||
| |||
|
|
Rhino wrote: Here is the relevant CSS: Give us the URL or stop bothering us. I'm trying to respect my client's confidentiality by not showing her site to |
#6
| |||
| |||
|
|
"Rhino" <no.offline.contact.please (AT) nospam (DOT) com> writes: I am trying to use repeat-x to duplicate a specific graphic horizontally across the bottom of a page. The repetition and centering is working fine but I am getting a thin white border around the repeated white graphic and I can't figure out how to stop that from happening. Here is the relevant CSS: #fixed-footer { background-image: url("/~cat/images/footer_reflection_266x200.jpg"); background-repeat: repeat-x; background-position: center; height: 200px; width: 100%; position: fixed; bottom: 0px; z-index: 5; } Is there any way to have the image repeat without any border being generated around it? Any answer based on such limited information will be a guess. A URL would enable people here to see what other CSS (and HTML) might be involved. If I had to guess now, I'd say you are seeing the margin on the page body (i.e. body { margin: 0 } might remove it) but that is very much a long shot -- you might be seeing an actual border on the footer, or maybe... oh, too many options. Thank you for the suggestion. I would have liked to include a URL but the |
#7
| |||
| |||
|
|
"Jukka K. Korpela" <jkorpela (AT) cs (DOT) tut.fi> wrote in message news:vU76l.110942$_03.102931 (AT) reader1 (DOT) news.saunalahti.fi... Rhino wrote: Here is the relevant CSS: Give us the URL or stop bothering us. I'm trying to respect my client's confidentiality by not showing her site to anyone until it is done. I had hoped the solution would be obvious from the CSS. If it's not, please feel free to disregard my post. There's no need to be snippy. |
#8
| |||
| |||
|
|
Rhino wrote: I am trying to use repeat-x to duplicate a specific graphic horizontally across the bottom of a page. The repetition and centering is working fine but I am getting a thin white border around the repeated white graphic Are you sure that "border" isn't actually in the image itself? Background images have no borders, so there is no property that would add one by default. As a matter of fact, I think you've nailed it. |
|
Here is the relevant CSS: Don't waste time with a worthless code snippet. Post a URL so we can see the image ourselves. I am trying to protect my client's confidentiality; she has not authorized |
#9
| |||
| |||
|
|
"Jukka K. Korpela" <jkorpela (AT) cs (DOT) tut.fi> wrote in message news:vU76l.110942$_03.102931 (AT) reader1 (DOT) news.saunalahti.fi... Rhino wrote: Here is the relevant CSS: Give us the URL or stop bothering us. I'm trying to respect my client's confidentiality by not showing her site to anyone until it is done. I had hoped the solution would be obvious from the CSS. If it's not, please feel free to disregard my post. There's no need to be snippy. |
#10
| |||
| |||
|
|
"Bergamot" <bergamot (AT) visi (DOT) com> wrote in message news:6rt2ihF38acrU1 (AT) mid (DOT) individual.net... Don't waste time with a worthless code snippet. Post a URL so we can see the image ourselves. I am trying to protect my client's confidentiality; she has not authorized me to show the site to anyone yet. |
|
Sorry to waste your time. I am working with my hands tied behind my back |
![]() |
| Thread Tools | |
| Display Modes | |
| |