Okay, I’m delving into the wonderful world of CSS, especailly for layout.
I’m working on a company phone list. Using all CSS for formatting. Here’s the page:
http://www.hillphoenix.com/temp/richmond_test.html
Every line and every “column” have been created with div tags. No problem there, I’ve got that generally working. My issue is the height of each line as it appears in Internet Explorer (both 6 and 7). The heigh is way way high! Viewed with Safari, Firefox, and Opera, the heights are fine.
I did some research, and it seems that the “height” attribute is not recognized by Exploder. (I was using that previously, and none of my content was appearing in IE7! So I removed it.)
So, how can I adjust the div height for IE?