Make 2 links same height in columns?
- by brother
I have a setup where i have a unordered list on a page with x <li><a href="#">Link text</a></li>.
They are via CSS set to 50% width each, so that i have 2 items on each line.
My problem is that 2 links on one line, can vary in height as they have different link text.
My question is; how can i, via jQuery, set the same height for each (the a is styles with a border bottom, so it would look best if they alined) on the same line? But not all in the sections should have the same height, only on a "pr line" basis.
Hope it makes sence :)