PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.info.authoring.html > Firefox bug?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Firefox bug?

Réponse
 
LinkBack Outils de la discussion
Vieux 01/04/2008, 14h01   #1
test9991014@yahoo.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Firefox bug?

Hi folks,

I am seeing what looks like a bug in Firefox.

I have a table within the cell of a table, and in the inner table's
cells I have images
that are links. There are white vertical lines showing up when I move
the pointer
over those image-links. These do not appear under IE. I have set the
text-decoration for the images to none and border=0 as well.

<table width=800>
<tr>
<td width=400><img src=blah width=400 height=100>
<td width=400> Top right: text
</tr>
<tr>
<td><img src=foo width=400></td>
<td>
<table height=30 width=400>
<tr>
<td><a href=foo1><img src=bar1 width=100 height=30 border=0
style="text-decoration: none"></a>
<td><a href=foo2><img src=bar2 width=100 height=30 border=0
style="text-decoration: none"></a>
<td><a href=foo3><img src=bar3 width=100 height=30 border=0
style="text-decoration: none"></a>
<td><a href=foo4><img src=bar4 width=100 height=30 border=0
style="text-decoration: none"></a>
</tr>
</table>
</td>
</tr>
</table>

The white lines always appear to the left of whatever image the
pointer is on top of.

Lastly, I checked and all the images are the correct size.

Thanks for any .
  Réponse avec citation
Vieux 01/04/2008, 14h22   #2
Beauregard T. Shagnasty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Firefox bug?

In alt.html, test9991014@yahoo.com wrote:

> I am seeing what looks like a bug in Firefox.


What is the URL to your complete page? Without that, without a DOCTYPE,
without the images, it is impossible to replicate what you think you
see.

(Use a HTML 4.01 Strict doctype.)

> I have a table within the cell of a table, and in the inner table's
> cells I have images


This does not look like tabular data to me.

> Lastly, I checked and all the images are the correct size.


More lastly, have you validated your HTML and your CSS?
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/validator.html

--
-bts
-Friends don't let friends drive Vista
  Réponse avec citation
Vieux 02/04/2008, 01h47   #3
David E. Ross
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Firefox bug?

On 4/1/2008 5:01 AM, test9991014@yahoo.com wrote:
> Hi folks,
>
> I am seeing what looks like a bug in Firefox.
>
> I have a table within the cell of a table, and in the inner table's
> cells I have images
> that are links. There are white vertical lines showing up when I move
> the pointer
> over those image-links. These do not appear under IE. I have set the
> text-decoration for the images to none and border=0 as well.
>
> <table width=800>
> <tr>
> <td width=400><img src=blah width=400 height=100>
> <td width=400> Top right: text
> </tr>
> <tr>
> <td><img src=foo width=400></td>
> <td>
> <table height=30 width=400>
> <tr>
> <td><a href=foo1><img src=bar1 width=100 height=30 border=0
> style="text-decoration: none"></a>
> <td><a href=foo2><img src=bar2 width=100 height=30 border=0
> style="text-decoration: none"></a>
> <td><a href=foo3><img src=bar3 width=100 height=30 border=0
> style="text-decoration: none"></a>
> <td><a href=foo4><img src=bar4 width=100 height=30 border=0
> style="text-decoration: none"></a>
> </tr>
> </table>
> </td>
> </tr>
> </table>
>
> The white lines always appear to the left of whatever image the
> pointer is on top of.
>
> Lastly, I checked and all the images are the correct size.
>
> Thanks for any .


Nested tables are generally a very bad idea. Many browsers --
especially audio browsers for the blind -- can't handle them. Tables
should be used only for tabular presentations, which I don't see in your
outer table.

Also, instead of repeating the
style="text-decoration: none"
on each <img>, define a style in the <Head> section:
<style TYPE="text/css">
img.nodec { text-decoration: none }
</style>
Then, merely specify
<img class=nodec . . . >
omitting style=". . ." from each <img>. On the other hand, if ALL
images have that style, then define
<style TYPE="text/css">
img { text-decoration: none }
</style>
and omit the class=nodec.

As for there being an error in Firefox, I won't believe it until I see
the results of a W3C validation at <http://validator.w3.org/> and
<http://jigsaw.w3.org/css-validator/>. For that, I need a URL.

--
David Ross
<http://www.rossde.com/>

Have you been using Netscape and now feel abandoned by AOL?
Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 02h43.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11033 seconds with 11 queries