- Posts: 6
- Thank you received: 0
IE 7 issue
-
michellet
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 10 months ago - 13 years 10 months ago #8785
by michellet
Replied by michellet on topic Re: IE 7 issue
I have now tried several different numbers and still my content in moved down!
I also have a separate ie7.css files that has in it:
.rotator_module {
margin:-49px 0 25px 0;
padding:20px 290px 0 10px;
}
I also have a separate ie7.css files that has in it:
.rotator_module {
margin:-49px 0 25px 0;
padding:20px 290px 0 10px;
}
Last edit: 13 years 10 months ago by michellet.
Please Log in to join the conversation.
-
michellet
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
13 years 10 months ago #8786
by michellet
Replied by michellet on topic Re: IE 7 issue

michellet wrote: Great i tried that and it moved the right modules up, however in IE 7 now the main content is moved down below everything!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago - 13 years 10 months ago #8788
by ivan.milic
Replied by ivan.milic on topic Re: IE 7 issue
hi, try this:
<!--[if lte IE 7]>
<style type="text/css">
.content_wrap2
{
float:left;
width:790px;
}
.column_right
{
margin-left:0px;
margin-right:0px;
}
</style>
<![endif]-->
EDIT
Use exact location to put that as I told you
<!--[if lte IE 7]>
<style type="text/css">
.content_wrap2
{
float:left;
width:790px;
}
.column_right
{
margin-left:0px;
margin-right:0px;
}
</style>
<![endif]-->
EDIT
Use exact location to put that as I told you
Last edit: 13 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.087 seconds