1 jdkock Sep 30, 2009 12:05
3 jdkock 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 yabba Sep 30, 2009 13:41
Not without seeing your site last week ;)
¥
5 jdkock 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.
Try changing your margins on #pagenav
margin:0 0 0 10px;
If that doesn't work add float:left;
¥