Photo in the header next to Logo

More
11 years 8 months ago #31591 by ivan.milic
use -250px instead of 0:

<!--[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
  • Member
More
11 years 8 months ago #31595 by joa
Sorry but didn't had an impact

Please Log in to join the conversation.

More
11 years 8 months ago #31603 by ivan.milic
I see it looks well, maybe you need refresh

Please Log in to join the conversation.

  • joa
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 8 months ago #31606 by joa
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
  • Member
More
11 years 8 months ago #31607 by joa
I refreshed the browser and deleted Temp Internet files and restarted browser receiving this:

Attachments:

Please Log in to join the conversation.

More
11 years 8 months ago #31608 by ivan.milic
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.

Please Log in to join the conversation.

Time to create page: 0.095 seconds
Powered by Kunena Forum