HighDots Forums  

Floating DIV problem

Javascript JavaScript language (comp.lang.javascript)


Discuss Floating DIV problem in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Simon Wigzell
 
Posts: n/a

Default Floating DIV problem - 04-20-2004 , 10:49 AM






I have used this piece of freeware in my webpage to give me a floating DIV:

http://www.developer.be/index.cfm/fu.../FaqId/308.htm

It works great except for one odd thing - <select> form items appear in
front of it, nothing else does. Any ideas? The page is here :

http://www.mississippiprinting.com/test.htm

If you scroll down to the form part with the select items you will see what
I mean. (I wouldn't look at the above code too long - you will turn to
stone, not my fault, my client enjoys making a huge mess with Frontpage and
I have been unable to talk him out of it) Thanks!



Reply With Quote
  #2  
Old   
Michael Winter
 
Posts: n/a

Default Re: Floating DIV problem - 04-21-2004 , 10:52 AM






On Tue, 20 Apr 2004 15:49:33 GMT, Simon Wigzell <simonwigzell (AT) shaw (DOT) ca>
wrote:

Quote:
I have used this piece of freeware in my webpage to give me a floating
DIV:

http://www.developer.be/index.cfm/fu.../FaqId/308.htm
Bin that. It's useless. There are bound to be better examples in this
group's archives[1].

Quote:
It works great except for one odd thing - <select> form items appear in
front of it, nothing else does. Any ideas? The page is here :

http://www.mississippiprinting.com/test.htm
....and for God's sake, *please* BURN that.

The design is terrible, not to mention the colour scheme. For a design
company, it certainly isn't a good advertisment.

The page is huge: almost 350KBs in total.

Has the page been viewed in any browser other than IE? I doubt it. If it
had, it would be obvious that the page includes IE-only features that not
even Opera bothered to imitate, and that your floating DIV script doesn't
work in Mozilla. I'm surprised that it was even tested properly in IE.
Look what happens when I scroll the page:

<URL:http://www.mlwinter.pwp.blueyonder.co.uk/ms-print.jpg>

And I'm running on an AthlonXP 2600+!

Finally, I believe websites are required to provide information on their
data storage policy, at least in the US.

As for your intended question, there's nothing you can do about it - it's
how the OS (or the browser, depending) renders the control.

Hoping your client sees sense,
Mike


[1] See <URL:http://groups.google.com/>

--
Michael Winter
M.Winter (AT) blueyonder (DOT) co.invalid (replace ".invalid" with ".uk" to reply)


Reply With Quote
  #3  
Old   
William Morris
 
Posts: n/a

Default Re: Floating DIV problem - 04-21-2004 , 11:17 AM



The select box phenomenon is called "shine-through", and it happens because
select controls are rendered by the OS as independent windows. There are
really only two solutions: make the select boxes invisible when the div
passes by, or write your own control that emulates a select box.

