eberdome
02-17-2011, 07:12 AM
Hey Everybody,
I'm now having a problem with aligning an li with an img. In FF and all other browsers (except IE of course) the text and image are aligning perfectly. In IE however the text sits right below the image, like its being pushed down. Anyone know why, i have been going at this thing for hours, no dice
Link: http://experiencemediaonline.gorillaonemedia.com/services/
Code:
div#services { width:709px; min-height:440px; overflow:hidden; position:relative; }
ul.expander { height:auto; list-style-type:none; padding:0; padding-bottom:35px; margin:0; border:0; border-bottom:1px solid #B7B7B7; width:709px; }
ul.expander li { text-align:right; font-size:12px; width:534px; }
ul.expander img { float:right; width:155px; height:85px; padding:0; margin:0; margin-left:20px; border:1px solid #B7B7B7; }
Thanks in advance!
I'm now having a problem with aligning an li with an img. In FF and all other browsers (except IE of course) the text and image are aligning perfectly. In IE however the text sits right below the image, like its being pushed down. Anyone know why, i have been going at this thing for hours, no dice
Link: http://experiencemediaonline.gorillaonemedia.com/services/
Code:
div#services { width:709px; min-height:440px; overflow:hidden; position:relative; }
ul.expander { height:auto; list-style-type:none; padding:0; padding-bottom:35px; margin:0; border:0; border-bottom:1px solid #B7B7B7; width:709px; }
ul.expander li { text-align:right; font-size:12px; width:534px; }
ul.expander img { float:right; width:155px; height:85px; padding:0; margin:0; margin-left:20px; border:1px solid #B7B7B7; }
Thanks in advance!