Thu, 2009-07-09 07:18
Hello,
If you look at worldfashion.se/blog in Firefox you'll see how I want it to behave, but in Internet Explorer the individual
I use display: inline-block; but I've tried all combinations.
How can I make it work in IE?
Thanks!
Thu, 2009-07-09 09:42
#1
A fix
Greetings WorldFashion,
My suggested fix.
1. Add overflow to your class .main
[example]
.main{
overflow:hidden;
text-align:justify;
border-bottom:0px solid #bbb;
}
2. Add a float to your #tags list
[example]
#tags li{
float:left;
margin:7px;
padding:0px;
list-style:none;
display: inline;
}
Thu, 2009-07-09 15:29
#2
i didnt see a difference
i didnt see a difference