CSS Ignored

M

MC

I have a page that has a submit link in it for a popup. The page does the
popup fine but the parent window redraws all of the input fields at
half-height. No matter what I do, the input fields are scrunched after the
popup window opens.

The popup code looks like:
var mywin =
window.open("proposal.jsp","Proposal","HEIGHT=600,WIDTH=800,toolbar=yes,statusbar=no,menubar=no,scrollbars=yes,resizable=yes");
mywin.focus();

and the input:
<input type='text' name='fname' style="width:80px;height:14px;" ...

Any ideas?

WindowsXP Pro, IE 7.0

MC
 
M

MC

I posted this here because I set the style with

document.quickquote.fname.style.height="14px";

at the bottom of the page and it does not change the scrunched
fields...completely ignores the javascript.

MC
 

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,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top