Is it possible to position the bottom element #fooBar 40px below the ul#bar that will have a varying number of li’s. I don’t want to have to create a class for each element of #fooBar with the appropriate margin.
basically I want to take the height of ul#bar, then add 80px to that number and make that #fooBar’s top margin. thanks
This won’t work?