1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General Css Positioning???

Discussion in 'General' started by Dizzie92, Nov 17, 2007.

  1. Dizzie92

    Dizzie92 New Member

    Hey, not even 15min into my new website I hit a problem. IDK what the problem is, if its not linked right in my html, or if my css is wrong.

    Heres the html (Plz realize I just started)
    HTML:
     
    <html>
    <head>
    <title>My Test Page</title>
    <LINK REL=StyleSheet HREF="style.css" TYPE="text/css">
    </head>
    <body background="images/bg.gif">
     
    <table class="navigation">
    <tr><td>Class One Table</td></tr>
    </table>
     
     
     
     
    </body>
    </html>
    

    And heres the css (again, I just started)

    HTML:
    <style type="text/css">
    navigation.pos_abs
    {
    position:absolute;
    left:150px;
    top:150px
    }
    </style>

    Can some1 plz help me?
     
  2. Dizzie92

    Dizzie92 New Member

    actually, it was the linking of the css, could some1 help me with that?? I found alot but nothing works!