PDA

View Full Version : Linking background images + css


l Squid l
08-09-2008, 03:04 AM
I know i made a thread like this maybe a year ago but the same code doesn't work because it messes up the position of the div. Im really dont knwo what to do. I been screwing with he code but i cant seem to get ti right.

http://silentstormstudios.freehostia.com/

I can post html or css if need be.

_Aerospace_Eng_
08-09-2008, 03:29 AM
Okay so what isn't working right? Where is it at? We aren't psychic. Explain yourself better.

l Squid l
08-09-2008, 03:52 AM
The Home button. Oops forgot to upload the file. Ill do it now.

Edit: Nvm fixed it.

l Squid l
08-09-2008, 04:10 AM
I got the same problem. I uploaded it to the site. Check the first post. this time its for the forum link.

l Squid l
08-12-2008, 06:50 PM
bump 10 char

kosstr12
08-13-2008, 02:19 AM
bump 10 char

Try to refrain from triple posting, and post your CSS...

l Squid l
08-13-2008, 02:40 AM
CSS for the forum id.

#forum {
background-image:url(images/Forums.png);
height:36px;
width:103px;
position:relative;
left:345px;
bottom:252px;
}

#forum:hover {
background-image:url(images/blue-Forums.png);
height:36px;
width:103px;
position:relative;
left:345px;
bottom:252px;
}

Sorry bout triple post.

kosstr12
08-13-2008, 11:34 AM
And post your HTML, because I have no idea where you're going with this...

l Squid l
08-13-2008, 01:51 PM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="firefox.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>¤ Silent Storm Studios ¤ For all your multimedia needs</title>
<style type="text/css">
<!--
.style1 {
font-size: 11px;
color: #FFFFFF;
text-indent: 5px;
}
.style2 {
font-size: 10px;
font-weight: bold;
}
body {
margin-left: 0px;
}
-->
</style>
</head>

<body>



<div id="wrap">
<div id="header"></div>

<div id="inner-wrap">
<div id="left">
<!-- Begin: AdBrite -->
<script type="text/javascript">
var AdBrite_Title_Color = '99C9FF';
var AdBrite_Text_Color = '3D81EE';
var AdBrite_Background_Color = '333333';
var AdBrite_Border_Color = '333333';
var AdBrite_URL_Color = 'E6E6E6';
</script>
<script src="http://ads.adbrite.com/mb/text_group.php?sid=788914&zs=3132305f363030" type="text/javascript"></script>
<div><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=788914&afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;">Your Ad Here</a></div>
<!-- End: AdBrite -->

</div>
<div id="main">

<div id="right"></div>
<div id="lefthome"></div>
<a id="home" href="index.html">Home Link</a>
<div id="leftupcomignprojects"></div>
<div id="upcomingprojects"></div>
<div id="leftfinishedwork"></div>
<div id="finishedwork"></div>
<div id="leftforum"></div>
<a id="forum" href="phpBB3/index.php">Forum Link</a>

<div id="leftfaq"></div>
<div id="faq"></div>
<div id="leftcontactus"></div>
<div id="contactus"></div>
<div id="rightcontactus"></div>
<div id="position"></div>
<div id="content"></div>
<div id="leftlogin"></div>
<div id="loginheader"></div>

<div id="bottomlogin"></div>
<div id="leftusername"></div>
<div id="usernamebox">
<input name='username' type="text" value='Username' size='30' class="text">

</div>
<div id="rightusername"></div>
<div id="bottomusername"></div>
<div id="leftpassword"></div>
<div id="passwordbox">

<input name='password' type="password" value='Password' size='30' class="text2">
</div>
<div id="rightpassword"></div>
<div id="leftregister"></div>
<div id="registernow"></div>
<div id="forgotpassword"></div>
<div id="rightforgotpassword"></div>
<div id="topsignin"></div>
<div id="leftsignin"></div>

<div id="signin">
<input type='submit' value='Sign in!' class="submit">
</div>
<div id="bottomsignin"></div>
<div id="rightsignin"></div>
<div id="topcurrentprojects"></div>
<div id="hottopics"></div>
<div id="featuredcontent"></div>
<div id="hottopiccontent"></div>

<div id="ads"></div>
<div id="rightloginlonger"></div>
<div id="rightcurrentprojectscontent"></div>
<div id="headerforwelcome"></div>
<div class="style1" id="contentnews">
<div class="style1">
<div align="left"> Welcome to The grand opening of Silent Storm Studios, we work for you. We deliver to all your multimedia needs. Everything from simple Sony Vegas Editing to advance 3d work with Autodesk 3ds Max, and Maxon's Cinema 4d, and everything inbetween such as Adobe After Effects. We also develop games with XNA Game Developer. We use the finest and the lastest version of programs. We value you.</div>
</div>


<div class="style1">
<blockquote>
<blockquote>
<blockquote>
<p>~ posted by <a href="http://silentstormstudios.freehostia.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=2&amp;sid=f067a7037fd44c081974b4da9a06b7d5">¤ SqUiD ¤</a> on 8/4/08</p>
</blockquote>
</blockquote>

</blockquote>
</div>

</div>
<div id="repeatingcontent"></div>
<div id="bottom1stcontent"></div>
<div id="article2"></div>
<div id="affliateadsearch"></div>
<div id="copyright"></div>
</div>

</div>
</div>








</body>
</html>