Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-02-2008, 04:22 PM
Twinbird24
 
Posts: n/a
Background Image

I placed a background image for my website (size: 67KB). However, every time I
click a button linking to a different page in the site the background image
reloads and this adds a bad effect when changing pages. body {
background-image: url(background4.jpg); background-repeat:no-repeat;
background-position:top; } Is there a way to make it so it doesn't reload
between pages or at least make it so the background image loads before the
actual HTML?

Reply With Quote
  #2 (permalink)  
Old 02-02-2008, 04:27 PM
Pablo
 
Posts: n/a
Re: Background Image

There is no way you can make the bg image load before the HTML. Have you got
a link to the page?

> reloads and this adds a bad effect when changing pages.


Not really, that's just how it goes, but if the bg image is already loaded
then it should appear instantly.

--
Kind Regards

Paul Dell
..................................
An Eye of Menorca
www.dellimages.com
..................................
Blog
www.paul-dell.com
"Twinbird24" <webforumsuser@macromedia.com> wrote in message
news:fo25bu$49s$1@forums.macromedia.com...
> I placed a background image for my website (size: 67KB). However, every
> time I
> click a button linking to a different page in the site the background
> image
> reloads and this adds a bad effect when changing pages. body {
> background-image: url(background4.jpg); background-repeat:no-repeat;
> background-position:top; } Is there a way to make it so it doesn't
> reload
> between pages or at least make it so the background image loads before the
> actual HTML?
>



Reply With Quote
  #3 (permalink)  
Old 02-02-2008, 04:30 PM
Murray *ACE*
 
Posts: n/a
Re: Background Image

Your problem, really, is using a 67K image as a background image. Any way
you can make it smaller?

Anyhow, once that image is fetched from the server, it will be stored in the
local cache, so it's not really being "reloaded" from the server on each
page.

By the way, you do not need the 'background-position:top' style.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Twinbird24" <webforumsuser@macromedia.com> wrote in message
news:fo25bu$49s$1@forums.macromedia.com...
> I placed a background image for my website (size: 67KB). However, every
> time I
> click a button linking to a different page in the site the background
> image
> reloads and this adds a bad effect when changing pages. body {
> background-image: url(background4.jpg); background-repeat:no-repeat;
> background-position:top; } Is there a way to make it so it doesn't
> reload
> between pages or at least make it so the background image loads before the
> actual HTML?
>


Reply With Quote
  #4 (permalink)  
Old 02-02-2008, 04:41 PM
Twinbird24
 
Posts: n/a
Re: Background Image

Thanks for all your help. I if make the image smaller than 67K then then it
looks undesirably worse. Also, I do need the positions attribute for the image
otherwise it slides into the default position which is not what i want.
'Pablo' >Not really, that's just how it goes, but if the bg image is already
loaded >then it should appear instantly. I'll take this as my answer.

Reply With Quote
  #5 (permalink)  
Old 02-02-2008, 05:10 PM
Murray *ACE*
 
Posts: n/a
Re: Background Image

Sorry - I was too quick. When used ONLY with "top", you are in effect using
'50% top'.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Twinbird24" <webforumsuser@macromedia.com> wrote in message
news:fo26fa$5be$1@forums.macromedia.com...
> Thanks for all your help. I if make the image smaller than 67K then then
> it
> looks undesirably worse. Also, I do need the positions attribute for the
> image
> otherwise it slides into the default position which is not what i want.
> 'Pablo' >Not really, that's just how it goes, but if the bg image is
> already
> loaded >then it should appear instantly. I'll take this as my answer.
>


Reply With Quote
  #6 (permalink)  
Old 02-02-2008, 05:18 PM
Walt F. Schaefer
 
Posts: n/a
Re: Background Image

> otherwise it slides into the default position
Top is the default position. Something else is wrong. Please publish the
page and post a link so we can see what's happening and review the code.
Otherwise everything is a guess.
--

Walt


