help with positioning in FireFox?!?!?!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pyropyro78
    New Member
    • Jul 2006
    • 11

    help with positioning in FireFox?!?!?!

    ok heres the problem when fightersguildss .tripod.com is viewed in firefox all the stuff is placed on left but i typed in

    <br><table style="Position :absolute; top:300; left:295;"><ila yer name="scroll1"> <br><div id="scroll3"
    style="width:20 0; height:130;over flow:auto">
    <center><br><fo nt color=red><b>AS ONE WE FALL<p>TOGETHER WE RULE</b>
    </table></font><br></table>

    ^
    just an eg from my site.

    anyways it for whatever reason doesnt work properly. it works in IE and in NetScape. please help me out.

    thank you
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    If you want good cross browser support then you should
    1. Use a DOCTYPE, the is a list of valid DOCTYPEs available at http://www.w3.org/QA/2002/04/valid-dtd-list.html I suggest using an HTML 4.01 or CHTML 1.0 one.
    2. Validate your HTML to ensure it conforms to the standard specified in your DOCTYPE. You can validate your HTML at http://www.w3.org/QA/2002/04/valid-dtd-list.html
    3. Validate you CSS to make sure it conforms to the W3C standard. You can validate your CSS at http://jigsaw.w3.org/css-validator/


    Finally get rid of that silly right click disable thing. It doesn't work in Firefox and in any browser anyone who wants you code has a copy of it in there cache to read for free or can simply do a File->Save to store a copy else where on there computer.

    It wont prevent piracy but it will irritate any sensible person trying to help you.

    Comment

    Working...