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 ...
13061
David Leader
q7design
Sep 1, 2004 11:10 pm
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...
13063
Rich S
stilfx2
Sep 1, 2004 11:10 pm
... 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.*,...
13067
David Hucklesby
davidhucklesby
Sep 4, 2004 1:20 pm
... 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 ...
13069
Jim Gay
t4number1
Sep 15, 2004 3:05 pm
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...
13070
Jim Gay
t4number1
Sep 15, 2004 3:43 pm
... 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: ...
13071
dankonig
Sep 15, 2004 8:01 pm
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...
13072
dankonig
Sep 15, 2004 8:01 pm
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...
13074
Rich S
stilfx2
Sep 16, 2004 3:27 pm
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...
13075
James Gay
t4number1
Sep 16, 2004 5:35 pm
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:...
13077
Marilyn Graves Kimple
mgkimple
Sep 16, 2004 6:38 pm
Can I assume this is only for Windows? I did not see any systems requirement info, but maybe I just missed it. mgk on 9/14/04 4:08 AM,...
13078
Nathan Woods
slope_basher
Sep 16, 2004 6:52 pm
I don't get it. Your navigation is a mystery to me. I can't get to number 2 in your instructions. Nathan Woods ... From: Andy Matthews...
13079
Dembeck, Stacie
stacie.dembeck@...
Sep 19, 2004 2:45 am
I was able to get there and see the problem. If you refresh the browswer, he problem is gone... ... From: Nathan Woods [mailto:nwoods@...] ...
13080
James J Rogers
coastalcg44139
Sep 19, 2004 2:46 am
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...
13081
Kim
kimball1316
Sep 19, 2004 2:46 am
Works great for me in IE6. Kim [ Edited for brevity ]...
13082
Martin Sammtleben
voyager@...
Sep 19, 2004 2:46 am
... Neither can I. Cheers Martin...
13083
John F. MacKinnon
moreander
Sep 19, 2004 2:47 am
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...
13085
whiteflea@...
whiteflealoebek
Sep 20, 2004 5:37 pm
hello i like to recreate http://www.sagecapital.com/edelweiss/ site with a css, non table layout. I got this strange gap above the gray menu. ...
13086
Robert Remington
rarem
Sep 20, 2004 5:56 pm
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...
13087
Oliver Boermans
twisst
Sep 20, 2004 11:03 pm
... 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...
13088
Oliver Boermans
twisst
Sep 20, 2004 11:06 pm
... Seems to be working fine here on FireFox. I don't have Explorer on my Mac so I can't compare - how should it look?...
13089
Hassan Schroeder
laughingandj...
Sep 21, 2004 1:07 am
... Your style sheet is being served as content-type "text/plain" rather than "text/css" -- fix that first :-) -- Hassan Schroeder...