1) gburakGroup: Members Posts: 2Joined: 26 Nov 2007Location: TorontoIP: 69.156.--.--
Posted:
looks fine in IE and Firefox, but in Safari 2.0.4 the drop shadows are solid black:
http://www.thechristiancommunity.ca/
?? also, is there modification I can make to set these menus to 'drop' horizontally like on your TwinHelix site?
thanks!!
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.109.--.--
Posted:
Hmm! I haven't touched this script for ages (developing the FreeStyle Menu more), but it's probably a hangover from a workaround for a Safari 1.2 bug.
If you scroll to the end of pop_data.js and find the addDropShadow function you can see a comment there regarding a Safari 1.2 bug. Replace that next line with:
var alpha = true;
and things should work better in Safari 2, which I presume doesn't suffer from the bug.
Also, menu orientation is set in the startMenu() line, change the true/false value and enjoy.
Good luck - Angus.
3) gburakGroup: Members Posts: 2Joined: 26 Nov 2007Location: TorontoIP: 69.156.--.--
Posted:
thanks Angus, works for Safari 2.0!
the menu modification that I'm seeking is a vertical root menu where the submenus pop-out sideways, left to right.