(holy God, but that's one ugly website)

- Wm

--
William Morris
Semster, Seamlyne reProductions
Visit our website, http://www.seamlyne.com, for the most comfortable
historically inspired clothing you can buy!


"Michael Winter" <M.Winter (AT) blueyonder (DOT) co.invalid> wrote

Quote:
On Tue, 20 Apr 2004 15:49:33 GMT, Simon Wigzell <simonwigzell (AT) shaw (DOT) ca
wrote:

I have used this piece of freeware in my webpage to give me a floating
DIV:

http://www.developer.be/index.cfm/fu.../FaqId/308.htm

Bin that. It's useless. There are bound to be better examples in this
group's archives[1].

It works great except for one odd thing - <select> form items appear in
front of it, nothing else does. Any ideas? The page is here :

http://www.mississippiprinting.com/test.htm

...and for God's sake, *please* BURN that.

The design is terrible, not to mention the colour scheme. For a design
company, it certainly isn't a good advertisment.

The page is huge: almost 350KBs in total.

Has the page been viewed in any browser other than IE? I doubt it. If it
had, it would be obvious that the page includes IE-only features that not
even Opera bothered to imitate, and that your floating DIV script doesn't
work in Mozilla. I'm surprised that it was even tested properly in IE.
Look what happens when I scroll the page:

URL:http://www.mlwinter.pwp.blueyonder.co.uk/ms-print.jpg

And I'm running on an AthlonXP 2600+!

Finally, I believe websites are required to provide information on their
data storage policy, at least in the US.

As for your intended question, there's nothing you can do about it - it's
how the OS (or the browser, depending) renders the control.

Hoping your client sees sense,
Mike


[1] See <URL:http://groups.google.com/

--
Michael Winter
M.Winter (AT) blueyonder (DOT) co.invalid (replace ".invalid" with ".uk" to reply)



Reply With Quote
  #4  
Old   
Simon Wigzell
 
Posts: n/a

Default Re: Floating DIV problem - 04-21-2004 , 11:36 AM



Yes, I know! Awful isn't it? He hires me to do the database base and form
programming behind the scenes. He loves mucking about with Frontpage and is
always tinkering with things. I've begged him to let me convert it all to
CSS - 90% of it is just repeated format statements but no, it's a hobby for
him. He must be doing something right because he was recently asking my
advie on boats - I have an old wooden one, he is buying an ultra high tech
yacht for $750,000!

"Michael Winter" <M.Winter (AT) blueyonder (DOT) co.invalid> wrote

Quote:
On Tue, 20 Apr 2004 15:49:33 GMT, Simon Wigzell <simonwigzell (AT) shaw (DOT) ca
wrote:

I have used this piece of freeware in my webpage to give me a floating
DIV:

http://www.developer.be/index.cfm/fu.../FaqId/308.htm

Bin that. It's useless. There are bound to be better examples in this
group's archives[1].

It works great except for one odd thing - <select> form items appear in
front of it, nothing else does. Any ideas? The page is here :

http://www.mississippiprinting.com/test.htm

...and for God's sake, *please* BURN that.

The design is terrible, not to mention the colour scheme. For a design
company, it certainly isn't a good advertisment.

The page is huge: almost 350KBs in total.

Has the page been viewed in any browser other than IE? I doubt it. If it
had, it would be obvious that the page includes IE-only features that not
even Opera bothered to imitate, and that your floating DIV script doesn't
work in Mozilla. I'm surprised that it was even tested properly in IE.
Look what happens when I scroll the page:

URL:http://www.mlwinter.pwp.blueyonder.co.uk/ms-print.jpg

And I'm running on an AthlonXP 2600+!

Finally, I believe websites are required to provide information on their
data storage policy, at least in the US.

As for your intended question, there's nothing you can do about it - it's
how the OS (or the browser, depending) renders the control.

Hoping your client sees sense,
Mike


[1] See <URL:http://groups.google.com/

--
Michael Winter
M.Winter (AT) blueyonder (DOT) co.invalid (replace ".invalid" with ".uk" to reply)



Reply With Quote
  #5  
Old   
Simon Wigzell
 
Posts: n/a

Default Re: Floating DIV problem - 04-21-2004 , 11:40 AM



Thanks for the comment! Shall I nominate it for "Ugliest website of the
year"? Nothing I can do about it, see my reply to the previous reply.

In Netscape the select controls are not visible...

"William Morris" <news.remove.this.and.the.dots (AT) seamlyne (DOT) com> wrote in
message news:c666rm$8aoss$1 (AT) ID-205671 (DOT) news.uni-berlin.de...
Quote:
The select box phenomenon is called "shine-through", and it happens
because
select controls are rendered by the OS as independent windows. There are
really only two solutions: make the select boxes invisible when the div
passes by, or write your own control that emulates a select box.

(holy God, but that's one ugly website)

- Wm

--
William Morris
Semster, Seamlyne reProductions
Visit our website, http://www.seamlyne.com, for the most comfortable
historically inspired clothing you can buy!


"Michael Winter" <M.Winter (AT) blueyonder (DOT) co.invalid> wrote in message
newspr6tc3yem5vklcq (AT) news-text (DOT) blueyonder.co.uk...
On Tue, 20 Apr 2004 15:49:33 GMT, Simon Wigzell <simonwigzell (AT) shaw (DOT) ca
wrote:

I have used this piece of freeware in my webpage to give me a floating
DIV:

http://www.developer.be/index.cfm/fu.../FaqId/308.htm

Bin that. It's useless. There are bound to be better examples in this
group's archives[1].

It works great except for one odd thing - <select> form items appear
in
front of it, nothing else does. Any ideas? The page is here :

http://www.mississippiprinting.com/test.htm

...and for God's sake, *please* BURN that.

The design is terrible, not to mention the colour scheme. For a design
company, it certainly isn't a good advertisment.

The page is huge: almost 350KBs in total.

Has the page been viewed in any browser other than IE? I doubt it. If it
had, it would be obvious that the page includes IE-only features that
not
even Opera bothered to imitate, and that your floating DIV script
doesn't
work in Mozilla. I'm surprised that it was even tested properly in IE.
Look what happens when I scroll the page:

URL:http://www.mlwinter.pwp.blueyonder.co.uk/ms-print.jpg

And I'm running on an AthlonXP 2600+!

Finally, I believe websites are required to provide information on their
data storage policy, at least in the US.

As for your intended question, there's nothing you can do about it -
it's
how the OS (or the browser, depending) renders the control.

Hoping your client sees sense,
Mike


[1] See <URL:http://groups.google.com/

--
Michael Winter
M.Winter (AT) blueyonder (DOT) co.invalid (replace ".invalid" with ".uk" to reply)





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.