|
|
#1 |
|
New Member
![]() Join Date: Mar 2009
Posts: 1
|
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 Code:
http://www.drewerickson.ca/jefferies/images/background.jpg 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;
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> Thanks |
|
|
|
|
|
#2 |
|
Super Moderator
![]() Join Date: Jun 2008
Posts: 493
|
Have you resolved this issue ?
|
|
|
|
|
|
#3 |
|
Bronze Member
![]() Join Date: Mar 2009
Posts: 30
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|