Left menu changes position of the text

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
kode_fi
Forum Members
Forum Members
Posts: 21
Joined: Mon Oct 17, 2005 7:13 am

Left menu changes position of the text

Post 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...

Image

Thanks,

Kode
kode_fi
Forum Members
Forum Members
Posts: 21
Joined: Mon Oct 17, 2005 7:13 am

Re: Left menu changes position of the text

Post by kode_fi »

Same thing occures even without any menu module in use. Just div class Leftsidebar containing text changes contents position.

Suggestions??


Teemu
westis

Re: Left menu changes position of the text

Post 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

:-)
kode_fi
Forum Members
Forum Members
Posts: 21
Joined: Mon Oct 17, 2005 7:13 am

Re: Left menu changes position of the text

Post 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
Last edited by kode_fi on Tue Nov 29, 2005 9:14 am, edited 1 time in total.
Post Reply

Return to “CMSMS Core”