Can anybody help me with figuring out broken border issue on the following page? It looks broken in IE 6 and looks ok in Firefox.
olf.com/news/news44.aspx
Ok first change all the divs with an id of "newsposts" to a class of "newsposts" then change your css so newsposts is a class. You can only have one id per page. If you want to use newsposts more than once it should be a class not an id.
Then give your newsposts class a height of 100% and that should sort the border problem out.
Bookmarks