Jump to content

thetar

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Posts posted by thetar

  1. another thing i noticed was you were naming the ul... ul id="blah"

     

    i have ran into a lot of problems that are fixed by not doing this.... reference it by what div it is in.. example..

     

    #menu ul {

    ...

    }

     

    #menu li {

    .....

    }

     

    i have found that this works great.. also NEVER use the global call.. *{padding:0; margin:0;} .. its a nightmare.

  2. a lot of times i like to use dl, dt, and dd for css formating, then you dont have to worry about list-style, etc..

     

    also.. in the start of you style sheet it is good practice to make dl, ul, etc padding: 0px, and margin-left: 1em;.. this will help with IE/firefox problems..

  3. Any PHP programmers in Wisconsin, or willing to relocate, should message me on these forums.

     

    I am looking to build a team of programmers for development of custom websites, and software that my company develops. This is a position, not a contract.

     

    As my company will not out source, it is important for you to be able to be local, we care about our community.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.