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 bkrike 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: i3iz
  • Content: Threads
  • Order by date
  1. i3iz

    IE/win Flashing....

    I am implimenting a new menu system at work it is CSS and uses HTC to get IE/win to recognize my menus. Unfortunately everytime i move to a different part of the menu, it looks as if the entire menu reloads. I will post the code if i need to, but i am curious as to what could be causing this...
  2. i3iz

    Internet Explorer looks so different...help!

    Well the code is in http://tek-tips.com/viewthread.cfm?qid=1020668&page=1 but my question is... Howcome IE/Win keeps the level1 160px when i have told it i want it to be 83.333px? is there special coding needed for IE?
  3. i3iz

    Shift CSS Menu over??? how???

    The menu i created does not center, it sits 83.333px from the left side of the screen. HOW DO I CENTER THE MENU? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...
  4. i3iz

    Help with NESTED IF statements...i think

    Why am i getting an error at the start of my nested if code? <?php function thumb($source, $quality = 80) { /* Check for the image's exisitance */ if (!file_exists($source)) { echo 'File does not exist!'; } else { $size =...
  5. i3iz

    Plz Help: Image Resize, when inputing into DBA

    I want to just put image locations into the Database. here are the fields of my table. id name img_location thumb_location orientation I know how to send those to such places, but i really dont get how to work with files really. I want to resize any file down to <250kb and also make a thumb...
  6. i3iz

    Date Modification...

    We are in California, our servers are in FL 3 hour time difference. We want to launch our e-newsletter at 12 noon on thursday our time or 9am Eastern. here is my code, my math seems to be off... SELECT * FROM tide WHERE year = YEAR(CURDATE()) and col_num = 2 and week =...

Part and Inventory Search

Back
Top