I think I get what you are saying... on the above example you have four Modules but you may have more? Do you want the base of both so stay the same and it to expand upwards?
ie .Subscriber Modules .Main Nav .Module 1 .Page 1 .Module 2 .Page 2 .Module 3 .Page 3 .Module 4 ...or... .Subscriber Modules .Module 1 .Main Nav .Module 2 .Page 1 .Module 3 .Page 2 .Module 4 .Page 3 .Module 5 Just grasping at straws here but would that be better? Ta, Martyn On Mar 8, 2009 10:04pm, Seona Bellamy <se...@pretentia.com> wrote: > 2009/3/7 mx.css...@googlemail.com> > > From your layout above the only way I could get it to position correctly > > was with the following: > > > > HTML: > > > > > > Main Nav > > > > Page 1 > > Page 2 > > Page 3 > > Subscriber Modules > > > > Module 1 > > Module 2 > > Module 3 > > Module 4 > > > > > > > > > > > > CSS: > > > > #mainnav { > > float: left; > > } > > #submod { > > position: relative; > > top: -65px; > > left: 60px; > > } > > > > -- This works with no other CSS included so you'll have to play around > with > > top and left to ensure they line up (depending on your style of list). > > > The trouble is that the content of the two lists are coming from the CMS. > If > I do it this way and another page is added under Main Navigation, then it > all falls over again because the list is a different length and so the > Subscriber Modules list will no longer be coming up far enough. > Thanks for the suggestion, though. > Cheers, > Seona. > ______________________________________________________________________ > css-discuss [cs...@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/