Jason Ogle wrote:
> Howdy folks,
> 
> I'm trying to use my background-image and keep my "body" properties  
> within my external stylesheet. The problem is, the only way I can get  
> it to appear is if I put it "inline" in my .html page. Check out:
> 
> http://www.jasonogle.com/samples
> 
> Anybody else ever run into this? I've tried every path possible and  
> put my background image in two locations...still doesn't show up online!
> 
> Arrggg mateys!
> 
> Could you please respond to my personal email too as I'm on digest.  
> Appreciate the insight!

Hi Jason.  As long as you are successfully calling the style sheet you 
should have no problem since the path to the image directory is relative 
to the style sheet.

In your main style sheet your path to your background image should be:

background-image: url(../images/bg.gif);

Also, you might want to consider changing that BG image to a jpg's so 
you can compress it to a reasonable size w/o sacrificing too much 
quality.  Right now it's 382kB and takes nearly a minute for dial-up 
users to download the first time.  You could easily get it down to under 
60kB.

AC
-- 
Audra Coldiron

Rock-n-Roll Design & Hosting
http://rock-n-roll-design.com

KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. 
Pre-made designs, designer tools, and reseller program available!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to