Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by theblackgold

  1. theblackgold

    Centered float lefts work in Opera but not IE

    Yea, I'm not too experienced with older browsers and their quirks so I just do what I can when I can to get it to work as best as possible. Other parts of the website design use negative numbers and it seems to work for now, and I kinda solved my problem here without using negative numbers...
  2. theblackgold

    Centered float lefts work in Opera but not IE

    I have several centered, equal-sized float left div's with text inside of them, with a fixed width sidebar on the right. My intent is that, if the screen is wide enough, they will all sit side-by-side and centered on the space not taken by the sidebar. When the screen is too narrow, they start...
  3. theblackgold

    Adding extra AND to query causes error, works otherwise

    I found out that INNER is a reserved word and cannot be used as a column name. I renamed this to something else and now it works fine.
  4. theblackgold

    Adding extra AND to query causes error, works otherwise

    My error is this: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'inner='y' AND start<=CURDATE()' at line 1" The intent of this section of the code is to fill $lft and $rgt with somewhat randomized content...

Part and Inventory Search

Back
Top