Floating DIV problem

S

Simon Wigzell

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

http://www.developer.be/index.cfm/fuseaction/faqDetail/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!
 
M

Michael Winter

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

http://www.developer.be/index.cfm/fuseaction/faqDetail/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/>
 
W

William Morris

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 said:
I have used this piece of freeware in my webpage to give me a floating
DIV:

http://www.developer.be/index.cfm/fuseaction/faqDetail/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/>
 
S

Simon Wigzell

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 said:
I have used this piece of freeware in my webpage to give me a floating
DIV:

http://www.developer.be/index.cfm/fuseaction/faqDetail/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/>
 
S

Simon Wigzell

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 said:
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 said:
I have used this piece of freeware in my webpage to give me a floating
DIV:

http://www.developer.be/index.cfm/fuseaction/faqDetail/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/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,280
Latest member
BGBBrock56

Latest Threads

Top