boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

repeating background

 
Post new topic   Reply to topic    boardom Forum Index -> (X)HTML / CSS help
View previous topic :: View next topic  
Author Message
kidcasey13



Joined: 17 Apr 2004
Posts: 3

PostPosted: Sun Apr 18, 2004 1:57 am    Post subject: repeating background Reply with quote

Hey guys - I'm having trouble getting my repeating background to work, it works on regular .html pages, etc, but I can't get it to work on my b2 blog, any suggestions?

Code:

<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<HTML>
<HEAD>
<TITLE>GIRL NAMED RYAN</TITLE>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<header("Cache-Control: no-cache, must-revalidate"); >
<header("Pragma: no-cache"); >

<LINK REL=stylesheet HREF="http://girlnamedryan.com/style.css" TYPE="text/css">
<STYLE TYPE="text/css">

#divMain_pic {LEFT: 0px; POSITION: absolute; TOP: 0px; cursor:default; z-index:-1}

#divMain_text {color:#808080;  font-family:verdana, arial; font-size:7pt; font-weight:normal;
text-align:justify; width=438px; LEFT:258px; POSITION: absolute; TOP: 435px; z-index:2 }
 
#divSub_text {color:#808080; font-family:verdana,arial; font-size:7pt; font-weight:normal;
text-align:justify; width=214px; LEFT: 23px; POSITION: absolute; TOP: 455px; z-index:2 }
 
BODY {background-image: url(http://girlnamedryan.com/layouts/colors-1.jpg);
background-repeat: repeat-y;background-position: 0px 0px;background-color:#FFFFFF}

</style>

<?php comments_popup_script() ?>
</head>

<body>
<DIV id=divMain_pic>
<IMG SRC="layouts/colors.jpg" WIDTH=800 HEIGHT=600 BORDER=0>
</div>


if you need anything else, or need to see anything else, let me know. you can see it here:

http://www.girlnamedryan.com
if you click on "survey" on the left hand side, you can see it does work on that page, but let me know if you can see the problem, thanks a lot!
Back to top
View user's profile Send private message Visit poster's website
Raechell



Joined: 14 May 2004
Posts: 6

PostPosted: Mon May 17, 2004 4:26 pm    Post subject: Reply with quote

Code:
background-image: url(http://girlnamedryan.com/layouts/colors-1.jpg);
background-repeat: repeat-y;background-position: 0px 0px;background-color:#FFFFFF


Try this instead:

Code:
background:url(img.jpg) repeat-y #FFFFFF
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> (X)HTML / CSS help All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group