Recent Topics

1 Jul 27, 2006 19:49    

Could someone take a look at this link in Internet Explorer:

http://www.comiclist.com/index.php/lists/2006/07/25/comiclist_for_07_26_2006

And please tell me why the right column is WAY off to the right. In Firefox, the page looks fine. I haven't been able to figure this one out.

Thank you!

2 Jul 29, 2006 23:53

I think it has something to do with the comment form, but I haven't figured out how to fix it.

3 Aug 15, 2006 19:39

Have you managed to solve this yet?

¥

4 Aug 15, 2006 19:46

Yes, I removed the CSS for the comment form, and everything is now cool. Thank you for asking!

6 Nov 27, 2006 11:48

sorry, I have the same problem, but I don't know where is the CSS that I must remove :(
Can you help me, please?

7 Nov 28, 2006 04:59

It's this section of the CSS file:

/* styles for comment and profile forms */
form {
margin: 0;
padding: 0;
}
form.inline {
margin: 0px;
padding: 0px;
display: inline;
}
fieldset.input {
margin: 0;
padding: 0;
border: 0;
}
fieldset span.notes {
font-size: 80%;
color: #999;
}
input.large, textarea.large {
width: 50%;
margin-left: 0;
margin-right: 0;
}
label.radiooption {
margin-right: 1em;
} 
/* 24/75% forms - Fast Forms */
form.fform fieldset {
border: 1px solid #ddd;
margin-bottom: 1ex;
background-color: #fff;
padding: .5ex 1ex;
}
form.fform fieldset fieldset {
border: none;
margin: 1ex;
padding: 0;
}
form.fform div.label {
float: left;
width: 24%;
text-align: right;
font-weight: bold;
margin: 0;
padding-top: .5ex;
}
form.fform div.input {
margin: 0 0 0 25%;
}
form.fform fieldset.input {
margin: 0;
}
form.fform div.info {
margin: 0 0 0 25%;
padding-top: .5ex;
}
/* 18/80% forms: comments and profile */
form.bComment fieldset {	/* one form line */
border: none;
margin: 2ex 0ex;
padding: 0ex;
font-size: smaller;
font-weight: normal;
}
form.bComment fieldset label {
font-weight: bold;
font-size: larger;
}
form.bComment fieldset div.label { /* label of form line */
float: left;
width: 18%;
text-align: right;
padding-top: .5ex;
font-weight: bold;
}
form.bComment fieldset div.input { /* input zone of form line */
margin: 0 0 0 20%;
}
form.bComment fieldset.input {
margin: 0;
}
form.bComment fieldset div.info { /* info zone of form line */
margin: 0 0 0 20%;
padding-top: .5ex;
} 

/* input.bComment, select.bComment, textarea.bComment {
width: 50%;
} */ 

I just wish I knew precisely which part of this section was causing the problem. Removing it all fixes it, however.

8 Nov 28, 2006 14:26

great! thank you very much! :-*


Form is loading...