Hello, Newbie to the site and getting familiar with CSS. I have had a lingering problem with the difference between the way IE and Firefox display my website menu. First the code:
Internet explorer seems to handle this better than Firefox for whatever reason. I would like to have the same result with Firefox. My site: http://wkevin.com Any takers? Thanks, Kevin
Newbie to the site and getting familiar with CSS.
I have had a lingering problem with the difference between the way IE and Firefox display my website menu.
First the code:
And here are the differences:
IE-
http://wkevin.com/img/ie.jpg
Firefox-
http://wkevin.com/img/firefox.jpg
Internet explorer seems to handle this better than Firefox for whatever reason. I would like to have the same result with Firefox.
My site: http://wkevin.com
Any takers?
Thanks,
Kevin
#modernbricksmenu a {background-color:#000000;
color:#FFFFFF;
display:inline-block;
letter-spacing:1px;
margin:0 1px 0 0;
padding:5px 10px 2px;
text-decoration:none;
}
You just made my day Apostrophe!
It works fine in both IE and Firefox.
Thanks a million, I guess I came to the right place. :mrgreen: