RE: [ACFUG Discuss] Firefox CSS Challenge

2007-08-27 Thread Clarke Bishop
Thanks for the suggestion, Cheyenne. I already had the Web Developer Toolbar, but I didn't know you could directly edit the CSS! I must just need to get away from this for a while and sleep on it! I thought the syntax ".thrColFixHdr #ttSignUp" should only affect the div with id=ttSignUp that's in

RE: [ACFUG Discuss] Firefox CSS Challenge

2007-08-27 Thread Clarke Bishop
Thanks Michael. I'm starting to think that I just don't understand the box model at all. Here is my simplified HTML body tag contents: Newsletter Signup div Sidebar1 div Sidebar2 div Main Content div Footer

Re: [ACFUG Discuss] Firefox CSS Challenge

2007-08-27 Thread Cheyenne Throckmorton
I find the two tools that come in the most handy when trying to fix CSS issues for Firefox, is the "Web Developer Toolbar" and "View Source Chart" both of which are free extensions you can get. The first tool has a myriad of tools, but especially for CSS you can edit the CSS files right there in t

Re: [ACFUG Discuss] Firefox CSS Challenge

2007-08-27 Thread Michael Sheldon
Your problem is that you're mixing relative positioned divs along with divs with no position. This means that they can get out of flow, and IE7 is simply interpreting it correctly THIS time (it won't always) because MS overreacted in their box model/div 'fixes' in IE7. If you simply change

[ACFUG Discuss] Firefox CSS Challenge

2007-08-27 Thread Clarke Bishop
I have a CSS challenge that's driving me nuts! It's a little for a newsletter signup. It looks right in IE7 and Dreamweaver CS3, but it get's all scrunched up to the top of the screen in Firefox. Here's the relevant CSS for the div: .thrColFixHdr #ttSignUp { position: relative; m

Re: [ACFUG Discuss] SQL Guru Needed

2007-08-27 Thread jonese
Sorry SQL Server. jonese On 8/27/07, AppDeveloper <[EMAIL PROTECTED]> wrote: > What database? > > > > On 8/27/07, jonese <[EMAIL PROTECTED]> wrote: > > > > Anyone know a local SQL Guru? We need a couple of stored procedures or > > DTS packages created and don't have the time or intimate knowledge

Re: [ACFUG Discuss] SQL Guru Needed

2007-08-27 Thread Dean H. Saxe
Talk to Cameron, he may be looking for some consulting gigs these days. -dhs Dean H. Saxe, CISSP, CEH [EMAIL PROTECTED] "What is objectionable, what is dangerous about extremists is not that they are extreme, but that they are intolerant." -- Robert F. Kennedy, 1964 On Aug 27, 2007, at

Re: [ACFUG Discuss] SQL Guru Needed

2007-08-27 Thread AppDeveloper
What database? On 8/27/07, jonese <[EMAIL PROTECTED]> wrote: > > Anyone know a local SQL Guru? We need a couple of stored procedures or > DTS packages created and don't have the time or intimate knowledge to > do this in house. > > jonese > > > ---

[ACFUG Discuss] SQL Guru Needed

2007-08-27 Thread jonese
Anyone know a local SQL Guru? We need a couple of stored procedures or DTS packages created and don't have the time or intimate knowledge to do this in house. jonese - Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubsc

Re: [ACFUG Discuss] SQL JOIN problem

2007-08-27 Thread Viswanathan . Jayaraman
Try this. SELECT vja.jobID, j. jobName, vja.vendorID FROM job_tbl j LEFT JOIN vja_tbl vja ON j.jobID = vja.jobID WHERE vja.vendorID = '1' or vja.VendorID is null Jay x8453 <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/26/2007 03:38 PM Please respond to discussion@acfug.org To cc