"Twinbird24" <webforumsuser@macromedia.com> wrote in message
news:fo26fa$5be$1@forums.macromedia.com...
> Thanks for all your help. I if make the image smaller than 67K then then
> it
> looks undesirably worse. Also, I do need the positions attribute for the
> image
> otherwise it slides into the default position which is not what i want.
> 'Pablo' >Not really, that's just how it goes, but if the bg image is
> already
> loaded >then it should appear instantly. I'll take this as my answer.
>



Reply With Quote
  #7 (permalink)  
Old 02-02-2008, 06:33 PM
Pablo
 
Posts: n/a
Re: Background Image

Yes we need to see the page.Even a 1000kb bg image should render immediately
once cached.

--
Kind Regards

Paul Dell
..................................
An Eye of Menorca
www.dellimages.com
..................................
Blog
www.paul-dell.com
"Walt F. Schaefer" <walt@waltswebworx.com> wrote in message
news:fo28kr$7kc$1@forums.macromedia.com...
>> otherwise it slides into the default position

> Top is the default position. Something else is wrong. Please publish the
> page and post a link so we can see what's happening and review the code.
> Otherwise everything is a guess.
> --
>
> Walt
>
>
> "Twinbird24" <webforumsuser@macromedia.com> wrote in message
> news:fo26fa$5be$1@forums.macromedia.com...
>> Thanks for all your help. I if make the image smaller than 67K then then
>> it
>> looks undesirably worse. Also, I do need the positions attribute for the
>> image
>> otherwise it slides into the default position which is not what i want.
>> 'Pablo' >Not really, that's just how it goes, but if the bg image is
>> already
>> loaded >then it should appear instantly. I'll take this as my answer.
>>

>
>



Reply With Quote
  #8 (permalink)  
Old 02-02-2008, 06:43 PM
Pablo
 
Posts: n/a
Re: Background Image

Go here http://www.dellimages.com/ and then click on links. That bg image is
60k.

--
Kind Regards

Paul Dell
..................................
An Eye of Menorca
www.dellimages.com
..................................
Blog
www.paul-dell.com
"Pablo" <dell@takeoutdellimages.com> wrote in message
news:fo2d1n$brk$1@forums.macromedia.com...
> Yes we need to see the page.Even a 1000kb bg image should render
> immediately once cached.
>
> --
> Kind Regards
>
> Paul Dell
> .................................
> An Eye of Menorca
> www.dellimages.com
> .................................
> Blog
> www.paul-dell.com
> "Walt F. Schaefer" <walt@waltswebworx.com> wrote in message
> news:fo28kr$7kc$1@forums.macromedia.com...
>>> otherwise it slides into the default position

>> Top is the default position. Something else is wrong. Please publish the
>> page and post a link so we can see what's happening and review the code.
>> Otherwise everything is a guess.
>> --
>>
>> Walt
>>
>>
>> "Twinbird24" <webforumsuser@macromedia.com> wrote in message
>> news:fo26fa$5be$1@forums.macromedia.com...
>>> Thanks for all your help. I if make the image smaller than 67K then then
>>> it
>>> looks undesirably worse. Also, I do need the positions attribute for the
>>> image
>>> otherwise it slides into the default position which is not what i want.
>>> 'Pablo' >Not really, that's just how it goes, but if the bg image is
>>> already
>>> loaded >then it should appear instantly. I'll take this as my answer.
>>>

>>
>>

>
>



Reply With Quote
  #9 (permalink)  
Old 02-02-2008, 07:18 PM
Twinbird24
 
Posts: n/a
Re: Background Image

[q]Originally posted by: Newsgroup User Go here
http://www.dellimages.com/ and then click on links. That bg image is 60k. --
Kind Regards Paul Dell ................................. An Eye of Menorca
www.dellimages.com ................................. Blog www.paul-dell.com
'Pablo' <dell@takeoutdellimages.com> wrote in message
news:fo2d1n$brk$1@forums.macromedia.com... > Yes we need to see the page.Even a
1000kb bg image should render > immediately once cached. > > -- > Kind
Regards > > Paul Dell > ................................. > An Eye of Menorca >
www.dellimages.com > ................................. > Blog >
www.paul-dell.com > 'Walt F. Schaefer' <walt@waltswebworx.com> wrote in message
> news:fo28kr$7kc$1@forums.macromedia.com... >>> otherwise it slides into the

