Results 1 to 5 of 5
Hybrid View
-
2nd Oct 2011, 06:14 PM #1OPMemberWebsite's:
rootw.net<img> background
Hey guys,
I was wondering if theres some way I could get something like this to serve as a background layer:
Code://background layer <div> <img src="backgroundimg.png"/> </div> //layers above it <div>etc</div><div>more</div>
Thanks for your helpnarutoroot Reviewed by narutoroot on . <img> background Hey guys, I was wondering if theres some way I could get something like this to serve as a background layer: //background layer <div> <img src="backgroundimg.png"/> </div> Rating: 5
-
2nd Oct 2011, 06:30 PM #2Respected DeveloperWebsite's:
wrzc.orgThat's not the correct way to do it.
PHP Code:<div class="bitches">
<div class="whore">
<p>Example of Something here</p>
</div>
</div>
PHP Code:.bitches {
background:#abcdef url(images/bg.png);
etc etc.
}
.whore {
color:#12345;
padding:10px;
margin:20px;
etc etc.
}
Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
2nd Oct 2011, 06:32 PM #3MemberWebsite's:
Elite.SO Defendos.com Motionite.comYeah, just do it on the bitches and whores method
-
2nd Oct 2011, 09:01 PM #4OPMemberWebsite's:
rootw.netI know that I can do it that way, but I want to specifically use a <img tag instead of css :l
-
2nd Oct 2011, 09:30 PM #5Respected DeveloperPHP Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<style type="text/css">
.bottomDiv {
// u can use z-index: 0; and same assign below to 1
}
.topDiv {
position: absolute;
top:10px;
left:20px;
width:200px;
height:25px;
// z-index: 1;
}
</style>
</head>
<body>
<div class="bottomDiv">
<img src="http://freaktools.com/images/logo.png" alt="">
</div>
<div class="topDiv">Here comes your content</div>
</body>
</html>
Edit: Plz change your avatar its so annoying, thank youBots Development | Web Development | Wordpress Customization | PSD Conversion
Life has many twists and turns in it, you have to take what you are given and use it for the best.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Big Background
By DROIDM4STER in forum Graphics AreaReplies: 0Last Post: 29th Apr 2012, 06:03 PM -
Website Background
By sarah1709 in forum Graphics AreaReplies: 1Last Post: 31st Jul 2011, 08:28 AM -
Background image
By puharta in forum Graphics AreaReplies: 0Last Post: 3rd Mar 2011, 03:55 PM -
Log In Background
By lig}{tning in forum vBulletinReplies: 0Last Post: 3rd Jan 2011, 01:10 PM -
Help Centering Background
By Flash in forum vBulletinReplies: 6Last Post: 2nd Nov 2009, 06:57 PM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...