Re: [css-d] nested lists in IE7

2009-08-03 Thread Alan Gresley
Dermot Ward wrote: > Hi Bobby, > > Thank you very much for your help. > > Please excuse my typo where I inadvertantly put 'class' instead of 'one'. > > Your solution below solves the main problem, it stops the bold style > being applied to the nested list in IE7. > > > > One > >

Re: [css-d] nested lists in IE7

2009-08-03 Thread Christian Heilmann
Dermot Ward wrote: > Hi Bobby, > > Thank you very much for your help. > > Please excuse my typo where I inadvertantly put 'class' instead of 'one'. > > Your solution below solves the main problem, it stops the bold style > being applied to the nested list in IE7. > > > > One > >

Re: [css-d] nested lists in ie7

2009-08-03 Thread Bobby Jack
--- On Mon, 8/3/09, Dermot Ward wrote: Hi Dermot, > .class { >     font-weight: bold; > } Do you REALLY mean this? That selector will only match HTML elements with a class of 'class' - e.g. - is that really what you intended? > >     One >         >             One A >             One B >

Re: [css-d] Nested lists in columns

2009-01-06 Thread Bill Brown
Hey Dan, Here's the issue on your site: (http://www.calvarygreenmeadow.com/schedule.htm) In order to "capture" the floated elements, we have to alter the way the browsers handle them. Under normal circumstances, floated elements are given special consideration within the document flow. This is

Re: [css-d] Nested lists in columns

2009-01-04 Thread Telecosm
parent ul. Dan -Original Message- From: Bill Brown [mailto:macnim...@gmail.com] Sent: Friday, January 02, 2009 1:47 PM To: telec...@verizon.net Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Nested lists in columns Telecosm wrote: > I fear this may not be possible, but I

Re: [css-d] Nested lists in columns

2009-01-02 Thread Bill Brown
Telecosm wrote: > I fear this may not be possible, but I'd like to have a nested UL display > such that the child elements are displayed alongside their parents. > Here is a link to a working-copy of the code: > http://www.calvarygreenmeadow.com/schedule_new_5.htm > Thanks in advance for your help!

Re: [css-d] Nested Lists, Rollovers

2008-09-09 Thread Jack Timmons
On Tue, Sep 9, 2008 at 5:42 PM, Christopher Kip <[EMAIL PROTECTED]>wrote: > Trying to figure out a way around this problem. I have a list where > I want the main part to be a link and another list inside. Works > fine in Safari and IE but not in Firefox, presumably due to the a > tag. Here is U

Re: [css-d] nested lists and absolute positioning and Internet Explorer

2007-12-19 Thread Patrick Boutin
operly (I think I know the answer to that question though...) Any help would be much appreciated. Patrick - Original Message From: Jim Davis <[EMAIL PROTECTED]> To: Patrick Boutin <[EMAIL PROTECTED]> Cc: css-d@lists.css-discuss.org Sent: Tuesday, December 18, 2007 4:5

Re: [css-d] nested lists and absolute positioning and Internet Explorer

2007-12-18 Thread Jim Davis
Thanks Philippe. Haste makes waste, as they say. My apologies to the list for not taking more care to double check my markup. Corrections made. Jim > > > Your html mark-up is invalid. And what Gecko, WebKit, Opera show is > correct, given your mark-up. > >

Re: [css-d] nested lists and absolute positioning and Internet Explorer

2007-12-18 Thread Philippe Wittenbergh
On Dec 19, 2007, at 9:54 AM, Jim Davis wrote: > Patrick, > > I created a test page at http://www.jimdavis.org/test/listtest.html > using > your css and my html for the nested lists. > > According to Eric's book, "Cascading Style Sheets 2.0" display: > none "The > element will generate no boxe

Re: [css-d] nested lists and absolute positioning and Internet Explorer

2007-12-18 Thread Jim Davis
Patrick, I created a test page at http://www.jimdavis.org/test/listtest.html using your css and my html for the nested lists. According to Eric's book, "Cascading Style Sheets 2.0" display: none "The element will generate no boxes at all and thus will neither be displayed nor impact the layout of

RE: [css-d] nested lists

2005-06-30 Thread BJ
"If you want to see the nested lists that I am working with currently go to: http://tct2005.com/wp/"; I looked. I didn't see a single list, nested or otherwise. Can you maybe be more specific on what you're trying to do? _

Re: [css-d] nested lists

2005-06-29 Thread jeremy
Hey Christian... I wanted to thank you for the awesome links! I have been sitting here and playing with the Son of a Suckerfish set of Dropdowns... They are done really well! The interesting thing, is that despite saying that it is IE friendly,.. their tutorial doesnt work in IE. I am sittng her

Re: [css-d] Nested lists

2005-06-27 Thread jeremy
Yes thank you! I had already validated, and i did get that error. So here is what i did to that: I changed the IDs so that there were no duplicates, and i still cannot seem to get this to work. What happens is that it still uses one of the nested lists., and not both. does that make sense? Some

Re: [css-d] Nested lists]

2005-06-27 Thread jeremy
Hey thanks David! I can see that there shouldnt be two id's in one document, however when i change the ID's so that they are different, i still get one sublist on the actual site. It keeps using the 2nd sublist that is entered in the code. here is the site: http://tct2005.com/wp here is the

Re: [css-d] Nested lists

2005-06-24 Thread David Dorward
On 6/24/05, jeremy <[EMAIL PROTECTED]> wrote: > It works great like this, but it is not completed. I want to add a whole > sublist to "Item Two." > seems like it would be easy - just copy the sublist from "Item One" and > paste into the of "Item Two." right? > http://tct2005.com/wp/ http://vali