Search:
Type: Posts; User: morphox85
Search :
Search took 0.01 seconds.
I found the solution. Display inline-block did not work. So I used float.
ul.work li {
float:left;
height:230px;
width:226px;
}
*Bumb
Willing to give a cup of coffee (via PayPal) for a solution. It's probably a easy fix but can not find it :(.
Something like this?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">...
Hi,
I have a position/display "?" problem in IE7. (It shows up right in FF3.6, IE8, Opera, Safari, Chrome)
It's the list in the third container that shows the problem. The width is auto so it...