- Posts: 17
- Thank you received: 0
Banner - problem with firefox
-
Thema
Inactive member - Topic Author
- New Member
Less
More
13 years 1 month ago #12388
by Thema
Banner - problem with firefox was created by Thema
Hi,
I've a problem with my banner (only in firefox, IE and chrome : OK)
I create a new position for my banner. In firefox, the banner is on the far left ...
You can see it here : www.fcliege-edj.be
Thank you for your help.
I've a problem with my banner (only in firefox, IE and chrome : OK)
I create a new position for my banner. In firefox, the banner is on the far left ...
You can see it here : www.fcliege-edj.be
Thank you for your help.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12411
by ivan.milic
Replied by ivan.milic on topic Re: Banner - problem with firefox
open layout.css and find this:
.header_menu {
float: left;
overflow: hidden;
padding-top: 10px;
text-align: right;
}
delete this: float: left;
.header_menu {
float: left;
overflow: hidden;
padding-top: 10px;
text-align: right;
}
delete this: float: left;
Please Log in to join the conversation.
-
Thema
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
13 years 1 month ago #12425
by Thema
Replied by Thema on topic Re: Banner - problem with firefox
It doesn't work ...
sorry to bother you again
sorry to bother you again
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12429
by ivan.milic
Replied by ivan.milic on topic Re: Banner - problem with firefox
It looks like you have not change it ? When I use fire bug's inspect element and select <div class="header_menu"></div>
it still shows this in right style panel:
.header_menu {
float: left;
overflow: hidden;
padding-top: 10px;
text-align: right;
}
so float:left; is still there.
it still shows this in right style panel:
.header_menu {
float: left;
overflow: hidden;
padding-top: 10px;
text-align: right;
}
so float:left; is still there.
Please Log in to join the conversation.
Time to create page: 0.275 seconds