CSS Ignored

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MC

    CSS Ignored

    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("pr oposal.jsp","Pr oposal","HEIGHT =600,WIDTH=800, toolbar=yes,sta tusbar=no,menub ar=no,scrollbar s=yes,resizable =yes");
    mywin.focus();

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

    Any ideas?

    WindowsXP Pro, IE 7.0

    MC


  • MC

    #2
    Re: CSS Ignored

    I posted this here because I set the style with

    document.quickq uote.fname.styl e.height="14px" ;

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

    MC


    Comment

    Working...