Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 22nd, 2007, 03:55 AM
herc
Guest
 
Posts: n/a
Default HOWTO: Make some text hover over everything else

I think what I need to do is REALLY basic from the HTML/CSS
prospective. The long and the short of it is, I have developed a
Kiosk browser that embeds either IE7, IE6 or Firefox. When the kiosk
software detects no interaction for a give amount of time, I want to
display a message and a count down to reset the kiosk back to the home
page.

I can handle all the DOM code to insert HTML into the current page,
update the seconds left, rest the page, turn off the timer if the
mouse moves, extra.

What I cannot figure out is this: I want the timer/message to be
centered at the bottom of the browser/window but I want it to be a
"window" that hovers over everything else. I see this type of thing
all the time now in HTML where you click on something and a "window"
pops up over everything else, but it is simply some type of tag/
element on the HTML page.

How is that done?

Cartoper

  #2  
Old July 22nd, 2007, 10:55 AM
Neredbojias
Guest
 
Posts: n/a
Default Re: HOWTO: Make some text hover over everything else

Well bust mah britches and call me cheeky, on Sun, 22 Jul 2007 02:46:00 GMT
herc scribed:
Quote:
I think what I need to do is REALLY basic from the HTML/CSS
prospective. The long and the short of it is, I have developed a
Kiosk browser that embeds either IE7, IE6 or Firefox. When the kiosk
software detects no interaction for a give amount of time, I want to
display a message and a count down to reset the kiosk back to the home
page.
>
I can handle all the DOM code to insert HTML into the current page,
update the seconds left, rest the page, turn off the timer if the
mouse moves, extra.
>
What I cannot figure out is this: I want the timer/message to be
centered at the bottom of the browser/window but I want it to be a
"window" that hovers over everything else. I see this type of thing
all the time now in HTML where you click on something and a "window"
pops up over everything else, but it is simply some type of tag/
element on the HTML page.
Probably with javascript (to trigger) and css. You'll have to read up a
little on css, but something like that could be done with z-index (plus
other styling.)

--
Neredbojias
Half lies are worth twice as much as whole lies.
 

Bookmarks

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles