Recent Topics

1 Sep 30, 2009 12:05    

My b2evolution Version: Not Entered

I'm building a site for my girlfriend with the BodrumTheme. I always working with Firefox and everything works perfect. She was adding some content and it looks still ok in firefox.
But this morning she was showing her site on her work with IE and the site was not looking good.
The first thing i did was taking the original style.css but this doesn't help. Than i take away the content but this also didn't help. I also removed image header but no good result.

Can someone help me with this, and tell me where i have to look ? why the site doesn't work with IE.

Thnx

2 Sep 30, 2009 12:38

Try changing your margins on #pagenav

margin:0 0 0 10px;

If that doesn't work add float:left;

¥

3 Sep 30, 2009 12:46

¥åßßå wrote:

Try changing your margins on #pagenav

margin:0 0 0 10px;

If that doesn't work add float:left;

¥

Thnx. for trying to help me.
But is also tried the original style.css file and this doesn't work.
But i'm going to try it.

#pagenav {
margin: 0px 700px 0px 10px;
width: 180px;
background: url(images/background_pagenav.gif) no-repeat;
height: 257px;
padding: 20px 10px 10px 10px;
color: #ffffff;
font-size: 10pt;
font-weight: bold;
}

the margin i changed to what you said.
Now the navigation is back to it's normal position, now the header image and the sidebar.

But can you explain why it was working last week in IE ?

4 Sep 30, 2009 13:41

Not without seeing your site last week ;)

¥

5 Sep 30, 2009 14:13

¥åßßå wrote:

Not without seeing your site last week ;)

¥

Yes i understand.

But i'm working on it now. It's a little better now.
Only the widgets in the sidebar to go.

Ok thnx. Everything is now also in IE correct.
It was the style.css that i had to change, mostly the margin property.
Strange, in Firefox the site was ok.


Form is loading...