Navigator/Explorer Comparison


borders

how NN and IE handle borders

page 1 of 2


table of contents

simple borders

Let's set a border around a paragraph. We'll set an outset border on the paragraph tags.

<p style="background:red;
	width:2.5in;border-width:1px;
    border-color:green;border-style:outset">
      here is some text
</p>

we see in NN6.0:we see in IE5.0:
NN6.0 simple border IE5.0 simple border

They certainly look a little different. NN6.0 has a green border that's a little lighter than IE5.0. Remember, I used the keyword green instead of setting an RGB value.

I would also like to point out that setting the border for a DIV element looks exactly the same in both browsers.

§
top

reall big borders

Let's make the border really big. Let's make it 20 pixels thick and see what happens.

<p style="background:red;border-style:outset;
	width:2.5in;border-width:20px;
    border-color:green;">
      here is some text
</p>

we see in NN6.0:we see in IE5.0:
NN6.0 p with really big border IE5.0 p with really big border

IE5.0 does something unexpected; it uses two borders instead of one to get its really thick border. It's an interesting look, but not what we asked for.

resources
Four Corners Effective Banners This site is dedicated to the study of all things banner-like, including: banners, click-through ratios, banner advertising, banner link exchanging, etc. You'll learn how to improve your banners and increase your site traffic.
Free Site Tools A webmaster's directory of free resources to help find about everything to build, maintain and promote your website. 1000+ Resources.
Free Webmaster Tools and Resources Your center for absolutely free high quality webmaster resources and tools to manage your web site. All utilities, programs and sites are carefully selected.
EZSearches.com Want access to free email, auctions, shopping bargains and more?  Try EZSearches.com
Certified Nerds A great computer repair company that does in-home visits or drop-off.
Cool Candle Shoppe Candles Place is a great site that if you're looking to purchase some great wax sticks, I'd go here.
§
top