djamell 
 New Member Posts: 4
 |
| 07/27/2006 05:51 PM |
|
The rollover effects display differently on Firefox than Internet Explorer.
In IE it's fine, but in Firefox there is an additional background that doesn't look good.
Any suggestions?
|
|
|
|
|
Vasilis 
 Yellow Member Posts: 315
 |
| 07/28/2006 07:51 AM |
|
I know... This issue appeared with the latest versions of Firefox. The background color comes from the default CSS styles.
Try to add the following lines at the bottom of the skin.css file:
.rootmenuitem{background:transparent;} .rootmenuitembreadcrumb{background:transparent;} .rootmenuitemselected{background:transparent;}
Normally that will fix it. |
|
|
|
|
djamell 
 New Member Posts: 4
 |
| 07/28/2006 04:07 PM |
|
That fixed it.
Thanks Vasilis |
|
|
|
|