I should have known it was something like that. When I remove the left & right padding, all is well. Thank you very much for the help.
As for the Firefox comments, those are due to my using sample code to get the scrolling table to work. I just left the FF stuff in there so *ideally* the tables...
Yes, sir.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
I'm already using jquery for some modals on the pages, so I might end up looking into using a jquery plugin for the scrolling tables with locked header rows, but I'd rather just get...
I'm having trouble with column widths on a scrolling table not honoring their CSS widths.
Here is the HTML:
<div class="tableContainer">
<div class="innerframe" style="max-height: 390px;">
<table cellspacing="0" cellpadding=0 class="datatable">
<thead>
<tr>
<td...
Maybe it is a temperature issue. I can't even get a reinstall of Windows or a reformat to complete before it freezes up. Any advice? My motherboard apparently doesn't offer a temperature check in the BIOS. And now I've half-way done a reinstall of Windows, then a reformat, so I obviously can't...
G0AOZ,
It did not occur while in Safe Mode, but it did occur occassionally while trying to enter Safe Mode (sometimes on the initial Compaq loading screen). I used several apps to identify any outdated drivers and updated them, but it still occurred (thinking it could just be a display driver...
Thanks for the advice guys. I've gotten credible advice that it's probably either a hard drive issue or OS. So I'm going to reinstall Windows and see if that helps.
I don't think it's an overheating problem as the fan comes on regularly. But I had suspected the same thing and looked for the...
Hello all. I have a Compaq nc6220 laptop which performed great until about a week ago after a reboot following a Windows Update. It will now run fine for 5-10 minutes (longer if it has not been used for hours).
Symptoms
After some time, the screen appears to freeze and won't respond to the...
I'm trying to loop through an array and create another array with only the rows where a phrase exists. gmmastros was kind enough to help me with the instr to do the search, and it works great when I'm doing anything but trying to create and populate another array. Here's the code.
dim...
I started out with the nested recordsets, but the performance was absolutely terrible. That's why I switched to arrays.
Any other ideas? (or how I can get the array into a fake recordset?)
I started out with the nested recordsets, but the performance was absolutely terrible. That's why I switched to arrays.
Any other ideas? (or how I can get the array into a fake recordset?)
I'm having trouble figuring out your logic. You check to see if the radius is NOT 100, and if it's not check to see if it's NOT 50, then check to see if it's NOT 30. If it's NOT 30, you then set it to 30. If it's NOT 50, you set it to 50. Same for 100.
Can you not check to see if something...
Got another one for you guys...
I have some client activity data in a MSSQL db. Unfortunately the clients are references by codes and the translations are only available in another MSSQL db on a different server (don't ask).
So my solution to this is to dump the translations into an array...
I have a little loop that will search for a string inside of array elements. It works fine when I search for a string that is the entire element. But I need to search for a string inside of the element. How can I do a wildcard search? I've tried using %, * and ?, all to no avail. Doesn't appear...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.