开发者

CSS: the borders don't show in IE7 but do in Firefox

开发者 https://www.devze.com 2023-01-02 12:29 出处:网络
I have t开发者_JS百科his page. login: maria@mail.com password: m As you can see in IE7 there isn\'t any border below \'Alcorcon\', \'Madrid\', etc. In FF yes.

I have t开发者_JS百科his page.

login: maria@mail.com
password: m

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

Why?

Regards

Javi


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" ...


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消