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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GaijinPunch
  • Content: Threads
  • Order by date
  1. GaijinPunch

    Z-index issue

    I've got a popout menu that I've gotten quite close to where I want it. http://www.gamengai.com/main_beta_inv.php The main problem is that if I offset it too much, the navigation gets tricky. I can set it to where the popup looks like an extention of the original menu, but often the hover...
  2. GaijinPunch

    CSS tags stepping on each other

    I've got one last (hopefully) issue with my site tweak. This one is a head scratcher though. After editing up a pre-written horizontal popout, I've noticed that some of the CSS included (and quite necessary) for the popout interferes w/ my "a:link, a:hover, and a:visited" tags. The link...
  3. GaijinPunch

    Popout issue

    I've done some edit's to the Tanfa Horizontal Popout Menu (http://www.seoconsultants.com/css/menus/horizontal/), but have a few discrepencies between Firefox and IE6. In my first example (http://www.gamengai.com/width.html) everything is fine in both Firefox, IE6, and IE7. The only problem is...
  4. GaijinPunch

    Firefox<->IE CSS issue (No margin: auto love in IE)

    I've got a table within a <td>, that is lined up perfectly fine in Firefox, and not in IE. The syntax I'm using is roughly: <table> <tr><td> <table style="margin: auto;"> <tr><td>Cell 1</td><td>Cell 2</td></tr> </table> </tr></td> </table> here's a link: http://www.gamengai.com/test.php...
  5. GaijinPunch

    Strange Firefox problem

    This seems to only be apparent in Firefox 1.5.01. I'm running 1.0 on my Linux machine, and don't have this problem. I don't have the problem w/ IE either. My site is almost done, but there are certain pages that display improperly unless you refresh. If you go to the link below, there's an...
  6. GaijinPunch

    Table mayhem (in strict)

    This is driving me nuts. Not really sure what the problem is, so: examples: http://www.gamengai.com/top.php -- this is my header, which is fine and dandy by itself. It's not declared as anything (as it's always included). Looks good, no? http://www.gamengai.com/test.php -- this is what it...
  7. GaijinPunch

    Cartoon shading?

    Looking for a way in Illustrator (or Photoshop) to get that cartoon shading effect, like in this illustration: http://www.georgecoghill.com/illo/html/_portfolio/illustration/frank.htm Obviously loooking for something other than manual. I'm not so used to actually drawing/painting in either, so...
  8. GaijinPunch

    Line height problem (Firefox only apparently)

    This project is really making me rethink the (lack of) value for CSS as an entity on it's own. Seems to get something identical in both browsers takes an act of God. Anyways, I have a line spacing issue, and I've wasted enough cells on it for one night. Maybe some braniac here can point out...
  9. GaijinPunch

    Height 100% not working (even after trying a bunch of &quot;solutions&quot;)

    I've been messing w/ this for a while now, and haven't gotten two results (both of which suck). The first, is after declaring "looose" doctype: http://japan.classicgaming.gamespy.com/new/loose.php The 2nd, is w/o declaring any dotcype: http://japan.classicgaming.gamespy.com/new/noloose.php...
  10. GaijinPunch

    RC scripts in Redhat

    I've not used Redhat in a long time, but am having a problem with one of the older boxes. I've put an rc script in /etc/rc3.d, but it doesn't seem to be starting. If I run it manually, it starts fine. I of course, don't want to do this every day. I see no useful output in the ssytem log either.
  11. GaijinPunch

    SSH problem

    I posted this at linuxquestions.org but got no love. THought maybe someone here could help. Thanks! Hey Kids: I'm trying to SSH from MachineA to MachineB, as a common user. As user "gp", it works fine: $ ssh abc@MachineB uptime 9:13am up 302 days, 4:32, 8 users, load average: 0.00, 0.00...
  12. GaijinPunch

    PCI graphics card on a PCI-E board

    I'm 99.9% sure of this answer, but I've been out of the hardware game for some time now. Will I do anything other than waste my PCI-E slot by using a PCI graphics card? Making a MAME machine, and the only 15khz cards are PCI. Thanks
  13. GaijinPunch

    QUERY help (might get long)

    I don't think a JOIN is the answer here. I'm moderate at best at MySQL. Anyways, I've got two tables. An info table and a description table. The two tables share an ID column. The info table has no null values. The description table will have at least one description to correspond to an...
  14. GaijinPunch

    Sorting things in a weird order... (a very ghetto query)

    First: Yes, I know about "ORDER BY" Okay, putting that aside, here's my problem. I've got rows that I need to sort by their Japanese title. I've actually made an entire "reading" column, with everything in katakana. Even so, the version of MySQL my provider has doesn't know how to sort...
  15. GaijinPunch

    ls then pipe what it finds to cat?

    Haven't played with bash in a while. I'm actually writing a Perl script and using a bash command to get my input. Instead of using some goofy subroutine to find out what the newest file is, I'm trying to do a directory listing, grep out the files I want to see (in reverse order) tail by 1 so I...
  16. GaijinPunch

    Linux: location of mysql.sock

    Greetings: (Title may be deceptive -- please read to the end) I'm having some issues installing MySQL 4.0 on my Linux machine at work. At home, it was no problem (Redhat 9). But here (Redhat 8) is a different story. I'm installing from the tarball, and followed the instructions to a T. I...
  17. GaijinPunch

    Compiling problem w/ Accelerated source

    in Chapter 4 (a pretty exhaustive chapter due to length, IMHO) I had a half-decent understanding of what was going on. I wrote my headers/source based on the examples in the book. Of course, I could have made a typo, but figured it would be better than just copying the source. When I tried to...
  18. GaijinPunch

    Quick question about typedef XXXXX:size_type, vectors, etc.

    Special thanks to dlkfjdlkfjdlfkd on recommending the Accelerated C++ book. I'm working on it at work in my free time -- have made it Chapter 3 in a few days, so I guess that's good progress. Couple of questions though: In one of the examples in the book, the authors want to check if a vector...
  19. GaijinPunch

    Before I confuse myself... (pointer things...)

    I've still not gotten my Accelerated C++ book, but I've had some free time at work, so I figured web tutorials wouldn't hurt. I've gotten up to a tutorial on pointers. Since my only programming experience is shell scripting, pointers is a bit foreign to me.... never done (or needed to) do it...
  20. GaijinPunch

    Super newbie question...

    Yeah, I know, this is really lame, but you have to start somewhere. I really only know bash/ksh and perl for the most part, but I'm the only one in my company that doesn't know C++, so I figured I'd better start. I've been digging around on the net and have found some good information, but I...

Part and Inventory Search

Back
Top