 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
lanora
Joined: 01 Nov 2005
Posts: 8
|
| Posted: Wed Nov 02, 2005 6:16 am How to get a full screen BG image? |
|
|
I just noticed that the bgimage will look different on others PC depending on what screen res they are using.
What can I do to have my background image alwasy be full screen.
<body>
<center><body bgcolor="#FF66CC" text="#F52887" link="#000000" background="bgimg.gif"
Link to my site |
|
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA
|
| Posted: Wed Nov 02, 2005 8:13 am |
|
|
You would have to create a different background image for each screen resolution and then use JavaScript to direct the user over to the correct page.
Background images were made to tile. But with CSS you can fix it so the background image will not tile and place this in <head> Code: <style type="text/css">
body
{
background-image: url('bgimg.gif');
background-repeat: no-repeat;
}
</style> |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|