Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

7 May, 2024: fms is rebuilding. Don't expect much in that section for quite a few days, maybe longer.


devel / comp.infosystems.www.authoring.html / browse over image?

SubjectAuthor
* browse over image?Dale
`* Re: browse over image?JJ
 `- Re: browse over image?Dale

1
browse over image?

<tdk6dn$ouco$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=375&group=comp.infosystems.www.authoring.html#375

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: dale@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html
Subject: browse over image?
Date: Wed, 17 Aug 2022 21:59:20 -0400
Organization: https://www.dalekelly.org/
Lines: 19
Message-ID: <tdk6dn$ouco$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 18 Aug 2022 01:59:19 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="a719d4fc4cd62dcb3787703d4abbdb14";
logging-data="817560"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19LcS1D+PRxr4FqscquOKBbSW9bJU38qhg="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.12.0
Cancel-Lock: sha1:Fxkdn9gKeP7GsjDB6Brk7wYW6PM=
Content-Language: en-US
 by: Dale - Thu, 18 Aug 2022 01:59 UTC

Hi,

I know how to have links in locations within an image.

https://www.w3schools.com/html/html_images_imagemap.asp

https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_image_link

What I would like to do is browse over an image and have something like
a zoom of the area come up until you browse off the area.

I just want the zoom to be on top of the image. I don't want the image
to disappear.

Instead of an image zoom how about a frame of a html link coming up?

--
Mystery? -> https://www.dalekelly.org/

Re: browse over image?

<y2y79c7ivqlb.12ra3qebbzqt8.dlg@40tude.net>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=376&group=comp.infosystems.www.authoring.html#376

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: jj4public@outlook.com (JJ)
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: browse over image?
Date: Fri, 19 Aug 2022 07:20:21 +0700
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <y2y79c7ivqlb.12ra3qebbzqt8.dlg@40tude.net>
References: <tdk6dn$ouco$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader01.eternal-september.org; posting-host="8129bbbd52950a092d4ca7082c505915";
logging-data="1268076"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX193kPQsLe1wN6uNj66acpNFPDlnFQnpDv4="
User-Agent: 40tude_Dialog/2.0.15.84
Cancel-Lock: sha1:AM3hIrCgjOIEa6zuPNQeg/PwMDg=
X-Bitcoin: 1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS
X-Face: \*\`0(1j~VfYC>ebz[&O.]=,Nm\oRM{of,liRO#7Eqi4|!]!(Gs=Akgh{J)605>C9Air?pa d{sSZ09u+A7f<^paR"/NH_#<mE1S"hde\c6PZLUB[t/s5-+Iu5DSc?P0+4%,Hl
 by: JJ - Fri, 19 Aug 2022 00:20 UTC

On Wed, 17 Aug 2022 21:59:20 -0400, Dale wrote:
> Hi,
>
> I know how to have links in locations within an image.
>
> https://www.w3schools.com/html/html_images_imagemap.asp
>
> https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_image_link
>
> What I would like to do is browse over an image and have something like
> a zoom of the area come up until you browse off the area.
>
> I just want the zoom to be on top of the image. I don't want the image
> to disappear.
>
> Instead of an image zoom how about a frame of a html link coming up?

Not possible with HTML and CSS alone, because AREA tags are not rendered.
They're only used as data source. Much like PARAM tags which are used by
OBJECT and APPLET tags. Using CSS :hover on AREA elements won't be
effective, because the elements don't exist on the rendered page in the
first place.

Re: browse over image?

<tdmlev$16n3q$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=377&group=comp.infosystems.www.authoring.html#377

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: dale@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: browse over image?
Date: Thu, 18 Aug 2022 20:28:16 -0400
Organization: https://www.dalekelly.org/
Lines: 29
Message-ID: <tdmlev$16n3q$1@dont-email.me>
References: <tdk6dn$ouco$1@dont-email.me>
<y2y79c7ivqlb.12ra3qebbzqt8.dlg@40tude.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 19 Aug 2022 00:28:16 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="b781e42ea27c659ee219a3190d7af30c";
logging-data="1268858"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/dqKg7cmazi0ixEqRhICI2U/8m4SIuGas="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.12.0
Cancel-Lock: sha1:+XMhSW0oeyzXmJ0zEhppN0Oc/cU=
Content-Language: en-US
In-Reply-To: <y2y79c7ivqlb.12ra3qebbzqt8.dlg@40tude.net>
 by: Dale - Fri, 19 Aug 2022 00:28 UTC

On 8/18/2022 8:20 PM, JJ wrote:
> On Wed, 17 Aug 2022 21:59:20 -0400, Dale wrote:
>> Hi,
>>
>> I know how to have links in locations within an image.
>>
>> https://www.w3schools.com/html/html_images_imagemap.asp
>>
>> https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_image_link
>>
>> What I would like to do is browse over an image and have something like
>> a zoom of the area come up until you browse off the area.
>>
>> I just want the zoom to be on top of the image. I don't want the image
>> to disappear.
>>
>> Instead of an image zoom how about a frame of a html link coming up?
>
> Not possible with HTML and CSS alone, because AREA tags are not rendered.
> They're only used as data source. Much like PARAM tags which are used by
> OBJECT and APPLET tags. Using CSS :hover on AREA elements won't be
> effective, because the elements don't exist on the rendered page in the
> first place.

Thank You any how !

--
Mystery? -> https://www.dalekelly.org/

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor