Page 1 of 1
Left menu changes position of the text
Posted: Mon Oct 17, 2005 7:41 am
by kode_fi
HI
I just started using CMSMS and I noticed content text below menu on the left side shifts few pixels to left.
You can see on the image that lines 7 and 8 are shifted a bit left.
I have only tested site using IE6 (Win2k).
Not a big problem, just a bit annoying...
Thanks,
Kode
Re: Left menu changes position of the text
Posted: Mon Nov 28, 2005 1:59 pm
by kode_fi
Same thing occures even without any menu module in use. Just div class Leftsidebar containing text changes contents position.
Suggestions??
Teemu
Re: Left menu changes position of the text
Posted: Mon Nov 28, 2005 7:11 pm
by westis
Oh, the CSS master is WiseQ, I'm still a disciple
kode_fi, what's the url of your site? I think it may be related to this:
http://www.positioniseverything.net/exp ... xtest.html

Re: Left menu changes position of the text
Posted: Tue Nov 29, 2005 7:14 am
by kode_fi
Westis, you got it right!! Thank you!!
I added this to default template's stylesheet
Code: Select all
* html div.leftsidebar {
margin-right: 10px;
}
* html div.thebody {
height: 1%;
margin-left: 0;
}
...and content's text is now perfectly aligned both IE and Mozilla. Thank you Patricia for helping me to solve this (...and surprising me with your finnish skills)
Teemu