- Posts: 5
- Thank you received: 0
IE 9 browser alignment problem
-
Jo_Novice
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #9198
by Jo_Novice
IE 9 browser alignment problem was created by Jo_Novice
Hi,
I have encountered a strange alignment problem at the menu bar texts. Kindly access to this page at www.kaks.sg/index.php?option=com_content...cle&id=48&Itemid=140 .
The problem is at the "Youth Executive Committee" texts. The word "Committee" is spill-over to the row below when viewing using my IE 9 browser but no problem when viewing using Firefox and Google Chrome browsers.
You can't view the text visually as it is in white colour text and the row below is in white background but you can see there is a link when doing a mouse-over.
To view the complete texts(Youth Executive Committee), pls view from either Firefox or Google Chrome browser.
Can somebody point out what is the problem with the alignment ?
Thanks and Best Regards
I have encountered a strange alignment problem at the menu bar texts. Kindly access to this page at www.kaks.sg/index.php?option=com_content...cle&id=48&Itemid=140 .
The problem is at the "Youth Executive Committee" texts. The word "Committee" is spill-over to the row below when viewing using my IE 9 browser but no problem when viewing using Firefox and Google Chrome browsers.
You can't view the text visually as it is in white colour text and the row below is in white background but you can see there is a link when doing a mouse-over.
To view the complete texts(Youth Executive Committee), pls view from either Firefox or Google Chrome browser.
Can somebody point out what is the problem with the alignment ?
Thanks and Best Regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9219
by ivan.milic
Replied by ivan.milic on topic Re: IE 9 browser alignment problem
It look's OK when I view it from IE9 ?
Please Log in to join the conversation.
-
Jo_Novice
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 6 months ago #9238
by Jo_Novice
Replied by Jo_Novice on topic Re: IE 9 browser alignment problem
Hi Ivan,
Can you see the missing word "Committee" at Youth Executive Committee" menu when viewing using IE 9 browser ?
Best Regards
Can you see the missing word "Committee" at Youth Executive Committee" menu when viewing using IE 9 browser ?
Best Regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9250
by ivan.milic
Replied by ivan.milic on topic Re: IE 9 browser alignment problem
Hi,
add this in index.php of template just before closing of head section </head>:
<!--[if IE 9]>
<style type="text/css">
.menu LI A SPAN
{
font-size:10px;
}
</style>
<![endif]-->
add this in index.php of template just before closing of head section </head>:
<!--[if IE 9]>
<style type="text/css">
.menu LI A SPAN
{
font-size:10px;
}
</style>
<![endif]-->
Please Log in to join the conversation.
-
Jo_Novice
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 6 months ago #9265
by Jo_Novice
Replied by Jo_Novice on topic Re: IE 9 browser alignment problem
Hi Ivan,
I added the codes to index.php but the outcome is still the same. Do take a look for yourself. Thanks !
Best Regards
I added the codes to index.php but the outcome is still the same. Do take a look for yourself. Thanks !
Best Regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9276
by ivan.milic
Replied by ivan.milic on topic Re: IE 9 browser alignment problem
Hi you wrote "=" instead of ":", and you forgot ";". Just copy/paste code below:
<!--[if IE 9]>
<style type = "text/css">
.menu LI A SPAN{
font-size:10px;
}
</style>
<![endif]-->
<!--[if IE 9]>
<style type = "text/css">
.menu LI A SPAN{
font-size:10px;
}
</style>
<![endif]-->
Please Log in to join the conversation.
Time to create page: 0.092 seconds