Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

radio buttons won't work in Netscape

Status
Not open for further replies.

celebrityduo

Programmer
Feb 18, 2001
1
AU
Hi,
My page has a div (divC) whose conten gets scrolled by some arrows in divD.

The code works fine. However, I have now tried putting a form in as the content in DivC. It works fine in IE, but in Netscape, the radio buttons, check boxes and submit etc buttons won't work, plus the form boxes lose their shape etc when I scroll.

I tried removing different parts of the code to isolate the problem, and when the following was removed, the radio buttons worked. But of course - the browser returned a .css error.

?<style type=&quot;text/css&quot;>
#divD{position:absolute;left:0;top:0;height:100%}
#divC{position:relative;width:100%;height:100%;overflow:hidden;top:0;left:0;clip:rect(0,100%,100%,0)}
#divT{position:relative; top:0; left:0}
</style>

How can I make the buttons work while retaining the above code?

 
I cant find anything wrong in the css, but maybe you have misspelled or forgotten some html in your form.
In netscape input and check stuff needs to be in a form tag.

If you supply us some more code, maybe we can find the problem.

ps. Maybe the percentage stuff isn't working
MiQ
mick@vandermostvanspijk.nl
currently installed: html, JavaScript, dhtml, css, php, mysql, postgresql, xml, linux, apache
about to install: java, c++
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top