Re: [css-d] Problem with dropdowns

2010-12-11 Thread Chetan Crasta
Made a number of changes to the CSS. You can see the fixed page here: http://roughtech.com/t/dropdown.html The changes I made to the CSS can be seen here: http://roughtech.com/t/dropdown_files/dropdown.css I have commented the changes as my change. ~Chetan On Sat, Dec 11, 2010 at 12:09 PM,

Re: [css-d] Problem with dropdowns

2010-12-11 Thread Chetan Crasta
Found some more things that needed fixing. Fixed them now. ~Chetan On Sat, Dec 11, 2010 at 4:22 PM, Chetan Crasta chetancra...@gmail.com wrote: Made a number of changes to the CSS. You can see the fixed page here: http://roughtech.com/t/dropdown.html The changes I made to the CSS can be seen

Re: [css-d] Problem with dropdowns

2010-12-11 Thread Brian Jones
On Sat, Dec 11, 2010 at 5:52 AM, Chetan Crasta chetancra...@gmail.com wrote: Made a number of changes to the CSS. You can see the fixed page here: http://roughtech.com/t/dropdown.html The changes I made to the CSS can be seen here: http://roughtech.com/t/dropdown_files/dropdown.css I have

Re: [css-d] Problem with dropdowns

2010-12-11 Thread Chetan Crasta
The (eg ulli ) is the symbol for child selector. It only selects child elements, not grand-child, great grand-child etc. Whereas the simple space eg( ul li ), called the descendant selector, selects all descendant elements -- grand-child, great grand-child etc. ~Chetan On Sat, Dec 11, 2010 at

[css-d] Problem with dropdowns

2010-12-10 Thread Brian Jones
Hi, I'm working on this dropdown nav (http://www.bleusolutions.com/testing/dropdown.html) and I can't seem to get the text in sub menus to fit correctly. I also want to get the flyout menu to line up directly next to the dropdown menu. Any help would be greatly appreciated Thanks -- -bdot There