The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Input part for posts is out of place, what to do?

2 posters

Go down

Solved Input part for posts is out of place, what to do?

Post by Bleachzor December 10th 2009, 11:50 pm

After changing the margin for the content of my forum (I resized it and moved it a bit),
now the input part for the message has been moved, how do I move it back into place without having to reset the part above?

Code:
* {
    margin: 0px;
    padding: 0px;
    margin-right:auto;
    margin-left:auto;
    }
html {
   font-size: 100%;
   height: 100%;
   }
* html {
   scrollbar-face-color: #;
   scrollbar-highlight-color: #;
   scrollbar-shadow-color: #;
   scrollbar-3dlight-color: #;
   scrollbar-arrow-color: #;
   scrollbar-track-color: #;
   scrollbar-darkshadow-color: #;
   }
*+ html {
   scrollbar-face-color: #;
   scrollbar-highlight-color: #;
   scrollbar-shadow-color: #;
   scrollbar-3dlight-color: #;
   scrollbar-arrow-color: #;
   scrollbar-track-color: #;
   scrollbar-darkshadow-color: #;
   }

/* Begin CSS for print media */
@media print { etc etc etc

Sorry, I forgot to add the link to the forum: http://ldhfora.darkbb.com/forum.htm

Yes its a firefox issue, since IE seems to be working perfectly fine
Input part for posts is out of place, what to do? Helpme3


Last edited by ankillien on December 11th 2009, 3:43 pm; edited 2 times in total (Reason for editing : had to add something)
Bleachzor
Bleachzor
Forumember

Posts : 211
Reputation : -10
Language : Dutch

Back to top Go down

Solved Re: Input part for posts is out of place, what to do?

Post by ankillien December 11th 2009, 8:32 am

Hello,

Can you explain what content you wanted to move and what code you used to do it.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Input part for posts is out of place, what to do?

Post by Bleachzor December 11th 2009, 1:58 pm

OK, after I changed the width of the page(red part):

/* End CSS for print media */
#min-width {
min-width: 750px;
}
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #666666;
background-color: #ffffff;
background-image: url('https://2img.net/i/fa/empty.gif');
background-attachment: scroll;
font-size: 10px;
height: auto;
width: 976px;
padding: 0px 0px;
}
* html .conteneur_minwidth_IE {

/* Hack IE min-width */
padding-left: 900px;
}
* html .conteneur_container_IE {

the forum's width got resized to 976px but, everything was aligned to the left, so i placed the following red part somewhere on top of the CSS between the lines. For the forum itself it worked. However, now the part where to input the message for a post/reply moved down and I want it back in the right place.

* {
margin: 0px;
padding: 0px;
margin-right:auto;
margin-left:auto;

}
html {

Thx, btw you are a big help XD
Bleachzor
Bleachzor
Forumember

Posts : 211
Reputation : -10
Language : Dutch

Back to top Go down

Solved Re: Input part for posts is out of place, what to do?

Post by ankillien December 11th 2009, 3:29 pm

You should not put width property for body.
Please remove the changes you have made.
Use this code instead...

Code:
#wrap {
width : 976px;
}

You should apply width to wrap instead of whole body. Also remove the margins that you have added.

Hope this helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Input part for posts is out of place, what to do?

Post by Bleachzor December 11th 2009, 3:37 pm

IT WORKS!!! *sends a pizza over*
Bleachzor
Bleachzor
Forumember

Posts : 211
Reputation : -10
Language : Dutch

Back to top Go down

Solved Re: Input part for posts is out of place, what to do?

Post by ankillien December 11th 2009, 3:42 pm

Glad I could help.
Thanks for the pizza Razz

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum