Border in IE but not Mozilla

J

John Leeke

With FP2000 I have applied a border (black line) at the bottom of a table.
You can see it just under the header menu on this page:

http://www.historichomeworks.com/hhw/information.htm

The border appears just fine when the page is viewed with Internet Explorer.
However, it does not appear at all when viewed with Mozilla Firefox.

How can I apply a border (or otherwise make a black line) that can be seen
in both IE and MF?

Thanks for your help.

John
 
J

Jon Spivey

Hi John,
Firefox is fussier with CSS than IE, which makes it a great test browser,
add a unit of measure to your style rule
instead of
style="border-bottom: 3 solid #000000"
do
style="border-bottom: 3px solid #000000"

Just to save your typing you can also abrieviate #000000 down to #000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top