Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > two issues more to go 1)background img 2.) animated .gif ...

Reply
Thread Tools

two issues more to go 1)background img 2.) animated .gif ...

 
 
dorayme
Guest
Posts: n/a
 
      08-05-2010
In article
<5be3d7c2-a19c-4f38-8433-
m>,
shajnday <> wrote:

> LOOP=infinite really is a buzz buzz buzz,
>



It will make the likes of me buzz off quick! <g>

--
dorayme
 
Reply With Quote
 
 
 
 
dorayme
Guest
Posts: n/a
 
      08-05-2010
In article
<5be3d7c2-a19c-4f38-8433-
m>,
shajnday <> wrote:

> http://www.idocs.com/tags/images/_IMG_LOOP.html


Last time I made an animated gif, I used

<div><img src="some.gif" alt=""></div>

but made the animation to loop once as part of it rather than
relying on browsers to use attributes that may not be valid or
even work. I recommend this to you.

Here is an example of an animation that is under user control:

<http://netweaver.com.au/floatHouse/anim/page4anim.php>

--
dorayme
 
Reply With Quote
 
 
 
 
Peter
Guest
Posts: n/a
 
      08-05-2010
In article <dorayme->,
says...
> In article
> <5be3d7c2-a19c-4f38-8433-
> m>,
> shajnday <> wrote:
>
> > http://www.idocs.com/tags/images/_IMG_LOOP.html

>
> Last time I made an animated gif, I used
>
> <div><img src="some.gif" alt=""></div>
>
> but made the animation to loop once as part of it rather than
> relying on browsers to use attributes that may not be valid or
> even work. I recommend this to you.
>
> Here is an example of an animation that is under user control:
>
> <http://netweaver.com.au/floatHouse/anim/page4anim.php>
>
>

Not sure I understand what you mean by 'under user control'. Is that
control by the person who created the gif, or control by the person who
is viewing the gif in their browser?

The only control I have, as far as I can tell, is being able to stop the
animation before it finishes.

--
Pete Ives
Remove All_stRESS before sending me an email
 
Reply With Quote
 
dorayme
Guest
Posts: n/a
 
      08-05-2010
In article < >,
Peter <> wrote:

> In article <dorayme->,
> says...
> > In article
> > <5be3d7c2-a19c-4f38-8433-
> > m>,
> > shajnday <> wrote:
> >
> > > http://www.idocs.com/tags/images/_IMG_LOOP.html

> >
> > Last time I made an animated gif, I used
> >
> > <div><img src="some.gif" alt=""></div>
> >
> > but made the animation to loop once as part of it rather than
> > relying on browsers to use attributes that may not be valid or
> > even work. I recommend this to you.
> >
> > Here is an example of an animation that is under user control:
> >
> > <http://netweaver.com.au/floatHouse/anim/page4anim.php>
> >
> >

> Not sure I understand what you mean by 'under user control'. Is that
> control by the person who created the gif, or control by the person who
> is viewing the gif in their browser?
>

Generally when I use "user" at least, it means the website
visitor. Other bods are the author of the webpage and the maker
of the gif (the latter two may be one and the same person).

