- Posts: 103
- Thank you received: 1
Photo in the header next to Logo
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
11 years 10 months ago #31544
by joa
Replied by joa on topic Photo in the header next to Logo
Thanks that worked. joomla.bcmarburg.de
Only thing is that the picture is not displayed. Do you know any reason why?
It also seems that other browser like Firefox and IE9 are not displaying this change. I cleared the caches of both browsers already.
Only thing is that the picture is not displayed. Do you know any reason why?
It also seems that other browser like Firefox and IE9 are not displaying this change. I cleared the caches of both browsers already.
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
11 years 10 months ago #31545
by joa
Replied by joa on topic Photo in the header next to Logo
Also other changes you see in Goolge Chrome are not properly displayed in IE9 like the column background with round corners. There is still the blue ribon background, also the login module is displayed in lower right corner with is not the case anymore. There are now two new adverts.
What is the problem here?
Thanks
What is the problem here?
Thanks
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
11 years 10 months ago #31546
by joa
Replied by joa on topic Photo in the header next to Logo
Topic solved, I had a syntax error
Thanks
Thanks
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
11 years 10 months ago #31557
by joa
Replied by joa on topic Photo in the header next to Logo
In IE9 and 10 the header picture has been moved to the left in the header, what would be the code and where to put it to fix it also for this browser?
Thanks
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #31561
by ivan.milic
Replied by ivan.milic on topic Photo in the header next to Logo
Add this to head section of index.php of template:
<!--[if lte IE 10]>
<style type="text/css">
.header_menu > IMG{
margin-left: 0px!important;
}
</style>
<![endif]-->
<!--[if lte IE 10]>
<style type="text/css">
.header_menu > IMG{
margin-left: 0px!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 10 months ago - 11 years 10 months ago #31580
by joa
Replied by joa on topic Photo in the header next to Logo
I added the following code in index.php, the line in italic is for the round corner but neither the corner advert is round nor the image placement in the header has changed, what's still wrong?
Thanks
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--[if lte IE 10]>
<style type="text/css">
.header_menu > IMG{
margin-left: 0px!important;
}
</style>
<![endif]-->
Thanks
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--[if lte IE 10]>
<style type="text/css">
.header_menu > IMG{
margin-left: 0px!important;
}
</style>
<![endif]-->
Last edit: 11 years 10 months ago by joa.
Please Log in to join the conversation.
Time to create page: 0.087 seconds