Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hmmm... a negative top-margin is fixing my CSS layout
3stripe
✭✭
I'm converting a layout at http://www.thirdeyedesign.co.uk/beta/test/developments.html to a flexible height design so that you can crank the text size up a couple of notches and still read everything.
However, I've ended up having to put a negative top margin on the grey div with the list of locations in it. Without it, it sits halfway down the page.
Any ideas on how to do the layout properly without using a neg. margin?!
(I've not had the same problem on the other pages that only have 2 columns, but reckon the homepage is going to have the same problems as well)
0
This discussion has been closed.
Comments
that's swearing in css world isn't it? ;-)
try adding float:left; to #devlist rules - you'll need that if you want it to sit level with the map.