Re: static background
- From: "Kevin Spencer" <unclechutney@xxxxxxxxxxxx>
- Date: Wed, 4 Apr 2007 08:43:57 -0400
Well, there's no recommended size. That's up to you. As for making a
background repeat horizontally, that is done using CSS. Here's an example:
<style type="text/css">
body
{
background-image: url('../images/bodyBg.jpg');
background-repeat: repeat-x;
}
</style>
--
HTH,
Kevin Spencer
Microsoft MVP
Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"frontpagecustoms.com" <mark@xxxxxxxx> wrote in message
news:1175612247.420936.75190@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Apr 3, 8:43 am, "Kevin Spencer" <unclechut...@xxxxxxxxxxxx> wrote:
What do you mean by "static?"
--
HTH,
Kevin Spencer
Microsoft MVP
Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:http://www.miradyne.net
"frontpagecustoms.com" <m...@xxxxxxxx> wrote in message
news:1175560436.778082.10690@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
what is the code to make a background image static AND what is the
recommended size?
By static I mean the image repeats horizontally as the browser expands
and a centered table will appear to float over the background.
MySpace does this a lot.
.
- Follow-Ups:
- Re: static background
- From: frontpagecustoms.com
- Re: static background
- References:
- static background
- From: frontpagecustoms.com
- Re: static background
- From: Kevin Spencer
- Re: static background
- From: frontpagecustoms.com
- static background
- Prev by Date: Re: ASP code to automatically change month
- Next by Date: Re: Publishing Problem
- Previous by thread: Re: static background
- Next by thread: Re: static background
- Index(es):
Relevant Pages
|