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!

Recent content by donishere

  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?)

    As far as the T-1 is concerned, it's fully provisioned for data service. We have a separate T-1 that is fully voice. We've been testing response times with a standard high-speed cable connection (Comcast) and a standard DSL connection (Verizon). What I need to do is find out how to reduce the...
  5. donishere

    Response time slow from outside the network (memory?)

    http://www.dnsstuff.com/tools/tracert.ch?ip=benny.osaa.org If it is the firewall, what settings can I change to speed up the firewall? We are using the firewall on a SonicWall router and also the Microsoft ISA Server firewall. Could the fact that the server only has 1GB of ram be an issue as...
  6. 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...
  7. donishere

    Simple two-column table using CSS

    Thanks kaht... I tried using 10% width for both columns and the problem was still there. I then decided to use pixel widths and the problem went away. So I guess Firefox doesn't play nice with percentages for widths.
  8. 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...
  9. 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.
  10. 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...
  11. donishere

    Crazy IE only bug

    kaht- I added the red line to my CSS file. Problem is still there! Crazy bug this is...
  12. 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...
  13. 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...
  14. donishere

    Floats are different across browsers? (example)

    Thanks, j4606! Now another problem... In IE, the last 3 characters of whatever is in the "rightside" div is being duplicated directly the "rightside" div. Confusing... Why?
  15. 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.

Part and Inventory Search

Back
Top