Scroll in Netscape

liunx

Guest
Hello the text scroll in <!-- m --><a class="postlink" href="http://www.naturerugs.com/design.asp">http://www.naturerugs.com/design.asp</a><!-- m --> works fine in internet explorer. But does not in netscape. You can do view source for the code.<br />
<br />
Thanks a lot.<!--content-->I get a not logged in error.<!--content-->Hi Dave try <br />
<br />
Login: <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --> Password: test.<br />
<br />
Thanks<!--content-->Hmm where is the text scroll?<br />
<br />
I don't get a scroll in IE6. I'll check the source and look for it. Is it .gif, marquee or something else?<!--content-->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.<br />
<br />
But in Netscape I just see one item.<br />
<br />
Thanks<!--content-->Ah - I see. An option list.<br />
<br />
I've taken your html, made a new page, and it works in both. Online, I get the same problem as you.<br />
<br />
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.<!--content-->DaveSW any luck? I still am stuck there.<br />
<br />
Thanks & Regards,<br />
Deepak<!--content-->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.<!--content-->Sorry about the delay - I had to spend a few days away meeting clients.<br />
<br />
I can't actually replicate your problem on my local machine. Oddly enough.<br />
<br />
Maybe try<br />
<br />
<select name="pile" class="txtbox"><br />
<option selected>Newzealand Wool</option><br />
<option>Indian Wool</option><br />
<option>Blended India & Newzealand Wool</option><br />
<option>Artificial Silk</option><br />
<option>Other - Specify in Comments</option><br />
</select><br />
<br />
<br />
- take the extra stuff out of the select tag, and switch it to a drop down menu.<br />
<br />
If that doesn't work, well, umm. We'll think of something.<!--content-->Try validating (<!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m -->), 100 errors ...<!--content-->Tried the suggestion, but still the same>>>? Thannks<!--content-->Take the "height:20px" out of .txtbox<!--content-->tied, but nothing changed.<br />
<br />
<!-- m --><a class="postlink" href="http://www.naturerugs.com/design-1.asp">http://www.naturerugs.com/design-1.asp</a><!-- m --><!--content-->It's still in text_ns.css<!--content-->
 
Back
Top