bbilal
09-07-2011, 03:06 PM
I am trying to make my code like in the image below:
http://i53.tinypic.com/295vkgl.jpg
But Mine is quite different from the above image you can check my preview by clicking the link below:
Preview here (http://ibad.info/blog/?page_id=162)
You can check my HTML code from view source
CSS
#authorlist { margin-bottom: 24px; min-height: 24px; overflow: hidden; width: 280px; }
#authorlist .members { border-bottom: 1px #BFD4E4 dashed; float: left; overflow: hidden; padding: 8px 0 5px; }
#authorlist .members img.photo { width: 25px; height: 25px; float: left; margin: 0 15px 0 0; padding: 3px; border: 1px #BFD4E4 solid; margin-right: 10px; }
#authorlist .members a { font-size: 12px; font-weight: bold; line-height: 36px; }
http://i53.tinypic.com/295vkgl.jpg
But Mine is quite different from the above image you can check my preview by clicking the link below:
Preview here (http://ibad.info/blog/?page_id=162)
You can check my HTML code from view source
CSS
#authorlist { margin-bottom: 24px; min-height: 24px; overflow: hidden; width: 280px; }
#authorlist .members { border-bottom: 1px #BFD4E4 dashed; float: left; overflow: hidden; padding: 8px 0 5px; }
#authorlist .members img.photo { width: 25px; height: 25px; float: left; margin: 0 15px 0 0; padding: 3px; border: 1px #BFD4E4 solid; margin-right: 10px; }
#authorlist .members a { font-size: 12px; font-weight: bold; line-height: 36px; }