Maureen,

The clients wanted a
dropdown, flyout menu so it is a JavaScript menu and takes a tad longer to
download - would this be the reason it is not showing or do you think there
is a problem on the Macs/Safari? I would appreciate it if someone on a Mac
could do a quick site check for me please, the url is www.cwfs.org.au

Maureen, the flyout menu works on Safari. Very pretty animation.


Also on the screen shot the links in the top right-hand corner look to be
going off the page. If there is anything else you would like to point out,
be they mistakes or improvements, it would be appreciated.

Apart from a suggestion to turn the links into a list, and styling it horizontally, you may be better to change your #highlinks selector a little. At present you have given it a width of 100%, which seems to be the reason that the end of it disappears off the RH of the screen in Safari. (No idea why.) If instead you set its position to "right: 5px; (removing "width"), it may work better:


#highlinks {
background-color: transparent;
position: absolute;
top: -5px;
right: 5px;
height: 20px;
}

Hope this is of use.

-Hugh Todd

*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to