PDA

View Full Version : Navbar links not working


caroline
Apr-23-2007, 04:57 AM
Could someone using IE6 please check my site, I've just had a call from someone saying they don't work.
I'm on a mac with FF & Safari, don't have access to a PC

Thanks
Caroline

denisegoldberg
Apr-23-2007, 05:26 AM
Could someone using IE6 please check my site, I've just had a call from someone saying they don't work.
I'm on a mac with FF & Safari, don't have access to a PC

I no longer have access to IE6, but I just tried your site on IE7. The first screen looks fine, and all of the navbar entries are live. I clicked Mendip Hills, still all navbar entries are fine. Clicked Galleries, the galleries display and all navbar entries are showing but are no longer "live", can't click on them any more. After clicking on any navbar entry from the home page (other than Mendip Hills), the navbar seems to somehow get disabled. So something odd is definitely going on here.

Also, on your galleries page you have an empty gallery titled HTML Only. Did you mean to set that as private, or is it just a work in progress and the title will be changed?

--- Denise

Allen
Apr-23-2007, 05:46 AM
Could someone using IE6 please check my site, I've just had a call from someone saying they don't work.
I'm on a mac with FF & Safari, don't have access to a PC

Thanks
Caroline I think the search is too high and overlapping the menu. In IE6 I do get the
hover cusor change but it's very small at the menu overline.
Try adding a specific IE margin and see if it helps.

#mysearch {
text-align: center;
margin: 10px 0 0 580px; /* top right bottom left */
_margin-top: 20px;
~margin-top: 20px;
}

Edit: added red for IE7

caroline
Apr-23-2007, 09:40 AM
I think the search is too high and overlapping the menu. In IE6 I do get the
hover cusor change but it's very small at the menu overline.
Try adding a specific IE margin and see if it helps.

#mysearch {
text-align: center;
margin: 10px 0 0 580px; /* top right bottom left */
_margin-top: 20px;
}

I hope that has done the trick, thanks Allen.
If anyone else could check it would be much appreciated.
Cheers
Caroline

denisegoldberg
Apr-23-2007, 10:02 AM
If anyone else could check it would be much appreciated.
Running IE7, I'm still seeing the same behavior that I saw earlier this morning, navbar entries are not selectable. (I cleared the cache before accessing your site so I should have been accessing your changed site.)

--- Denise

Allen
Apr-23-2007, 10:06 AM
Running IE7, I'm still seeing the same behavior that I saw earlier this morning, navbar entries are not selectable. (I cleared the cache before accessing your site so I should have been accessing your changed site.)

--- Denise
Could you check again after she gets it incorporated? I added a line for IE7.

I edited message #3 to add the line.

caroline
Apr-23-2007, 10:14 AM
Could you check again after she gets it incorporated? I added a line for IE7.

I edited message #3 to add the line.

I just added this ~margin-top: 20px;


Caroline

denisegoldberg
Apr-23-2007, 10:34 AM
I just added this ~margin-top: 20px;


Caroline

Looks good now in IE7.

--- Denise