I am still getting stucked with positioning problem in mozilla browser..here I am attaching the code ....the positions of my image buttons are fine in IE but it is going downwards in mozilla browser.. My code is ... ####################################
print "<div style=' position:absolute; right:0px;top:79px;-moz-box-sizing:border-box;box-sizing:border-box;po +sition:absolute; right:0px ;top:90px; '> <p style=' position:absolute; top:0px; right:100px;'-moz-box-sizing:border-box;box-sizing:border-box;margin:0 +;padding:0;position:ab solute;top:10px;right:10px;'> "; print "<a target='main' onClick=\"javascript:window.open('./download.cgi','','toolbar=no,scrol +lbars=yes,location =no,status=no,menubars=no,resizable=no,width=600,height=600,top=0,left +=0')\" target=\"_blank\" onMouseOut=\"MM_swapImgRestore(); window.status='';\ +" onMouseOver=\"MM_swapImage('Image101','','../images/download1.gif',1); + window.status='Download Files';\"><img src='../../download1.gif' borde +r='0'></a> </p><p style='position:absolute; top:0px; right:150px;'> <a target='main' onClick=\"javascript:window.open('./upload.cgi','','toolbar=no,scrollb +ars=yes,location=n o,status=no,menubars=no,resizable =no,width=600,height=700,top=0,left=0')\" target=\"_blank\" onMouseOut=\"MM_swapImgRestore(); window.status='';\" onMouseOver=\"MM_swapImage('Image101','','../images/upload1.gif',1); window.status='Upload Files';\"><img src='../../upload1.gif' border=' +0'></a> ";
########################## I am also sending you my style sheet code....
DIV.p1 { position:absolute; right:0px; z-index: 1001; top:79px; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0; position:absolute; top:10px; right:10px; z-index:1001; } DIV { font-family: Tahoma,Arial,serif; font-size: 8pt; } DIV.float { font-family: Tahoma,Arial,serif; font-size: 8pt; float: left; margin: 2px; } P.p3 { position:absolute; top:0px; right:150px; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0; position:absolute; top:10px; right:70px; } P.p2 { position:absolute; top:0px; right:80px -moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0; position:absolute; top:10px; right:10px; }
but its not working at all..please suggest me some solution.... Thanx

In reply to positioning problem with mozilla browser by denzil_cactus
in thread Statistics of a word document through the open office by denzil_cactus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.