[A bod is some or any*body*, generally a bit human (but ETs might
qualify. It depends. I qualify and so does Luigi (R.I.P.)]

> The only control I have, as far as I can tell, is being able to stop the
> animation before it finishes.


There are all sorts of things under your control as a user that
are distinct from anything I as a page maker and gif maker have
under my control.

In building the gif, I can make it so it runs a set number of
times *if the user allows it*. There are parameters for this in
gif building algorithms.

As a page maker I can do this *maybe* via loop attributes in the
img elements (but that is not anything I can be bothered to
research, I suspect it very last century and against the
separation of style from content).

Your control is different. You own the browser and can set
options/preferences. You can make animations not play at all, you
can let them play once and not more, you can let them play any
number of times you want (up to the limit built into them by the
creator). At least in some good browsers you can.

You can also stop them. You can see them as you please as many
times as you like by refreshing your browser if the author or gif
maker has set only once. As in the above example.

--
dorayme
 
Reply With Quote
 
shajnday
Guest
Posts: n/a
 
      08-07-2010
On 5 kol, 13:35, dorayme <dora...@optusnet.com.au> wrote:
> In article <MPG.26c4a74482e90f3c989...@news.virginmedia.com >,
>
>
>
>
>
> Â*Peter <pete.ivesAll_stR...@blueyonder.co.uk> wrote:
> > In article <dorayme-69D02C.18182905082...@news.albasani.net>,
> > dora...@optusnet.com.au says...
> > > In article
> > > <5be3d7c2-a19c-4f38-8433-7f26efd7b...@z10g2000yqb.googlegroups.co
> > > m>,
> > > Â*shajnday <catal...@dr.com> wrote:

>
> > > >http://www.idocs.com/tags/images/_IMG_LOOP.html

>
> > > Last time I made an animated gif, I used

>
> > > <div><img src="some.gif" alt=""></div>

>
> > > but made the animation to loop once as part of it rather than
> > > relying on browsers to use attributes that may not be valid or
> > > even work. I recommend this to you.

>
> > > Here is an example of an animation that is under user control:

>
> > > <http://netweaver.com.au/floatHouse/anim/page4anim.php>

>
> > Not sure I understand what you mean by 'under user control'. Is that
> > control by the person who created the gif, or control by the person who
> > is viewing the gif in their browser?

>
> Generally when I use "user" at least, it means the website
> visitor. Other bods are the author of the webpage and the maker
> of the gif (the latter two may be one and the same person).
>
> [A bod is some or any*body*, generally a bit human (but ETs might
> qualify. It depends. I qualify and so does Luigi (R.I.P.)]
>
> > The only control I have, as far as I can tell, is being able to stop the
> > animation before it finishes.

>
> There are all sorts of things under your control as a user that
> are distinct from anything I as a page maker and gif maker have
> under my control.
>
> In building the gif, I can make it so it runs a set number of
> times *if the user allows it*. There are parameters for this in
> gif building algorithms.
>
> As a page maker I can do this *maybe* via loop attributes in the
> img elements (but that is not anything I can be bothered to
> research, I suspect it very last century and against the
> separation of style from content).
>
> Your control is different. You own the browser and can set
> options/preferences. You can make animations not play at all, you
> can let them play once and not more, you can let them play any
> number of times you want (up to the limit built into them by the
> creator). At least in some good browsers you can.
>
> You can also stop them. You can see them as you please as many
> times as you like by refreshing your browser if the author or gif
> maker has set only once. As in the above example.
>
> --
> dorayme- Sakrij citirani tekst -
>
> - Prikaži citirani tekst -


HI all!
A have solved most the problems.
The display: none; for background is not working, it preloads the
background but then other content isn't seeable. The other option with
javascript for now haven't tried...with css display: none; it looks
like the background is in the front(maybe to say z-indexed for front).

But nevermind, the server was craked down as some harddisks were
failing so they swapped them and now the difference in speed is
noticeable.


On the other webpage as i have validated conent, seems i no longer
have a problem with showing imgs in IE6.0.


thanks.
c.
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Freeware to make animated GIF (can Irfanview make an animated GIF?) Annu Pai Digital Photography 4 11-23-2009 12:52 AM
putting img above/bellow img ? Jopek HTML 7 04-26-2009 10:26 PM
how to replace this like <img width=100 ...> with <img width="100" ...> zhanye815@gmail.com Perl Misc 7 06-21-2006 11:16 PM
Problem: <img></img> Philipp Lenssen XML 15 07-03-2005 09:23 AM
how to download img from html img tag news.austin.rr.com ASP .Net 2 04-27-2005 06:25 PM



Advertisments
 



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