What are your constraints? We may yet be of help…

Regards,
Barney Carroll

barney.carr...@gmail.com
07594 506 381



On 28 September 2011 16:01, David Halliday <tetrah...@yahoo.co.uk> wrote:
> Thank you for the info.
> In this particular situation, putting the ID on the next visible item would
> not do.
>
> Now that I know this bit "... considered out of document flow", I will just
> have to think of a different design.
>
> Best regards,
> David
> From: Barney Carroll
>
> Most browsers treat objects with display:none specially — they are
> considered out of document flow for this and other purposes (no need
> to load associated resources, etc).
>
> Why not simply put the ID on the next visible item?
>
> Regards,
> Barney Carroll
>
> barney.carr...@gmail.com
> 07594 506 381
>
>
>
> On 28 September 2011 11:06, David Halliday <tetrah...@yahoo.co.uk> wrote:
>> Hello
>>
>> In FireFox, Is there a way to get  bookmarks placed in invisible table
>> rows to work?
>>
>> The CSS:
>> #invsbl{
>> display:none;
>> line-height:0px;
>> height: 0px;
>> overflow: hidden;
>> border:0;
>> margin:0;
>> }
>>
>> And the table row is:
>> <td id='invsbl' colspan='2'><a name='$n'> </a></td>
>>
>> The above works fine in IE.  In FireFox, when links are clicked, nothing
>> happens?
>> Any suggestion please?
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to