I fixed the problem :) I hope

 

For some reason, a float: right in Opera makes it think that the height is truly 100% so it covers the link and make it non-clickable.

 

 

I fixed it by changing float right to margin left:

 

#logo {width: 130px; height: 61px; position: relative; margin-left: 470px;}

 

Looks ok to me on a PC IE 5+, Firefox and Opera 7

 

 

Do let me know if it is not working in your browser. Thanks!

 

Best Wishes,
Jaime .......

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JW
Sent: Tuesday, 29 June 2004 11:10 PM
To: [EMAIL PROTECTED]
Subject: [WSG] Unclickable link in Opera 7

 

Opera 7 refuses to make one particular link clickable:

 

http://design.sodesires.com/kimberley/about/products/index.html

 

 

The navigation – Finishing – is not clickable in Opera 7:

 

Timber Species | Fittings | Finishing

 

 

I guess that maybe the logo span is the culprit:

 

#logo

            {

            width                                        : 130px;

            height                                       : 61px;

            position                                    : relative;

            float                                         : right;

            }

#logo span

            {

            background                               : url(../../../images/global/page/logo.gif) no-repeat;

            position                                    : absolute;

            width                                        : 100%;

            height                                       : 100%;

            }

 

Anyone knows a solution to this? I am aware that the logo background image is not visible in IE Mac. Have yet to find a solution for it.

 

Best Wishes,
Jaime .......

 

Reply via email to