- Posts: 14116
- Thank you received: 1639
Photo in the header next to Logo
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
11 years 8 months ago #31591
by ivan.milic
Replied by ivan.milic on topic Photo in the header next to Logo
use -250px instead of 0:
<!--[if lte IE 10]>
<style type="text/css">
.header_menu > IMG{
margin-left: -250px!important;
}
</style>
<![endif]-->
<!--[if lte IE 10]>
<style type="text/css">
.header_menu > IMG{
margin-left: -250px!important;
}
</style>
<![endif]-->
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
11 years 8 months ago #31595
by joa
Replied by joa on topic Photo in the header next to Logo
Sorry but didn't had an impact
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #31603
by ivan.milic
Replied by ivan.milic on topic Photo in the header next to Logo
I see it looks well, maybe you need refresh
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
11 years 8 months ago #31606
by joa
Replied by joa on topic Photo in the header next to Logo
I have refreshed and deleted Temporary Internet Files, restarted browser and see this
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
11 years 8 months ago #31607
by joa
Replied by joa on topic Photo in the header next to Logo
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #31608
by ivan.milic
Replied by ivan.milic on topic Photo in the header next to Logo
Maybe defining margin-left for each IE separately could solve problem.
<!--[if eq IE 10]>
<style type="text/css">
.header_menu > IMG{
margin-left: -XXXpx!important;
}
</style>
<![endif]-->
<!--[if eq IE 9]>
<style type="text/css">
.header_menu > IMG{
margin-left: -XXXpx!important;
}
</style>
<![endif]-->
<!--[if lte IE 8]>
<style type="text/css">
.header_menu > IMG{
margin-left: -XXX!important;
}
</style>
<![endif]-->
anyway I could check this while I do rounded corners.
<!--[if eq IE 10]>
<style type="text/css">
.header_menu > IMG{
margin-left: -XXXpx!important;
}
</style>
<![endif]-->
<!--[if eq IE 9]>
<style type="text/css">
.header_menu > IMG{
margin-left: -XXXpx!important;
}
</style>
<![endif]-->
<!--[if lte IE 8]>
<style type="text/css">
.header_menu > IMG{
margin-left: -XXX!important;
}
</style>
<![endif]-->
anyway I could check this while I do rounded corners.
Please Log in to join the conversation.
Time to create page: 0.095 seconds