Pop up window

Pop up window

am 28.05.2007 03:32:54 von -

What would be the most polite and effective pop up window with some
short explanation some termins etc.

Not for advertising, just a tekst.

Or... other alternative to pop windows.

TIA

Re: Pop up window

am 28.05.2007 04:40:35 von lws4art

- wrote:
> What would be the most polite and effective pop up window with some
> short explanation some termins etc.

None.

>
> Not for advertising, just a tekst.
>
> Or... other alternative to pop windows.
>

Can use CSS for a child SPAN that normally is set to display: none, but
with parent element :hover pseudo class has the child SPAN set to
display: block on mouseover. If parent is not a link then your will need
some JS or the HTA for <=MSIE6

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Re: Pop up window

am 28.05.2007 05:36:30 von rf

"Jonathan N. Little" wrote in message
news:e48ac$465a412d$40cba7cb$11708@NAXS.COM...
>- wrote:
>> What would be the most polite and effective pop up window with some short
>> explanation some termins etc.
>
> None.
>
>>
>> Not for advertising, just a tekst.
>>
>> Or... other alternative to pop windows.
>>
>
> Can use CSS for a child SPAN that normally is set to display: none, but
> with parent element :hover pseudo class has the child SPAN set to display:
> block on mouseover. If parent is not a link then your will need some JS or
> the HTA for <=MSIE6

Or perhaps the title attribute which even works for IE6.

--
Richard.

Re: Pop up window

am 28.05.2007 07:28:18 von Neredbojias

On Mon, 28 May 2007 01:32:54 GMT - scribed:

> What would be the most polite and effective pop up window with some
> short explanation some termins etc.

For a short blurb, a whole window isn't needed, -as others have explained.
However, if you really want a popup window (-for which javascript is
required under strict standards), label the link clearly as opening in/up a
new window.

> Not for advertising, just a tekst.
>
> Or... other alternative to pop windows.
>
> TIA

--
Neredbojias
He who laughs last sounds like an idiot.

Re: Pop up window

am 28.05.2007 16:16:33 von lws4art

rf wrote:
> "Jonathan N. Little" wrote in message
> news:e48ac$465a412d$40cba7cb$11708@NAXS.COM...
>> - wrote:
>>> What would be the most polite and effective pop up window with some short
>>> explanation some termins etc.
>> None.
>>
>>> Not for advertising, just a tekst.
>>>
>>> Or... other alternative to pop windows.
>>>
>> Can use CSS for a child SPAN that normally is set to display: none, but
>> with parent element :hover pseudo class has the child SPAN set to display:
>> block on mouseover. If parent is not a link then your will need some JS or
>> the HTA for <=MSIE6
>
> Or perhaps the title attribute which even works for IE6.
>
If the message is *short* else some UAs will truncate...

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Re: Pop up window

am 28.05.2007 22:35:39 von Bergamot

Jonathan N. Little wrote:
>
> Can use CSS for a child SPAN that normally is set to display: none, but
> with parent element :hover pseudo class has the child SPAN set to
> display: block on mouseover.

What do you suggest for us keyboard users?

--
Berg

Re: Pop up window

am 29.05.2007 00:27:20 von lws4art

Bergamot wrote:
> Jonathan N. Little wrote:
>> Can use CSS for a child SPAN that normally is set to display: none, but
>> with parent element :hover pseudo class has the child SPAN set to
>> display: block on mouseover.
>
> What do you suggest for us keyboard users?
>

A:focus SPAN ...


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com