I have a UL where the LIs are boxes. I want the boxes to all be the same size, but sometimes the boxes are one line, and other times they’re two. how do i add an extra empty line in the LI if the content is only one line? I’m assuming this will be some sort of javascript?
Share
You should just give them all a certain ‘height’ or ‘min-height’ attribute instead of trying to fix a height that is automatically rendered to them.
Try posting some of your html so we can help you more though…