is there a solution for displaying transmenu in firefox ? - Joomla! Forum - community, help and support
hello,
i'm glad found transmenu ... lot. today discovered displaying of menu in firefox different displaying in explorer. menu still in right place, looks if lost centimeter on rightside of buttons. problem navigation doesn't fit anymore graphical composition.
are there yet solutions this.
and if no,
are there alternitaves can compare transmenu module.
thanks help
gaudi
i'm glad found transmenu ... lot. today discovered displaying of menu in firefox different displaying in explorer. menu still in right place, looks if lost centimeter on rightside of buttons. problem navigation doesn't fit anymore graphical composition.
are there yet solutions this.
and if no,
are there alternitaves can compare transmenu module.
thanks help
gaudi
i have solved next way:
adjustmants made transmenuv.css let work correctly in fire fox.
changed line 36
width: 100% !important;
added line 52
width: 100%;
should this:
.transmenu .item td{
width: 100%;
}
and added border box hack menu show correctly in ie , firefox
added hack on line 54
/* tan hack let menu show correctly dingbat postions */
* html .transmenu .item td {
width: 100%;
w\idth: auto;
}
adjustmants made transmenuv.css let work correctly in fire fox.
changed line 36
width: 100% !important;
added line 52
width: 100%;
should this:
.transmenu .item td{
width: 100%;
}
and added border box hack menu show correctly in ie , firefox
added hack on line 54
/* tan hack let menu show correctly dingbat postions */
* html .transmenu .item td {
width: 100%;
w\idth: auto;
}
Comments
Post a Comment