Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Internet Explorer Float Issue? Re: Internet Explorer Float Issue?

#114136
k_mcminn
Member

Thank you for the quick response, Watson90!

Unfortunately, that doesn’t seem to work.

[Image Link](http://i192.photobucket.com/albums/z133/nintendonerds/ie9_a.png “”)

This is what I have for the CSS:
.random_articles_image {
border-radius: 3px 3px 3px 3px;
box-shadow: 1px 1px 2px 1px grey;
float: left;
height: 55px;
margin: 10px 5px 0 0;
/* margin-right: 5px; */
/* position: relative; */
/* top: 10px; */
width: 100px;
}

EDIT: I apologize for the code formatting above. I couldn’t get the proper formatting.