tags:

views:

50

answers:

2

Hi,

I have this page.

login: [email protected]
password: m

As you can see in IE7 there isn't any border below 'Alcorcon', 'Madrid', etc. In FF yes.

Why?

Regards

Javi

A: 

Older IE doesn't like the word grey. Change your border-bottom to:

border-bottom: 1px solid #999;

or something and it should show up.

edl
+1  A: 

It's a spelling mistake from Internet Explorer.

Write "gray" and not "grey" for IE. The hexa from "gr[ea]y" is #808080.

Anyway the worst is that sometimes IE6 understand "grey" as "green" ...

Sagara