On Sat, 2009-02-07 at 09:43 -0500, Patrick Moloney wrote:
> Phpster wrote:
> > No, it's a generic solution, should be pretty much the same across
> > browsers. Why not download more browsers and test?
> >
>
> Thanks all, I thought this might get lost in history here.
> It's not just different br
Phpster wrote:
No, it's a generic solution, should be pretty much the same across
browsers. Why not download more browsers and test?
Thanks all, I thought this might get lost in history here.
It's not just different browsers, it's different operating systems -
Apple, Linux, more. I can't dow
No, it's a generic solution, should be pretty much the same across
browsers. Why not download more browsers and test?
I would also add a window.focus() to the body tag in the popup to
bring the window back on top when the user reclocks the link
Bastien
Sent from my iPod
On Feb 7, 2009,
On Sat, 2009-02-07 at 09:06 -0500, Patrick Moloney wrote:
> Ashley Sheridan wrote:
> > On Sat, 2008-11-22 at 12:32 -0500, Patrick Moloney wrote:
> >> Yeti wrote:
> >>> Another JavaScript method would be to load the content in a hidden div
> >>> with position: absolute.
> >> I think that's what I wa
Ashley Sheridan wrote:
On Sat, 2008-11-22 at 12:32 -0500, Patrick Moloney wrote:
Yeti wrote:
Another JavaScript method would be to load the content in a hidden div
with position: absolute.
I think that's what I was considering doing with CSS except it would be
labels only in the content. I onl
> One issue is I don't want to leave the space available on my regular web
> page and would like to try not to overwrite something there - I'd rather
> have a separate window of some sort that sort of floats over the web page.
Well, since Javascript does the Job anyways you don't have to load it
w
On Sat, 2008-11-22 at 12:32 -0500, Patrick Moloney wrote:
> Yeti wrote:
> > Another JavaScript method would be to load the content in a hidden div
> > with position: absolute.
>
> I think that's what I was considering doing with CSS except it would be
> labels only in the content. I only wanted t
Yeti wrote:
Another JavaScript method would be to load the content in a hidden div
with position: absolute.
I think that's what I was considering doing with CSS except it would be
labels only in the content. I only wanted to retrieve the data record
from mysql if the user asked for the specs.
Another JavaScript method would be to load the content in a hidden div
with position: absolute.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Patrick Moloney wrote:
>
> Would #2 be blocked by user popup blocker?
I guess it depends on the popup blocker, but I would say no since it
requires user action to open the window. I think most popup blockers
block automatic popups. This popup technique works for me with firefox
when I have it s
Would #2 be blocked by user popup blocker?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Patrick Moloney wrote:
> I have web pages that display multiple physical products. I'd like to be
> able to include a button near each one to display certain
> characteristics (eg: height, length, depth, weight etc).
> These characteristics will be in a single table record in Mysql for each
> produ
12 matches
Mail list logo