|
Posted by Nikita the Spider on 08/22/07 22:16
In article
<doraymeRidThis-31DD4C.20155922082007@news-vip.optusnet.com.au>,
dorayme <doraymeRidThis@optusnet.com.au> wrote:
> Safari does not happily negotiate
>
> http://tinyurl.com/24y5hp
>
> iCab is quite simply brilliant, FF is fine. I don't know about
> IE6 and 7, Mac IE is fine too.
>
> I was surprised by Safari, make the window not too big and see
> how it fails to show some of the links. At least on my machine it
> does not with some of the links.
>
> Is there something wrong with my code here that Safari is picking
> up on? I can remove the underscores, I already changed from "-"
> to "_" in case. How robust is it it in other browsers please.
Some notes...
- I see nothing wrong with your code so Safari is misbehaving here
AFAICT.
- If I move the id from a TR to a TD, Safari is suddenly able to
navigate to the correct row.
- I'm using Safari 1.3.2 under OS 10.3.9
- FF 1.5 seems to have trouble navigating to the exact row; the trouble
goes away if I add this:
table, td,th,tr { border-collapse: collapse; }
- Adding this to the bottom of the page made debugging easier because I
could see whether or not the browser scrolled to the correct row without
being limited by the end of the page
<p style='padding: 30em 1em 30em 1em;'>lksdfjg</p>
HTH
--
Philip
http://NikitaTheSpider.com/
Whole-site HTML validation, link checking and more
[Back to original message]
|