Lissa Explains it All:  Web Design Forums  

Go Back   Lissa Explains it All: Web Design Forums > LEIA Archives > Web Site Help > CSS

Notices

 
 
Thread Tools Display Modes
  #1  
Old 01-08-2006, 07:03 PM
Peophin-chan Peophin-chan is offline
n00bzilla
 
Join Date: Jan 2006
Posts: 4
Peophin-chan is on a distinguished road
Question Background not showing up...

...Okay, so *this* is my website. I am trying to get it so that the background doesn't repeat on other resolutions. I still want it to scroll, but not repeat. The only way I know of to do this is with CSS. However! Whenever I enter the CSS code for a background, it mysteriously disappears, and all I have for a background is a white space. I don't know why this is happening, as I entered the code exactly the way it's displayed on the site. Could someone please help me either figure out what's wrong with the CSS, or tell me a way to stop the background from repeating using HTML?

Thanks.
Sponsored Links
  #2  
Old 01-08-2006, 07:14 PM
Chris's Avatar
Chris Chris is offline
The one.
 
Join Date: Mar 2003
Location: Scotland, UK
Posts: 4,447
Chris is a jewel in the roughChris is a jewel in the roughChris is a jewel in the rough
What code are you using to make it not repeat?
__________________
by Christopher
  #3  
Old 01-08-2006, 07:31 PM
Peophin-chan Peophin-chan is offline
n00bzilla
 
Join Date: Jan 2006
Posts: 4
Peophin-chan is on a distinguished road
Well, this is what I put for the background (using CSS):

body
{ background-image: http://i4.photobucket.com/albums/y12..._layout_2.jpg;
background-repeat: no-repeat; }

I'm still just a novice at this, so please tell me if I'm doing something wrong >_>
  #4  
Old 01-08-2006, 07:42 PM
Chris's Avatar
Chris Chris is offline
The one.
 
Join Date: Mar 2003
Location: Scotland, UK
Posts: 4,447
Chris is a jewel in the roughChris is a jewel in the roughChris is a jewel in the rough
Not sure if this will make a difference, but try:

body{
background-image: url(http://i4.photobucket.com/albums/y12..._layout_2.jpg);
background-repeat: no-repeat;}
__________________
by Christopher
  #5  
Old 01-08-2006, 08:18 PM
Peophin-chan Peophin-chan is offline
n00bzilla
 
Join Date: Jan 2006
Posts: 4
Peophin-chan is on a distinguished road
.....Nope, it's still going blank... ._.;;
  #6  
Old 01-08-2006, 08:28 PM
Spid Spid is offline
Beta Baby
 
Join Date: Dec 2005
Location: Yorkshire, UK
Posts: 132
Spid is on a distinguished road
The link your using isn't working. And I can't see a link to any css or any css in your source code.
  #7  
Old 01-08-2006, 09:06 PM
Peophin-chan Peophin-chan is offline
n00bzilla
 
Join Date: Jan 2006
Posts: 4
Peophin-chan is on a distinguished road
...I'm temporarily using HTML till I can figure it out _-_ And I'm using the same image for both the CSS and HTML. But for some reason, it's not showing up when I use CSS..... (*this image*)
  #8  
Old 01-08-2006, 09:43 PM
Spid Spid is offline
Beta Baby
 
Join Date: Dec 2005
Location: Yorkshire, UK
Posts: 132
Spid is on a distinguished road
When I've looked at the source code for your page after the one with the enter pic on your css is in the body tags, it needs to go in the head tags.

Have you got the css for the div layer2 on a seperate style sheet? If so you need to put all your css together in one place.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Background not showing properly in Firefox unique_name24601 Neopets 1 10-23-2005 09:18 PM
HTML background image not showing (a bit of CSS, too) Neurologist HTML Help 3 03-18-2005 11:22 PM
Background not showing >.< ohioisforlovers Xanga 1 12-24-2004 04:49 AM
Background not showing?? Stickievix HTML Help 7 06-24-2004 04:38 PM
my background isn't showing Sesshomaru HTML Help 12 03-01-2003 10:34 AM


All times are GMT. The time now is 12:01 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.