hi, i think ive fixed it.
i modified your #inside_menucard element. What i did was copy it so that there where two of them. I then renamed them to #inside_menucard_left and #inside_menucard_right
I then changed the float element inside them to left and right respectively.
here is the code sample:
#inside_menucard_left {
width: 331px;
overflow: visible;
margin: 20px;
float: left;
}
#inside_menucard_right {
width: 331px;
overflow: visible;
margin: 20px;
float: right;
}
this works on my pc in firefox.
:)
|