Darren Jordan wrote: > How can I get the background colour to be the same height on all the links. > Say the "About Us" link only takes up one line of background colour, but the > "Community Based Youth Initiatives" link takes two > lines of colour. I tried the <br /> but it looks stupid.
Is this what you're after? <http://www.stoneladder.ca/sandbox/css/h-nav01.html> I gave each list item a width of 20% to keep them all on one line and forced a break in about us and also for Community development. It gives you a uniform height - at least until any font resizing sends the long links to a third line. If you post a link to what your working on it will make things much easier for folks to look at. -- Brian ______________________________________________________________________ css-discuss [[email protected]] 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/
