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 Chriss Miller 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: donishere
  • Content: Threads
  • Order by date
  1. donishere

    A div/CSS/IE issue

    I am seriously racking my brain with this one... If you look here in Internet Explorer only... http://perkinscms.eroi.com/our-story/tax-preparation-accounting-firm-about.html There is a break between the top navigation bar and that middle image that is not supposed to be there. There are some...
  2. donishere

    Mootools Javascript not working on Mac Safari ONLY

    I am using the Mootools script "Fx.Slide" for a website I am making... http://www.outsourcedthemovie.com/index.php Ideally, when you click on some of the items in the blue and pink menus, the main globe and couple standing will slide out and an iframe with content will slide in. This...
  3. donishere

    ASP Response.Expires to PHP ?

    What is the PHP equivalent to ASP's "Response.Expires = -1" in regards to caching? I want a PHP file to never be cached. Trying to force a sample AJAX file to update its response on each keypress in a form field. thanks
  4. donishere

    Response time slow from outside the network (memory?)

    We have a .NET/SQL application that has been built for us that we would like to use on our web server running Windows 2003 Small Business Server. When we did some tests inside the office, we had very good response times. When we did some tests from outside the office network, the response time...
  5. donishere

    Simple two-column table using CSS

    I'm trying to get a table of two columns using CSS. My solution works in IE but not in Firefox... http://www.osaa.org/tickets/ <div style="float: left; width: 40%; padding-right: 10px;"> blah first column </div> <div style="float: left; width: 40%; padding-left: 10px;"> blah second column...
  6. donishere

    JavaScript errors only from outside the local network?

    I have a couple of ASPX pages on my webserver that have JavaScript on them. From the same network as the server, these pages load fine. However, from outside the network (eg Home), the pages load with JavaScript errors. Is there a setting in IIS server that I missed? Thanks.
  7. donishere

    JavaScript errors only from outside the local network?

    I have a couple of ASPX pages on my webserver that have JavaScript on them. From the same network as the server, these pages load fine. However, from outside the network (eg Home), the pages load with JavaScript errors. I highly doubt it's an IIS problem because the pages load fine from inside...
  8. donishere

    Crazy IE only bug

    Check out this link... http://www.osaa.org/basketball/ Page looks fine, top to bottom. Now, right-click on the rounded rectangle banner pic that says "Basketball" at the top and choose Properties. Cancel out of the Properties box and scroll to the bottom of the page. IE is cutting off-text...
  9. donishere

    Vertical space between divs (Possible IE bug?)

    http://www.osaa.org/test/ http://www.osaa.org/test/osaa2006.css I would like to place a div element 'x' pixels below another div element. However, IE likes to fill those 'x' pixels with the background color of the first div. However, when I scroll up and down, those 'x' pixels change to the...
  10. donishere

    Floats are different across browsers? (example)

    http://www.osaa.org/test/ http://www.osaa.org/test/osaa2006.css IE is showing the "LEFTSIDE" and "RIGHTSIDE" as columns that are the entire height of the "middle" column. Firefox is showing the middle column "wrap" around the "LEFTSIDE" and "RIGHTSIDE" columns. Any ideas why? Thanks.
  11. donishere

    Selecting multiple files to print from Windows Explorer crash

    I am trying to batch print Excel spreadsheets from Windows Explorer. I select multiple files (all in the same folder) with the CTRL key, right-click one of them and choose Print. Instead of Excel opening each document and sending them to the printer, I get an error message says "Windows Explorer...
  12. donishere

    A Simple 2 Column Layout ?

    I'm trying to set up my homepage with a simple layout. A banner at the top. Beneath the banner is two columns. The left column is main content. The right column would be links and other tidbits. All of this is supposedly inside a container. However, in setting up my DIVs, the border of the main...
  13. donishere

    Outlook 2003 error 'Could not open the item 0x80040107'

    One user (of 15 total in our network) is experiencing issues using Cached Exchange Mode in Outlook 2003. Everytime the user tries to synchronize her Outlook folders (send/receive), the following error appears during the receive process: Task 'Microsoft Exchange Server' reported error...
  14. donishere

    Unable to print from PDF file

    We have a PDF file on our website. It is encrypted such that people can open and print the file only. However, some people are reporting that they cannot print the file. We made the file using Acrobat 6 and the user was opening the file with Acrobat 7. Some people are able to print the...
  15. donishere

    Outlook form: How to remove signature?

    I am trying to make an email template in Outlook. When I try to create an email message from that template, it adds my signature to the top of the message. How can I prevent that top signature from appearing? thanks a bunch. (this is similar to the question in thread68-936326 that was never...
  16. donishere

    Distribution Group not showing up in Outlook Address Book

    I created a Distribution Group on our Exchange server. It is not showing up in the Global Address Book. All of my other Distribution Groups are appearing. Just not this newest one. Any ideas?
  17. donishere

    SP2 compatible with SBS ?

    Is it OK to install the service pack on Small Business Server?
  18. donishere

    Copying primary key to another table

    TABLE 1 SNIPPET ID BADGE FIRST LAST 16 408-00-0025 JOHN GARRETT 17 408-00-0027 KEITH WELTER 18 408-00-0028 KRIS HUDECK TABLE 2 SNIPPET ID BADGE SCORE ? 408-00-0025 85 ? 408-00-0027 89 ? 408-00-0025 80 ? 408-00-0025 75 ? 408-00-0028 93 ? 408-00-0027 99 ? 408-00-0027...
  19. donishere

    Copying fields to another table

    TABLE 1 ID BADGE FIRST LAST 16 408-00-0025 JOHN GARRETT 17 408-00-0027 KEITH WELTER 18 408-00-0028 KRIS HUDECK TABLE 2 ID BADGE SCORE ? 408-00-0025 85 ? 408-00-0027 89 ? 408-00-0025 80 ? 408-00-0025 75 ? 408-00-0028 93 ? 408-00-0027 99 ? 408-00-0027 79 ...
  20. donishere

    Client-Side Image Map help - DEFAULT coordinates

    I'm trying to do a fairly simple client-side image map. The two rectangle areas are working fine but the DEFAULT area is not working. <map name="map1" id="map1"> <area shape="rect" coords="107,72,168,90" href="http://www.link1.com" target="_blank" alt="1984"> <area shape="rect"...

Part and Inventory Search

Back
Top