1 kskhater Jan 10, 2006 17:26
3 kskhater Jan 10, 2006 19:00
Thanks for the tip, it works with IE now.
What about the CSS problem, Any ideas?
:lol:
4 yabba Jan 10, 2006 19:54
no problem ;)
Assuming you mean "the posts blow the layout" (in IE) try adding overflow:hidden (or auto) to these two classes :-
#bPosts {
float : left;
margin : 0;
border : none;
padding : 0 0 20px 45px;
width : 450px;
font-size : 1.50em;
}
#bPostsWide {
margin : 5px 0 0 120px;
border : none;
padding : 10px 0 20px 0;
width : 510px;
font-size : 1.2em;
line-height : 1.6em;
}
¥
5 kskhater Jan 10, 2006 20:06
Yes, that's done it.
Thanks a million. :D
There should be a semi-colon after the • ;)
¥