Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-11-25 12:37:52
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
ie 5.0-6.0 margin problem
hi css gurus,
why ie 5.0-6.0 push the left sidebar here extra 30px to right? than other browsers display it correctly
Offline
Re: ie 5.0-6.0 margin problem
IE double margin bug > put display:inline in sidebar_1 and everything will be ok!
Something to read > http://www.positioniseverything.net/explorer/doubled-margin.html
Last edited by RedFox (2007-11-25 13:20:52)
Offline
#3 2007-11-25 13:37:44
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: ie 5.0-6.0 margin problem
RedFox wrote:
IE double margin bug > put display:inline in sidebar_1 and everything will be ok!
thank’s it works. but maybe you know the second answer too ;)
i noticed that ie 5.01 and 5.5 align my container to left on a sceen not center as i set it in css:
#container {
margin: 0 auto;
padding: 0 ;
background:url(/textpattern/images/12.jpg) repeat-y top center;
width: 700px;
}
Offline
Re: ie 5.0-6.0 margin problem
Try text_align:center …
Offline
#5 2007-11-25 14:46:14
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: ie 5.0-6.0 margin problem
RedFox wrote:
Try text_align:center …
in body properties?
Offline
Offline
Pages: 1