WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

background image

 
   Home -> Office other -> Client RSS
Next:  Find And Replace text in a memo field  
Author Message
Mark

External


Since: Mar 15, 2004
Posts: 23



(Msg. 1) Posted: Mon Oct 19, 2009 12:55 pm
Post subject: background image
Archived from groups: microsoft>public>frontpage>client (more info?)

I would like to create a background image/background that does not move
when you scroll through the web page. I guess you need to use css for that
but I'm not sure how. Any help would be appreciated.

Thanks,
Back to top
Login to vote
Trevor Lawrence

External


Since: May 18, 2007
Posts: 297



(Msg. 2) Posted: Mon Oct 19, 2009 11:05 pm
Post subject: Re: background image [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes, you need CSS but not much

body { background: url(images/mypic.jpg) fixed repeat top left; }

The parameters are
repeat: causes small images to be repeated
fixed: does nor scroll
top left: places image at top left (or starting at top left when the image
repeats)

This can be put in the head section e.g
<html>
<head>
.........
<style type="text/css">
body { background: url(images/mypic.jpg) fixed repeat top left; }
</style>
....
<head>
<body>
.....

Alternatively, you can put the CSS in a separate file,.say "style.css". This
is then referred to in the <head> section as follows
<link rel="stylesheet" type="text/css" href="style.css">

--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org

"Mark" <rmwatrich DeleteThis @hotmail.com> wrote in message
news:DD977588-A4D4-432B-A755-30844FB37372@microsoft.com...
>I would like to create a background image/background that does not move
>when you scroll through the web page. I guess you need to use css for that
>but I'm not sure how. Any help would be appreciated.
>
> Thanks,
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Client All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support