What is the most efficient...

Namecheap AuctionsNamecheap Auctions
Namecheap AuctionsNamecheap Auctions
NamecheapNamecheap
Watch

def1

Established Member
Impact
6
what is the most efficient way of adding text to this template

http://bumrecords.net/designs/rough.jpg

the empty space at the left hand top will be used for text. I will be adding a layer for it but for now I just want to figure out the best way. Im thinking of using flash but then I dont really want that. Someone suggested frames but I have never used frames. But what is the best thing to do.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains — AI StorefrontUnstoppable Domains — AI Storefront
I'm not exactly sure what you mean. Do you just want the text to scroll while everything else stays where it is?
 
0
•••
yes basicly, I just dont want the images to get broken or anything like that
 
0
•••
Don't bother cutting up the image, just keep it as a single background image and put the text over the top (except for the navigation), like so:

Code:
  <style type="text/css">
  #container {
     background-image:url(images/background.gif);
     background-repeat:no-repeat;
     background-color:#eccba8;
     width:760px;
     height:600px;
  }
  #content {
     width:400px;
     height:300px;
     overflow:auto;
  }
  </style>
 </head>
<body>

<div id="container">
  <div id="content">
    content and stuff
  </div>
</div>
<div id="navigation><a href="#">yep</a></div>
Work with that and see how it goes.
 
0
•••
thanks for the help, much appreciated
 
0
•••
No worries.
 
0
•••
Truehost — .com domains from $4.99, hosting includedTruehost — .com domains from $4.99, hosting included

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back