I am unsure if this is a new thing or I just hadnt checked that section of my website before. However using firefox everything is nice and happily right aligned, but i just checked it in IE and it's being retarded and pushing everything ot the right instead and I can't tell why. I looked through my css and i cant see anything as to why it should do that I even tried tacking a text-align right on the body tag and it made no difference. I'm pretty sure the original template i used was mt-plainjane then i started changing the css and chucking some extra stuff in the main template file. I don't think IE was screwing with it after that however (though I can't remember how much i checked it) I had installed a html nugget and the toggle plugin just earlier and was checking if the edit thing appeared when i am not logged in, i use IE to check non logged in stuff, and i noticed the problem.
I am using serendipity as a sort of content manager for my new website which thankfully is still in a testing location.
My site is adult content - and the serendipity part is here http://trollsb.com/melanienew/serendipity/
Please tell me where I have messed up or if IE is just retarded and how can I make it behave either way.
Thanks.
IE is making a mess of my blog style.
-
Melanieofsydney
- Regular
- Posts: 21
- Joined: Tue Mar 20, 2007 10:50 am
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: IE is making a mess of my blog style.
Hi!
Did you try something like
.serendipity_entry {
text-align: left
}
to fix a left-aligning?
Regards,
Garvin
Did you try something like
.serendipity_entry {
text-align: left
}
to fix a left-aligning?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
Is that a typo? You want your text to be left aligned, correct??However using firefox everything is nice and happily right aligned, but i just checked it in IE and it's being retarded and pushing everything ot the right instead and I can't tell why
Try adding the following to your style.css:
Code: Select all
#mainpane {
text-align: left;
}=Don=
-
Melanieofsydney
- Regular
- Posts: 21
- Joined: Tue Mar 20, 2007 10:50 am
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact: