Hi Ken, I thought of something like this at first too, but this has one disadvantage: Should you - for whatever reason - be required to change your algorithm ...
In a recent discussion of browser sniffing for js support for css styles, someone mentioned in passing that it was unsafe to detect IE using document.all, as ...
13062
Jeremy Neuharth
jeremy@...
Sep 1, 2004 11:10 pm
List: First of all, thanks for all the information everyone has provided in the past, and again what I am sure you all are about to provide. Now, for the...
... In Windows you would use use the AUTORUN.INF file. More info (http://www.phdcc.com/shellrun/autorun.htm) Mac you would use AutoStart. More info...
13064
Andy Matthews
andy@...
Sep 1, 2004 11:10 pm
Updated SQL (more efficient): SELECT peo.person_name, pro.project_name FROM passcodes pas INNER JOIN projects pro ON pro.project_id = pas.fk_project_id INNER...
13065
Andy Matthews
andy@...
Sep 2, 2004 10:13 pm
It took me a while too. I was previously using the WHERE this = that AND a = b method and it was getting pretty cumbersome. But once you see how it works it...
13066
Andy Matthews
andy@...
Sep 4, 2004 1:20 pm
If one person can have more than one role, then this would be a perfect candidate for an outer join. Something like this would be the way to go: SELECT p.*,...
... Though new to web development, I have >30 years experience developing centralized mainframe applications. I am convinced that the most successful projects...
13068
jens-uwe.korff2@...
Sep 15, 2004 4:39 am
Hello babblers, I came across a little tool, called Sizer, with which you can resize any window to a precisely defined size. What is good about it is that you ...
I'm looking for a simple way to attach a toggle switch that will change the display property of another element, but I can't seem to get it working. I'm very...
... I feel dumb. I looked around a bit more and found some help.. but I'd still like to figure out why my original wasn't working... My current script: ...
Ok. Here is my problem. I have a container div that holds three seperate div called "main-1", "main-2", and "main-3". The "main-1" div spans the entire width...
I'm not sure if that helps any but I did a screen grab of the site and looked at it in Fireworks and it turns out that the "main-1" div was actually a pixel...
13073
Martin Sammtleben
voyager@...
Sep 15, 2004 8:01 pm
... Here is my working script, code-lifted from Christopher39;s wonderful book and slightly modified: // toggle visibility of selected ID function...
Jim, Could you show me an example of this script in action? ... -- Rich Strucke Designer - P2i Inc. 610-332-2880 [Non-text portions of this message have been...
I'd love to, but I'm on a government project and don't have time to set it up on my personal site. This is basically how the HTML looks: <div> <div><a href="#"...
13076
Andy Matthews
andy@...
Sep 16, 2004 6:38 pm
If you guys would visit this site: http://66.179.92.53/susta/main.cfm If you see the "TRADE","FOODS" buttons, etc. I'm using a style there and it's as follows:...
Yes, the download file is a ".exe" file type. It will not run on a Mac, unless, of course, you are running Virtual PC, in which case the file would run in the...
I followed your instructions, but had no problems with tops of buttons being cut off. In other words your problem did not show up on my computer, maybe I ...
13084
James Bennett
ubernostrum@...
Sep 19, 2004 3:44 am
On Thu, 16 Sep 2004 15:05:45 -0400, James J Rogers ... From looking at the site, I doubt it'd be usable under Linux... a lot of Windows stuff can be run under...
I have a page (http://www.tucsonpathology.com/blogs/index.php) that displays fine with IE but will not display properly using Mozilla Firefox I suspect the...
... That would be the margin of the UL. Try adding: #navlist { margin-top: 0; } Good luck with your CSS journey, the road can be bumpy, but when you look back...