Elle Meredith wrote:

Could you please have a look at http://digitaluwphotography.com/ and let me know what you think?

I also have a problem with the top div#access links that I don't know why just don't work (skip and site info).

Elle, your css declares div#access as position:absolute, and your html has div#access marked up as a child of <body>, not of div#wrapper. So div#access is taken out of flow, then div#wrapper is the first element in flow - and it covers div#access.

Move div#access inside div#wrapper and the links are accessible to the cursor.

Or if the order of your marup is important, add a positive z-index value to div#access via the css and move it up to the top of the stack.

BTW, you do know your dropdowns don't work in IE/Win, don't you?

HTH
N
___________________________
omnivision. websight.
http://www.omnivision.com.au/



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to