default position >> Top is the default position. Something else is wrong.
Please publish the >> page and post a link so we can see what's happening and
review the code. >> Otherwise everything is a guess. >> -- >> >> Walt >> >>
>> 'Twinbird24' <webforumsuser@macromedia.com> wrote in message >>

news:fo26fa$5be$1@forums.macromedia.com... >>> Thanks for all your help. I if
make the image smaller than 67K then then >>> it >>> looks undesirably worse.
Also, I do need the positions attribute for the >>> image >>> otherwise it
slides into the default position which is not what i want. >>> 'Pablo' >Not
really, that's just how it goes, but if the bg image is >>> already >>> loaded
>then it should appear instantly. I'll take this as my answer. >>> >> >> > >

[/q] When I preview my site, a part of the BG image seems to flash white
like it was reloading. However, this BG image looks fine. Maybe it's because
I'm previewing the site locally? Ill try and have to site up sometime today,
although it will still be in its working stages.

Reply With Quote
  #10 (permalink)  
Old 02-02-2008, 07:29 PM
Pablo
 
Posts: n/a
Re: Background Image

>>>>>When I preview my site, a part of the BG image seems to flash white
like it was reloading. However, this BG image looks fine. Maybe it's because
I'm previewing the site locally? Ill try and have to site up sometime today,
although it will still be in its working stages.


Just get it online and everything should be dandy.


--
Kind Regards

Paul Dell
..................................
An Eye of Menorca
www.dellimages.com
..................................
Blog
www.paul-dell.com
"Twinbird24" <webforumsuser@macromedia.com> wrote in message
news:fo2fmq$eik$1@forums.macromedia.com...
> [q]Originally posted by: Newsgroup User Go here
> http://www.dellimages.com/ and then click on links. That bg image is
> 60k. --
> Kind Regards Paul Dell ................................. An Eye of
> Menorca
> www.dellimages.com ................................. Blog
> www.paul-dell.com
> 'Pablo' <dell@takeoutdellimages.com> wrote in message
> news:fo2d1n$brk$1@forums.macromedia.com... > Yes we need to see the
> page.Even a
> 1000kb bg image should render > immediately once cached. > > -- > Kind
> Regards > > Paul Dell > ................................. > An Eye of
> Menorca >
> www.dellimages.com > ................................. > Blog >
> www.paul-dell.com > 'Walt F. Schaefer' <walt@waltswebworx.com> wrote in
> message
> > news:fo28kr$7kc$1@forums.macromedia.com... >>> otherwise it slides into
> > the

> default position >> Top is the default position. Something else is wrong.
> Please publish the >> page and post a link so we can see what's happening
> and
> review the code. >> Otherwise everything is a guess. >> -- >> >> Walt >>
> >>
>>> 'Twinbird24' <webforumsuser@macromedia.com> wrote in message >>

> news:fo26fa$5be$1@forums.macromedia.com... >>> Thanks for all your help. I
> if
> make the image smaller than 67K then then >>> it >>> looks undesirably
> worse.
> Also, I do need the positions attribute for the >>> image >>> otherwise
> it
> slides into the default position which is not what i want. >>> 'Pablo'
> >Not

> really, that's just how it goes, but if the bg image is >>> already >>>
> loaded
>>then it should appear instantly. I'll take this as my answer. >>> >> >> >
>> >

> [/q] When I preview my site, a part of the BG image seems to flash white
> like it was reloading. However, this BG image looks fine. Maybe it's
> because
> I'm previewing the site locally? Ill try and have to site up sometime
> today,
> although it will still be in its working stages.
>



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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



All times are GMT. The time now is 12:07 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Duwayne Burnside | Adverse Credit Remortgage | Advertising | Cornhole Forum | Agencia de viagens



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114