|
User Details |
message
|
|
Trevor Cooper
post date:
2011-02-08 08:33:20
|
|
Please view http://www.manhattancorp.com/index_test.html in IE. You'll see that I initially used the flash menu component to create a menu in the header but would like to use the dreamweaver menu component instead in order to indicate to the user which page they are on, but in IE when rolling over for the submenus the user encounters a grey rectangle that covers half the page, it does work fine in Firefox but obviously I can't use it if it doesn't work in IE.
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-02-09 04:52:15
|
Hello Trevor,
I visited your page but it seems to be empty. I can see only a grey rectangle at the top. I don't see any menu and no other element on the page.
It looks like the page isn't loading or something.
Regards,
Andrei Rinciog
|
|
|
Trevor Cooper
post date:
2011-02-09 04:58:52
|
Please visit the link and hit refresh
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-02-09 09:10:00
|
Hello Trevor,
This rule from your CSS is causing the grey rectangle to appear:
object {
vertical-align:top;
outline:none;
background-repeat: repeat-x;
background-image: url(images/grey_bg.gif);
}
You need to remove it or make it more specific.
Regards,
Andrei Rinciog
|
|
|
Trevor Cooper
post date:
2011-02-10 04:40:50
|
|
Thank you that issue is now fixed and the menu is up and running at www.manhattancorp.com, but my problem now is that the menu's typeface looks very pixelated in firefox. Is there a way to fix this?
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-02-11 08:01:43
|
Hello,
I think that's how the font looks at 13 size and bold.
The menu looks the same on my computer on IE, Chrome and Mozilla.
Regards,
Andrei Rinciog
|
|
|
Trevor Cooper
post date:
2011-02-11 08:17:34
|
|
It looks much better if I used Creative Menus for Flash (instead of Dreamweaver) but I want to separate the navigation from the rest of the Flash header and have the menu indicate which page the visitor is on
|
|