|
I am using wordpress and i have the following problem:
in IE, Safari etc. the site works perfect, only in Firefox the whole site is none clickable, none of the links are clickable. The whole site seems to be one big image.
I think there is a problem is this piece of CSS:
}
#left {
float: left;
width: 730px;
}
#right {
float: right;
width: 220px;
}
#content {
width: 514px;
float: right;
overflow:hidden;
}
#content-wide {
width: 950px;
}
.post {
}
.entry {
margin-bottom: 1px;
}
}
|