Re: [WSG] How to make DHML cover flash

2007-10-17 Thread nate hanna
Michael, No problems with flash and the menu on my Mac OSX 10.4.10 with FF, and Safari 419.x (Tiger version (not the new beta)). Ditto on the font being too small on the drop-down menu (see the attachment); and with the movie taking too long to download (you may want to either break the movie up

Re: [WSG] How to make DHML cover flash

2007-10-18 Thread nate hanna
On 10/17/07, Michael Kear [EMAIL PROTECTED] wrote: The reason for using wmode was to fix the problem that existed before. All I wanted was to make sure the dhtml drop down menu came down on top of the flash movie not underneath it. Is that not the best way ? Mike, unfortunately claiming wmode

Re: [WSG] Javascript focus()...cursor at start of space-filled field in IE, but at end of space-filled in Firefox

2007-10-20 Thread nate hanna
Simon, See if this link helps you out at all... http://www.webmasterworld.com/forum91/4527.htm - Nate On 10/19/07, Chris Knowles [EMAIL PROTECTED] wrote: Simon Cockayne wrote: Hi /* It's Friday - hurrah! */ PROBLEM: Javascript focus()...puts cursor at START of space-filled

Re: [WSG] Flex and CSS (Not the framework)

2007-11-09 Thread nate hanna
James, I'm not 100% familiar with Flex; however, I am highly proficient in Actionscript and Flash. My guess is that Flex treats CSS like Flash (which the support isn't great). From what I know CSS is great for skinning Flex but not much past that; however, I could be wrong and it seems with each

Re: [WSG] SIte Maps?

2007-11-19 Thread nate hanna
Bob, I usually just make my sitemap UL and LI driven as seen here: http://www.stmarysgvl.org/sitemap/ or here: http://www.woodcreekdental.com/sitemap/ Both of those sites are database driven and I've written a PHP script to automatically produce the UL LI structure; if your site is not database

Re: [WSG] RE: [WSG} CMS and Site Design

2007-12-04 Thread nate hanna
Lyn, I'm also a big Textpattern fan and have done some custom plug-in development for it on a per client basis. I find that for the end client Textpattern is easy to understand and follow once they grasp Textile the mark-up language. If they struggle with Textile there is a plug-in for

Re: [WSG] Embed a flash file 100%

2008-05-14 Thread nate hanna
. Window mode defaults to opaque; meaning flashes stage color is shown. Some useful links: - http://blog.soulwire.co.uk/flash/actionscript-2/dynamic-positioning-part-two/ - swffit - Smart Flash Resize Script http://swffit.millermedeiros.com/ - Nate Hanna

Re: [WSG] Footer problem!

2008-05-15 Thread nate hanna
a margin style on your mainimage and mainflash divs to get your image in the right place. Best Regards, Nate Hanna On Thu, May 15, 2008 at 7:05 AM, james [EMAIL PROTECTED] wrote: Hi All, This is probably a real easy thing to do, how ever i cannot get it to stay in the same position through each

Re: [WSG] Background on body not aligning with tiled background on wrapper DIV

2008-05-15 Thread nate hanna
Regards, Nate Hanna On Thu, May 15, 2008 at 7:30 PM, Paul Collins [EMAIL PROTECTED] wrote: A good idea Matijs, but doesn't seem to work. Thanks for taking a look anyway. 2008/5/15 Matijs [EMAIL PROTECTED]: Does overflow: hidden on the containing div and making the green bar wider help

Re: [WSG] An efficient CSS architecture

2008-05-15 Thread nate hanna
-90% of the CSS I need for each site based on HTML standards we code with. Best Regards, Nate Hanna On Mon, Apr 28, 2008 at 6:07 AM, [EMAIL PROTECTED] wrote: For me, assuming you are 100% sure about your compression scheme, is to do all of your debugging against a test site (with no compression

Re: Re[2]: [WSG] accessible client side form validation

2008-05-15 Thread nate hanna
/07/04/about-client-side-form-validation-and-frameworks/ . Regards, Nate Hanna On Thu, Apr 24, 2008 at 6:52 AM, [EMAIL PROTECTED] wrote: If I may be permitted to be pedantic for a moment, I believe that JavaScript may be used to provide Assistance with Validation (So you are both correct

Re: [WSG] first-child selector not always work?

2008-05-30 Thread nate hanna
Both selectors should work in everything but IE6; see this URL: http://kimblim.dk/csstest/ and scroll down a bit. - Nate On Fri, May 30, 2008 at 8:10 AM, tee [EMAIL PROTECTED] wrote: I have this #best_seller {width 200px;background: #369} #best_seller ul {background: #000} #best_seller

Re: [WSG] Accessible Forms

2009-08-19 Thread nate hanna
Correct the ID's are required for the for attribute of the LABEL tag to work; but each ID must be unique. Best Regards, Nate Hanna On Wed, Aug 19, 2009 at 11:54 AM, James O'Neill freexe...@gmail.com wrote: I think the ID's are required for the 'for' attribute to work for labels, which