Web Design Forum  
 
Go Back   Web Design Forum > Web Software > Scripts

Reply
 
LinkBack Thread Tools Display Modes
Old 03-01-2009, 05:51 PM   #1
New Member
 
Join Date: Mar 2009
Posts: 1
Default Using CSS to place a background image

Hi there,

I'm in the process of developing a website and I would like to insert an image as a background image in the white area of the page...

Code:
http://www.drewerickson.ca/jefferies/index.php
The image I would like to insert is:

Code:
http://www.drewerickson.ca/jefferies/images/background.jpg
I tried using a <div> but it isn't working out. Here is my code from style.css:

Code:
body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}

	div.backsplash {
	background: url(images/background.jpg);
	color: #ffffff;
And the header file looks like this...

Code:
...<body>
<div class="backsplash"></div>
<div id="menu">
	<ul>
		<li class="first"><a href="index.php" class="homelink">Jefferies Squadron</a></li>
		<li><a href="corps.php" accesskey="2" title="">Corps</a></li>
		<li><a href="forums.php" accesskey="3" title="">Message Boards</a></li>
		<li><a href="resources.php" accesskey="4" title="">Resources</a></li>
		<li><a href="fun.php" accesskey="5" title="">Fun</a></li>
	</ul>
</div>
<hr style="display: none;" />
<div id="latest-post" class="post">
	<br />
	<h1 class="title"><?=$pageTitle;?></h1>
Does anyone have any suggestions?

Thanks
Dreew is offline   Reply With Quote


Old 03-02-2009, 12:12 AM   #2
Super Moderator
 
jnjc's Avatar
 
Join Date: Jun 2008
Posts: 493
Default

Have you resolved this issue ?
jnjc is offline   Reply With Quote
Old 03-16-2009, 10:13 AM   #3
Bronze Member
 
Join Date: Mar 2009
Posts: 30
Default

that's normal, look at this: http://www.drewerickson.ca/jefferies...background.jpg

no image found
DimitriDV is offline   Reply With Quote
Reply

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:13 AM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.