PC Review


Reply
Thread Tools Rate Thread

background frontpage 2003

 
 
lenlu11
Guest
Posts: n/a
 
      16th Mar 2010
I use a background that is dark blue at the top and then fades to light blue
at the bottom. When it is repeated I get a sharp edge as I scroll down. I
would like to have the background remain light blue no matter how far the
page is scrolled down. How do I do that?
Lennart in Sweden

 
Reply With Quote
 
 
 
 
Trevor Lawrence
Guest
Posts: n/a
 
      16th Mar 2010
All that I can think of is to make the image big enough so that it does not
repeat. In fact if it fits exactly in the window, you should get the effect
that you want.

But you have to remember that not everyone uses the same size window

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

"lenlu11" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I use a background that is dark blue at the top and then fades to light
>blue at the bottom. When it is repeated I get a sharp edge as I scroll
>down. I would like to have the background remain light blue no matter how
>far the page is scrolled down. How do I do that?
> Lennart in Sweden



 
Reply With Quote
 
 
 
 
Ronx
Guest
Posts: n/a
 
      16th Mar 2010
Use CSS to set a light blue background color for the page, and also to stop
the background image from repeating vertically.

In the head section of the page (between <head> and </head> in code view),
add the following:

<style type="text/css">
body {background: #ccccff url(images/background.jpg) repeat-x;}
</style>

where #ccccff is the light blue shade your gradient ends in - change as
required, #ccccff is almost definitely not correct.
images/background.jpg is the background image - the path may have to be
changed for pages in folders.
repeat-x causes the image to repeat horizontally, but not vertically.

--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.



"lenlu11" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> I use a background that is dark blue at the top and then fades to light
> blue at the bottom. When it is repeated I get a sharp edge as I scroll
> down. I would like to have the background remain light blue no matter how
> far the page is scrolled down. How do I do that?
> Lennart in Sweden


 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      16th Mar 2010
If your background gradient image is wide enough to not repeat horizontally (at least 1600 px wide)
Set your page background color exactly to the same color as your light blue at the bottom of the background gradient image
- then set your background gradient image to not repeat using CSS

<style type="text/css">
background-image: url('Path/imagename');
background-repeat: no-repeat;
background-position: left top;
background-color: #color;
</style>

Where Path/imagename is the and image name of your background gradient image
- and #color is the hex for your light blue color
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"lenlu11" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
I use a background that is dark blue at the top and then fades to light blue
at the bottom. When it is repeated I get a sharp edge as I scroll down. I
would like to have the background remain light blue no matter how far the
page is scrolled down. How do I do that?
Lennart in Sweden


 
Reply With Quote
 
Tina Clarke
Guest
Posts: n/a
 
      19th Mar 2010
"lenlu11" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I use a background that is dark blue at the top and then fades to light
>blue at the bottom. When it is repeated I get a sharp edge as I scroll
>down. I would like to have the background remain light blue no matter how
>far the page is scrolled down. How do I do that?
> Lennart in Sweden




I find it best to have a graphic a few px wide say about 5 or six with the
length i want .. then the last bit of colour I pick it out and make the
colour of the background the same ...

You can use this to make gradients
http://tools.dynamicdrive.com/gradient/

to get an effect like
http://www.frontpage-to-expression.com/site-templates/

which you can see here

http://www.frontpage-to-expression.c...s/gradient.jpg

hth Tina
Expression Web Easter Giveaway
http://www.frontpage-to-expression.c...-giveaway.html
Prizes: EW 3.0 x1, Migrating from FronPage to Expression Web Ebook x2, EW
Tips Ebooks x3
Special Prize: SEO Toolbar for any version. Runs: 12th March - 30th April

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CREATE A GRADATION BACKGROUND IN FRONTPAGE 2003 =?Utf-8?B?U2tpbl91azE=?= Microsoft Frontpage 1 8th Nov 2005 04:36 AM
FrontPage 2003: Cell Properties - Background Image Editing =?Utf-8?B?R3JhcGhpY0Vk?= Microsoft Frontpage 5 30th Oct 2005 08:26 PM
My FrontPage 2003 doesn't play background music =?Utf-8?B?UEc=?= Microsoft Frontpage 13 15th Oct 2005 09:27 AM
FrontPage 2003 background graphic =?Utf-8?B?RG91Z2xhcyBNaXRjaGVsbA==?= Microsoft Frontpage 2 29th Dec 2004 09:11 PM
use the same background on all pages frontpage 2003 Beverly Foyse Microsoft Frontpage 3 11th Apr 2004 03:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:48 PM.