Click to See Complete Forum and Search --> : Scroll in Netscape


deepakdatta
10-27-2003, 01:55 AM
Hello the text scroll in http://www.naturerugs.com/design.asp works fine in internet explorer. But does not in netscape. You can do view source for the code.

Thanks a lot.

DaveSW
10-27-2003, 02:43 AM
I get a not logged in error.

deepakdatta
10-27-2003, 09:52 AM
Hi Dave try

Login: test@test.com Password: test.

Thanks

DaveSW
10-27-2003, 10:34 AM
Hmm where is the text scroll?

I don't get a scroll in IE6. I'll check the source and look for it. Is it .gif, marquee or something else?

deepakdatta
10-27-2003, 11:06 AM
Hello Dave, maybe I am not cummunicating well. If you go in IE you will see about 6 items under: "What is the desired pile material?" User can scroll up down here.

But in Netscape I just see one item.

Thanks

DaveSW
10-27-2003, 12:41 PM
Ah - I see. An option list.

I've taken your html, made a new page, and it works in both. Online, I get the same problem as you.

I'll have another look later, but I can't see anything to screw it up. Maybe there's an unclosed element before it somewhere - the coding is a little messy.

deepakdatta
10-29-2003, 08:39 AM
DaveSW any luck? I still am stuck there.

Thanks & Regards,
Deepak

spufi
10-29-2003, 09:58 AM
I tried to redo just the code for the drop down list and it worked fine for me. It looks like in IE the size for <select> tag is set to show all of the entries, as where in Netscape it's set to display one with no drop down button. I agree that you do need to clean up your code though. I saw two <meta> tags that define your charset.

DaveSW
10-31-2003, 11:36 AM
Sorry about the delay - I had to spend a few days away meeting clients.

I can't actually replicate your problem on my local machine. Oddly enough.

Maybe try

<select name="pile" class="txtbox">
<option selected>Newzealand Wool</option>
<option>Indian Wool</option>
<option>Blended India & Newzealand Wool</option>
<option>Artificial Silk</option>
<option>Other - Specify in Comments</option>
</select>


- take the extra stuff out of the select tag, and switch it to a drop down menu.

If that doesn't work, well, umm. We'll think of something.

Fang
10-31-2003, 12:39 PM
Try validating (http://validator.w3.org/), 100 errors ...

deepakdatta
10-31-2003, 09:31 PM
Tried the suggestion, but still the same>>>? Thannks

Fang
11-01-2003, 02:29 AM
Take the "height:20px" out of .txtbox

deepakdatta
11-01-2003, 03:27 AM
tied, but nothing changed.

http://www.naturerugs.com/design-1.asp

Fang
11-01-2003, 06:32 AM
It's still in text_ns.css