Re: jQuery question

2013-11-21 Thread morgan lindley
You can do 2 things for this. Your selector $('#dropdown_nav li') is grabbing all of the li elements under the dropdown_nav element, not just the 2 direct children. You can change it to $('#dropdown_nav > li') to target only the direct children. Alternatively, what I would do, is modify the han

Re: jQuery blues...

2013-05-08 Thread morgan lindley
Sounds like the jQuery ui css file might be missing or an edit made that broke the .ui-menu class that sets the list style for the autocomplete ul and li elements. On Wed, May 8, 2013 at 1:52 PM, Eric Roberts < ow...@threeravensconsulting.com> wrote: > > I am trying to do an autocomplete via jQ

Re: individual mandate struck down.

2012-06-28 Thread morgan lindley
They would have saved a lot of time, energy and money if the Dems had just had the balls to call it a tax to begin with. On Thu, Jun 28, 2012 at 9:25 AM, LRS Scout wrote: > > And fiscal and civil libertarians. > > Oh well, whatever, we've been headed in this direction for a while. At > least h

Re: windows xp woes

2012-03-06 Thread morgan lindley
Sounds like you have an OEM key, but not an OEM ISO. For xp, there were differences, and a regular install disc won't validate an OEM key, and vice versa. On Tue, Mar 6, 2012 at 3:07 PM, Greg Morphis wrote: > > I've thought about Linux, something like Linux Mint but he's getting up > there in y

Re: Obamacare - Is it a tax or not?

2012-02-16 Thread morgan lindley
http://www.dot.wisconsin.gov/drivers/vehicles/ins-req.htm Required. http://www.nh.gov/insurance/consumers/documents/nh_auto_guide.pdf "New Hampshire Motor Vehicle Laws do not require you to carry Auto Insurance, but you must be able to demonstrate that you are able to provide sufficient funds to

Re: LA cops shoot a guy point-blank

2012-01-25 Thread morgan lindley
Nope, I've been around for a while. I'm fully aware the "racist" remark was not serious, thus my meeting snark with snark. On Wed, Jan 25, 2012 at 2:24 PM, Larry C. Lyons wrote: > > newbie alert! > > On Wed, Jan 25, 2012 at 1:37 PM, morgan lindley > wrote: &

Re: LA cops shoot a guy point-blank

2012-01-25 Thread morgan lindley
Towards whom? The orangutans? On Wed, Jan 25, 2012 at 12:35 PM, Medic wrote: > > > > > a bunch of chimpanzees > > > racist. > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/d

Re: Center text on side of image

2007-08-29 Thread morgan lindley
Add style="vertical-align:middle" to the img tag, though I've no idea if it's going to work inside the h3. >For the life of me I cannot figure out how to center text on the side of an >image without using a table. The code looks like this: > > > > > > > > > > > >src="SchoolImages/#Reque

Re: FCKeditor Information

2007-08-09 Thread morgan lindley
> My biggest gripe is just that it insists on everything being inside a block > element, so will wrap anything typed in inside a paragraph tag. Check the config file (fckconfig.js). On or around line 130 is FCKConfig.EnterMode = 'p' ; // p | div | br This is what gives you