![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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) |
#4
| |||
| |||
|
|
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) |
#5
| |||
| |||
|
|
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 news pr6tc3yem5vklcq (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) |
![]() |
| Thread Tools | |
| Display Modes | |
| |