Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
IE 8 Table Row Anchor
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
BootNic  
View profile  
 More options Apr 5 2009, 1:48 pm
Newsgroups: alt.html
From: BootNic <bootnic.bou...@gmail.com>
Date: Sun, 5 Apr 2009 13:48:58 -0400
Local: Sun, Apr 5 2009 1:48 pm
Subject: IE 8 Table Row Anchor

IE 8 seems to have an issue with table row anchors.

The way I usually reference a table row is to give the table row
an id, then link to it, vary basic stuff.

[url] http://tinyurl.com/c94tha [/url]

<tr id="a1">… <a href="#a1">a1</a>

I would expect that the page would jump to the table row. IE 8
just seems to ignore it.

The possible work arounds that I have come up with, at least to
me, are all just pure evil.

  1. X-UA-Compatible header/meta

   •  This would be the easy thing to do, however it locks the
      page view to IE 7.

  2. Move the id to the first td

   • Moving the id to the first td would allow the navigation to
     work in IE 8, however it no longer is a referance to the
     table row and could create other style issues.

  3. Conditional comment

   • Add an IE 8 conditional comment to the first td
     <!--[if IE 8]><a name"a1"></a><![endif]--> This can be styled
     to appear to jump to the table row, rather then the td. Position
     relative to account for any border or padding.

  4. javascript

   • Briefly considers and rejected.

Comments, suggestions, other possibilities.

--
BootNic                                        Sun Apr 5, 2009 01:48 pm
  Thirty-five is when you finally get your head together and your body
  starts falling apart.
  *Caryn Leschen*

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dorayme  
View profile  
 More options Apr 5 2009, 3:09 pm
Newsgroups: alt.html
From: dorayme <doraymeRidT...@optusnet.com.au>
Date: Mon, 06 Apr 2009 05:09:47 +1000
Local: Sun, Apr 5 2009 3:09 pm
Subject: Re: IE 8 Table Row Anchor
In article <20090405134858.5bcd1...@bootnic.motzarella.org>,

 BootNic <bootnic.bou...@gmail.com> wrote:
> IE 8 seems to have an issue with table row anchors.

> The way I usually reference a table row is to give the table row
> an id, then link to it, vary basic stuff.

> [url] http://tinyurl.com/c94tha [/url]

Forbidden
You don't have permission to access this server.

--
dorayme


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BootNic  
View profile  
 More options Apr 5 2009, 3:31 pm
Newsgroups: alt.html
From: BootNic <bootnic.bou...@gmail.com>
Date: Sun, 5 Apr 2009 15:31:43 -0400
Local: Sun, Apr 5 2009 3:31 pm
Subject: Re: IE 8 Table Row Anchor

On Mon, 06 Apr 2009 05:09:47 +1000
dorayme <doraymeRidT...@optusnet.com.au> wrote in:
<doraymeRidThis-53A5DC.05094606042...@news.albasani.net>

> In article <20090405134858.5bcd1...@bootnic.motzarella.org>,
> BootNic <bootnic.bou...@gmail.com> wrote:

[snip]

>> [url] http://tinyurl.com/c94tha [/url]

> Forbidden
> You don't have permission to access this server.

I see, I have not cleaned up the auto deny rules for quite some
time. It is a wonder that anyone could connect.

Cleaned em up, should be ok.

--
BootNic                                        Sun Apr 5, 2009 03:31 pm
  All men dream, but not equally. Those who dream by night in the
  dusty recesses of their minds, wake in the day to find that it was
  vanity: but the dreamers of the day are dangerous men, for they may
  act on their dreams with open eyes, to make them possible.
  *Thomas Edward Lawrence (of Arabia)*

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »